-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trauma stuck indefinatly for some files when downloading large number of files. #43
Comments
I don't know why download never timeout. it doesn't show anything useful. I have only these pictures to go by. |
Thank you for the report. I tried reproducing the issue on my machine, downloading a couple Debian ISO images at the same time, but it never got stuck. Would you happen to have the links causing the issue by any chance? |
I made a demo project to reproduce this bug. https://github.com/kprasadvnsi/trauma_bug_hunt |
it took me around 10 minutes to see the bug at 100mbps network speed. |
Thank you very much for the demo to try to reproduce the problem. On my side, I was able to run it without any issue: And the out dir: If I cannot reproduce the issue that will make it more difficult to fix it. I will try to review the code to see where I could have forgotten a timeout or something which would block infinitely. I will leave this issue open as well, in case other people are facing the same problem ,they could comment here. |
Some files are failed to download even though it does show all files are get downloaded. xdg-utils-1.1.3+21+g1a58bc2-2-any.pkg.tar.xz I found these ones not get downloaded. |
@kprasadvnsi I've just tested this and had no issues, but as I was doing so I started to run out of storage space on my laptop because the total of the downloads is ~40GB. Something which can cause undefined behaviour such as long hangs like this, or files not writing to the disk, is running out of storage space (or having very little left). |
Yes, Storage is not a problem in my case. I have tried it on few different machines and they all have this problem. What bugs me the most is the nature if this problem. the longer the download run it gets higher probability of hitting this bug. I am using the term "Probability" loosely here. I don't have a mathematical way to prove this. its just my observation. I can make a video if it helps? |
Help request
Need help debugging this issue.
Problem
It stuck at downloading some files. there is nothing special about those files or the download link. it does this randomly for few files when tries to download large number of files.
The text was updated successfully, but these errors were encountered: