Closed
Bug 486569
Opened 16 years ago
Closed 2 years ago
Download Manager lock the download when I am downloading one or more files
Categories
(Toolkit :: Downloads API, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: paulojribp, Unassigned)
Details
Attachments
(1 file)
18.59 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.53 Safari/525.19
Build Identifier: Firefox3.0.8
When I'm downloading two or more files one of the downloads was ending, that download stay with the messege "Few Seconds", and don't end the download.
I use Windows Vista Bussines too, but on Windows, that problem don't happen.
Reproducible: Sometimes
Steps to Reproduce:
1. Start a download approximately 30Mb and continue navegation on the internet.
2. Start new download parallel before the first end.
3. Whait until the download was finishing, and it will apear the messege "Few Seconds"
Expected Results:
The download don't finish, stay with the messege always.
Comment 1•16 years ago
|
||
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.8) Gecko/2009033100 Ubuntu/9.04 (jaunty) Firefox/3.0.8
Same problem here, but on Linux. Happens mostly when also using internet connection for other services, eg bittorrent or video streaming. files are ~100m in my case.
I suppose it has to do with losing packets of overfilled lines, especially when losing the FIN packet.
When looging into the part file only some few bytes are missing. Maybe its a good idea to flush the buffer when received bytes == sized communicated by the server
Updated•16 years ago
|
Component: General → Download Manager
Product: Firefox → Toolkit
Updated•16 years ago
|
QA Contact: general → download.manager
Comment 2•16 years ago
|
||
Appended a screenshot of the situation. Line 2 shows the download which never came to the end. Line 1 is a new download of the same file that i started when i've seen that the other will not complete.
The size of the part file of the incomplete download is 104840864 bytes, the full size is 104857600, so i miss only 16736 bytes..
Reporter | ||
Updated•16 years ago
|
Severity: major → critical
Comment 4•2 years ago
|
||
In the process of migrating remaining bugs to the new severity system, the severity for this bug cannot be automatically determined. Please retriage this bug using the new severity system.
Severity: major → --
Comment 5•2 years ago
|
||
The severity field is not set for this bug.
:mak, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(mak)
Comment 6•2 years ago
|
||
too old to debug properly.
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Flags: needinfo?(mak)
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•