Closed
Bug 325948
Opened 19 years ago
Closed 19 years ago
crash quiting application while a download is in progress
Categories
(Toolkit :: Downloads API, defect)
Toolkit
Downloads API
Tracking
()
RESOLVED
FIXED
mozilla1.8.1
People
(Reporter: darin.moz, Assigned: darin.moz)
References
Details
(Keywords: crash, fixed1.8.1)
Attachments
(1 file, 2 obsolete files)
|
1.94 KB,
patch
|
mconnor
:
review+
benjamin
:
approval-branch-1.8.1+
|
Details | Diff | Splinter Review |
crash quiting application while a download is in progress
nsDownloadManager::CancelDownload calls DownloadEnded, which if gStoppingDownloads is true, clears the internal nsDownload object from mCurrDownloads. After calling DownloadEnded, CancelDownload calls methods on the internal nsDownload object. That results in a crash.
I observed this crash using a CVS trunk build of FF (pulled on Feb 2nd) on windows. It happens if you have a download in progress, close the app, and click the "cancel" button in the dialog that prompts you about what to do with downloads that are in progress.
| Assignee | ||
Comment 1•19 years ago
|
||
Attachment #210732 -
Flags: review?
| Assignee | ||
Comment 2•19 years ago
|
||
Attachment #210733 -
Flags: review?
| Assignee | ||
Comment 3•19 years ago
|
||
Attachment #210734 -
Flags: review?(mconnor)
| Assignee | ||
Updated•19 years ago
|
Attachment #210732 -
Attachment is obsolete: true
Attachment #210732 -
Flags: review?
| Assignee | ||
Updated•19 years ago
|
Attachment #210733 -
Attachment is obsolete: true
Attachment #210733 -
Flags: review?
| Assignee | ||
Comment 4•19 years ago
|
||
(There really should be a toolkit: downloads bugzilla component.)
Status: NEW → ASSIGNED
Target Milestone: --- → Firefox 2
Comment 5•19 years ago
|
||
Sounds like this one: Bug 313999.
| Assignee | ||
Comment 6•19 years ago
|
||
*** Bug 313999 has been marked as a duplicate of this bug. ***
Updated•19 years ago
|
Attachment #210734 -
Flags: review?(mconnor) → review+
| Assignee | ||
Updated•19 years ago
|
Attachment #210734 -
Flags: branch-1.8.1?(benjamin)
| Assignee | ||
Comment 7•19 years ago
|
||
fixed-on-trunk
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Attachment #210734 -
Flags: branch-1.8.1?(benjamin) → branch-1.8.1+
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•