Closed
Bug 11761
Opened 26 years ago
Closed 26 years ago
crash in ImageConsumer::OnStopRequest()
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
M10
People
(Reporter: pnunn, Assigned: warrensomebody)
References
()
Details
While looking at bug#7622, I'm getting a crash in
ImageConsumer::OnStopRequest() in gfx/nsImageNetContextAsync.cpp.
aContext = NULL. though in the calling function
ImageConsumer::KeepPummpingStream(), mContext in consumer has a value.
It maybe that aContext just need to be set.
I'm marking bug#7622 dependent on this bug.
-pnunn
Updated•26 years ago
|
Summary: crash in ImageConsumer::OnStopRequest()
Comment 1•26 years ago
|
||
adding a summary
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M10
I think this bug was fixed by the docloader cleanup
fix.
-pn
Comment 3•26 years ago
|
||
works fine under linux ... no crash
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 4•26 years ago
|
||
hmmm, this gif is not loading well, is there a problem with animated gifs right
now?
Comment 5•26 years ago
|
||
That's the point. ;)
Unfortunately, nowhere in the bug report did anyone let paulmac know that the GIF
image in question is invalid. The expected output is that it should gracefully
fail to display, without adversely affecting the browser.
Updated•26 years ago
|
QA Contact: paulmac → elig
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•26 years ago
|
||
Verified fixed in 1999 09/14/99 builds (9/13/99 on Linux).
Specifically, the application does not crash on the invalid animated GIF, but
instead gracefully fails, displaying the image's URL instead of the image.
Bulk move of all Necko (to be deleted component) bugs to new Networking
component.
You need to log in
before you can comment on or make changes to this bug.
Description
•