Closed
Bug 989677
Opened 12 years ago
Closed 10 years ago
"Assertion failure: NS_IsMainThread() || aStrategy == DECODE_ASYNC"
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase-wanted)
Attachments
(1 file)
|
6.33 KB,
text/plain
|
Details |
1. Create a fresh profile with:
user_pref("image.mem.decodeondraw", false);
user_pref("image.mem.discardable", false);
2. Load http://www.w3.org/TR/css3-background/
Result:
Assertion failure: NS_IsMainThread() || aStrategy == DECODE_ASYNC, at image/src/Decoder.cpp:91
| Reporter | ||
Comment 1•12 years ago
|
||
Dup of bug 967985??
Comment 2•12 years ago
|
||
(In reply to Jesse Ruderman from comment #1)
> Dup of bug 967985??
Sounds like it.
Comment 3•12 years ago
|
||
There's talk in bug 967895 of a followup bug since the patch in that bug reduced the frequency of the crash but didn't eliminate it. This is indeed a dupe, but since it has new STR that still trigger the issue after the other patch landed, I'm inclined to treat it as that followup bug. Let's not dupe it.
Comment 4•12 years ago
|
||
Sorry, bug 967985. I like to transpose my digits.
| Reporter | ||
Comment 6•10 years ago
|
||
WFM on trunk. I tried both with e10s (now the default) and without.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(jruderman)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•