Closed
Bug 185109
Opened 22 years ago
Closed 22 years ago
Crash in imagelib - nsImageBoxFrame::OnStopDecode
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 184916
People
(Reporter: tever, Assigned: jdunn)
References
()
Details
(Keywords: crash, platform-parity)
Overview Description: Internal page crashes browser.
Steps to Reproduce:
1.) go to site
Actual Results: client crashes
Build Date & Platform Bug Found: Win NT4 2002121108
Additional Builds and Platforms Tested On: works on mac osX
Additional Information: stack trace
MSVCRT.dll + 0xd008 (0x7800d008)
MSVCRT.dll + 0xc730 (0x7800c730)
MSVCRT.dll + 0x12d7 (0x780012d7)
nsImageBoxFrame::OnStopDecode
[c:/builds/seamonkey/mozilla/layout/xul/base/src/nsImageBoxFrame.cpp, line 803]
nsImageListener::FrameChanged
[c:/builds/seamonkey/mozilla/layout/html/base/src/nsImageFrame.cpp, line 2431]
imgRequestProxy::OnStopDecode
[c:/builds/seamonkey/mozilla/modules/libpr0n/src/imgRequestProxy.cpp, line 359]
imgRequest::OnStopDecode
[c:/builds/seamonkey/mozilla/modules/libpr0n/src/imgRequest.cpp, line 528]
nsICODecoder::Close
[c:/builds/seamonkey/mozilla/modules/libpr0n/decoders/bmp/nsICODecoder.cpp, line
156]
imgRequest::OnStopRequest
[c:/builds/seamonkey/mozilla/modules/libpr0n/src/imgRequest.cpp, line 673]
ProxyListener::OnStopRequest
[c:/builds/seamonkey/mozilla/modules/libpr0n/src/imgLoader.cpp, line 871]
nsStreamListenerTee::OnStopRequest
[c:/builds/seamonkey/mozilla/netwerk/base/src/nsStreamListenerTee.cpp, line 66]
nsHttpChannel::OnStopRequest
[c:/builds/seamonkey/mozilla/netwerk/protocol/http/src/nsHttpChannel.cpp, line 3020]
xpcom.dll + 0x4d2dc (0x61dfd2dc)
I believe this to be a dup of bug 184916
which Christian Biesinger just checked a fix in for.
However, I can't reproduce this on win2k, so I
can't verify that the fix works. tever can you
check if tomorrow's (12/14) builds clean this up? THANKS
In the mean time I will try to reproduce on Linux
| Reporter | ||
Comment 3•22 years ago
|
||
ok, this works now. Tested the later 12/13 builds which apparently have the
patch from 184916. WinNT4, linux rh6, mac osX all working.
*** This bug has been marked as a duplicate of 184916 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•