Closed
Bug 863975
Opened 12 years ago
Closed 12 years ago
Truncated second frame causes assertion failure [@mozilla::image::Decoder::PostDecodeDone]
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: posidron, Assigned: joe)
Details
(Keywords: crash, testcase)
Crash Data
Attachments
(4 files)
70.55 KB,
image/png
|
Details | |
2.91 KB,
text/plain
|
Details | |
745 bytes,
patch
|
seth
:
review+
|
Details | Diff | Splinter Review |
89.61 KB,
patch
|
seth
:
review+
|
Details | Diff | Splinter Review |
Tested with m-i changeset: 129367:9ff5c0134bbf
Reporter | ||
Comment 1•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
Severity: normal → critical
Hardware: x86 → x86_64
Updated•12 years ago
|
Crash Signature: [@ mozilla::image::Decoder::PostDecodeDone] → [@ mozalloc_abort(char const*) | NS_DebugBreak | mozilla::image::Decoder::PostDecodeDone() ]
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → joe
Assignee | ||
Updated•12 years ago
|
Summary: PNG crash [@mozilla::image::Decoder::PostDecodeDone] → Truncated second frame causes assertion failure [@mozilla::image::Decoder::PostDecodeDone]
Assignee | ||
Comment 2•12 years ago
|
||
Our frame counting and error handling has simply changed, so we need to handle the case that we're left in the middle of a frame because a frame is truncated or in error.
https://tbpl.mozilla.org/?tree=Try&rev=2733ba66c1d4
Attachment #740375 -
Flags: review?(seth)
Assignee | ||
Comment 3•12 years ago
|
||
This is Christoph's testcase.
Attachment #740376 -
Flags: review?(seth)
Assignee | ||
Comment 4•12 years ago
|
||
Another try at try since infrastructure gave us false timeouts for much of today: https://tbpl.mozilla.org/?tree=Try&rev=d5db482e2613
Comment 5•12 years ago
|
||
Comment on attachment 740375 [details] [diff] [review]
PostFrameDone if we're in the middle of a frame and recovering
Review of attachment 740375 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good.
Attachment #740375 -
Flags: review?(seth) → review+
Updated•12 years ago
|
Attachment #740376 -
Flags: review?(seth) → review+
Assignee | ||
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/00ef24d9a3ac
https://hg.mozilla.org/mozilla-central/rev/d35407880ce2
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•