Closed
Bug 78730
Opened 24 years ago
Closed 24 years ago
gif decoder crashes going to www.red-mercury.com
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
VERIFIED
FIXED
People
(Reporter: paulkchen, Assigned: saari)
References
()
Details
Using my own debug mac build from 05/01 and a windows 2001043004 build on win2k,
go to http://www.red-mercury.com/. There is an assertion "###!!! ASSERTION: You
can't dereference a NULL nsCOMPtr with operator->().: 'mRawPtr != 0', file
nsCOMPtr.h, line 652".
That assertion is a result of nsGIFDecoder2.cpp, line 303:
decoder->mImageFrame->SetFrameDisposalMethod(aDisposal);
On my optimized window build, mozilla go boom, I've sent two talkback reports,
but I have no clue as to how to retrieve those. Mac goes belly up, too. I get an
illegal instruction exception in the metrowerks debugger since the PC is at
0x08. Ooops.
So far, this one has been 100% reproducible.
![]() |
Assignee | |
Comment 2•24 years ago
|
||
Yeah, I just verified with today's bits, and I fixed this with my checkins
yesterday.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
![]() |
||
Comment 4•24 years ago
|
||
Verified Fixed Win XP build 2001120303, Linux build 2001120308 and Mac OS X
build 2001120308
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•