Closed
Bug 76119
Opened 24 years ago
Closed 24 years ago
Gif crashes Mozilla
Categories
(Core :: Graphics: ImageLib, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: mozbug, Assigned: saari)
References
()
Details
(Keywords: crash, Whiteboard: [imglib])
Attachments
(2 files)
(deleted),
image/gif
|
Details | |
(deleted),
patch
|
Details | Diff | Splinter Review |
2001041508 trunk win98
Load http://www.uri.sakura.ne.jp/~anc/images/space.gif
-> Page fault in imglib32.dll
Talkback ID soon
Reporter | ||
Comment 1•24 years ago
|
||
Small typo : page fault in imglib2.dll
TB29143489H
Comment 2•24 years ago
|
||
Dup of 74423?
I think the handling of an corrupted image (whether it's an JPG of GIF or other
formats should get more robust. Displaying a black block will give the user
less frustration than just crashing.
Comment 5•24 years ago
|
||
jpeg and png have pretty solid error handling. i'll look into this
Comment 6•24 years ago
|
||
i've added code to avoid the actual crash.. i'll fire assertions in the places
where it would previouly crash. handing over to saari to fix the conditions in
the gif decoder that are causing it to (now) hit the assertions.
Assignee: pavlov → saari
Comment 10•24 years ago
|
||
*** Bug 75284 has been marked as a duplicate of this bug. ***
Comment 11•24 years ago
|
||
*** Bug 74535 has been marked as a duplicate of this bug. ***
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.1
Comment 12•24 years ago
|
||
still crashes on Linux and Mac using today's bits.
Priority: -- → P1
Summary: http://www.uri.sakura.ne.jp/~anc/images/space.gif crashes Mozilla → Gif crashes Mozilla
Reporter | ||
Comment 13•24 years ago
|
||
Crashed too on 2001050104 win98
Talkback TB29877499K
Assignee | ||
Comment 14•24 years ago
|
||
Assignee | ||
Comment 15•24 years ago
|
||
r=, sr= needed
Assignee | ||
Comment 16•24 years ago
|
||
Fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 17•24 years ago
|
||
*** Bug 57314 has been marked as a duplicate of this bug. ***
Comment 18•24 years ago
|
||
Can't seem to get to image, verifying patch checked into lxr.mozilla.org
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•