Open
Bug 822451
Opened 12 years ago
Updated 2 years ago
Firefox hangs while moving already downloaded part of the file to selected destination if it was just mounted on selection.
Categories
(Firefox :: File Handling, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: serhiy.int, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:17.0) Gecko/20100101 Firefox/17.0
Build ID: 20121129162756
Steps to reproduce:
0. Set
browser.download.useDownloadDir = false
browser.download.lastDir = /media/unmounted/partition
1. Unmount the partition.
2. Start downloading a big file (several GiBs) from a server that gives several MiBs per second.
3. Mount the partition in the file selection dialog and select a directory on it as destination.
Actual results:
Then Firefox freezes completely for some time. AFAIU it starts downloading somewhere ( /tmp ?) and then moves already downloaded part of the file to a new destination.
Expected results:
It should not freeze completely.
See Also: → https://launchpad.net/bugs/1091453
Comment 1•12 years ago
|
||
That's is either depending or a dupe of bug 69938
Component: Untriaged → File Handling
Product: Firefox → Core
Personally, I don't mind Firefox using /tmp. It just shouldn't freeze.
Updated•8 years ago
|
Product: Core → Firefox
Version: 17 Branch → unspecified
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•