Open
Bug 1195053
Opened 9 years ago
Updated 2 years ago
Cancelling a retried download gives NS_BASE_STREAM_CLOSED: Component returned failure code: 0x80470002
Categories
(Toolkit :: Downloads API, defect, P5)
Toolkit
Downloads API
Tracking
()
NEW
People
(Reporter: iannbugzilla, Unassigned)
Details
STR (Using Firefox 39.0.3 on Fedora 21 x64)
1. Open Downloads History and Browser Console
2. Start a large download, cancel download before it completes
3. Retry the download and cancel again
Expected result
1. No error in Browser Console
Actual result
1. Following message in Browser Console:
22:16:29.074 NS_BASE_STREAM_CLOSED: Component returned failure code: 0x80470002 (NS_BASE_STREAM_CLOSED) [nsIStreamListener.onDataAvailable]1 DownloadCore.jsm:2053:0
On latest trunk same message just at 2049 rather than 2053
Comment 1•9 years ago
|
||
This bug reproduces on 46.0b4 (build2) using Mac OSX 10.9.5 also when pausing, resuming and again pausing the download.
Comment 2•7 years ago
|
||
This issue also occurs when pausing a download, I will update the flags accordingly.
Paolo, any thoughts on this issue?
status-firefox58:
--- → affected
status-firefox59:
--- → affected
status-firefox60:
--- → affected
status-firefox-esr52:
--- → affected
Flags: needinfo?(paolo.mozmail)
QA Contact: cristian.comorasu
Comment 3•7 years ago
|
||
Minor enough that I'm not concerned about this. As I understand it, it happens because an expected exception is crossing XPConnect boundaries, and we always report those exceptions. I don't think we have plans to address this general issue at the moment.
Flags: needinfo?(paolo.mozmail)
Priority: -- → P5
Updated•7 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•