Closed
Bug 468763
Opened 16 years ago
Closed 16 years ago
Crash [@ nsMediaStream::Cancel] with bogus protocol
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: crash, testcase)
Crash Data
Attachments
(1 file)
76 bytes,
text/html
|
Details |
No description provided.
Comment 1•16 years ago
|
||
I can't reproduce this any longer. Tracing the URI load, we pass a valid nsIURI for "nosuchprotocol:" to NS_NewChannel and it returns NS_ERROR_UNKNOWN_PROTOCOL, causing us to immediately return an error from Load(). I suspect it was fixed by the patch from bug 464158.
Jesse, can you please confirm that it no longer crashes for you?
Reporter | ||
Comment 2•16 years ago
|
||
No longer crashes for me. Also, doesn't toss up an unknown-protocol dialog, which makes me happy and makes this crashtestable.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Updated•16 years ago
|
Flags: in-testsuite+
Assignee | ||
Updated•13 years ago
|
Crash Signature: [@ nsMediaStream::Cancel]
You need to log in
before you can comment on or make changes to this bug.
Description
•