Closed
Bug 801511
Opened 12 years ago
Closed 10 years ago
"ASSERTION: Successful load with no container?"
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Assigned: jdm)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(2 files)
###!!! ASSERTION: Successful load with no container?: 'imageContainer', file layout/generic/nsImageFrame.cpp, line 670
###!!! ASSERTION: null image: 'aImage', file layout/generic/nsImageFrame.cpp, line 291
I'm guessing this is a regression from bug 505385.
Reporter | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•12 years ago
|
||
Ok, so previously the status passed into EmulateRequestFinished was sent through to the OnStopDecode notification (which occurred at load end, etc.) My changes made that status be dropped on the floor; it looks like we need to do something akin to RecordStopRequest that sets the error bit on the image state if the status isn't a success code.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → josh
Assignee | ||
Comment 3•10 years ago
|
||
Doesn't assert any longer.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•