Closed
Bug 186833
Opened 22 years ago
Closed 22 years ago
Mozilla crashes on Transparent PNG image in fixed div [@ nsCSSRendering::PaintBackgroundWithSC ]
Categories
(SeaMonkey :: General, defect)
SeaMonkey
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 186752
People
(Reporter: shad, Assigned: asa)
References
()
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
(deleted),
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20021226
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20021226
Mozilla crashes when opening up the above URL as it trys to display the
transparent PNG image. If I take out the PNG in the CSS file, Mozilla renders
the page just fine.
Reproducible: Always
Steps to Reproduce:
1. Fire up Mozilla
2. Go to http://www.sasquatch.com/~shad/wishlist.html
3. Watch Mozilla crash and burn
Actual Results:
Mozilla crashes.
Expected Results:
Mozilla should not crash but display the transparent PNG instead.
I'd paste the DrWatson error message here, but B.M.O. didn't like it. Perhaps
I'll attach it as a file.
Reporter | ||
Comment 1•22 years ago
|
||
Reporter | ||
Comment 2•22 years ago
|
||
I just opened up the W3C's CSS style page at http://www.w3.org/Style/CSS/ and it
caused Mozilla to crash as well. This time, Mozilla did not gather any crash
data or leave an event in the eventlog.
On a funny side note: it's amazing how poorly I.E. renders the above W3C page!
Comment 3•22 years ago
|
||
confirming crash using build 2002122608 on Linux, doesn't crash with build 20021222.
Talkback ID: TB15508277Z.
Blocks: 185584
Keywords: regression,
stackwanted
OS: Windows 2000 → All
Hardware: PC → All
Whiteboard: TB15508277Z
Comment 4•22 years ago
|
||
Why is this not a dupe of bug 186752?
Reporter | ||
Comment 5•22 years ago
|
||
My Talkback Incident ID's:
TB15506842H
TB15506754Z
TB15506715E
TB15506652Q
OS: All → Windows 2000
Hardware: All → PC
Reporter | ||
Comment 6•22 years ago
|
||
Changing OS/Platform back to All/All. Last comment must have accidentally
changed it back to w2k/PC
OS: Windows 2000 → All
Hardware: PC → All
Comment 7•22 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20021226
I can confirm this problem.
suggest STATUS: NEW, KEYWORD: zt4newcrash
NEW as per comment #7.
2002121008 works fine though. Something messed up AFTER 10-Dec-2002.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 9•22 years ago
|
||
stack from debug Linux build 20021226:
#0 0x41a29e5c in unsigned int CallQueryInterface<nsIFrame, nsIScrollableFrame>
(aSource=0x0, aDestination=0xbfffe708)
at ../../../../dist/include/xpcom/nsISupportsUtils.h:266
#1 0x4192c212 in nsCSSRendering::PaintBackgroundWithSC (
aPresContext=0x88647e0, aRenderingContext=@0x87b0e70, aForFrame=0x88ab938,
aDirtyRect=@0xbfffebd0, aBorderArea=@0xbfffe9e0, aColor=@0x88ab988,
aBorder=@0x88aae6c, aPadding=@0x88af710, aDX=0, aDY=0, aUsePrintSettings=0)
at nsCSSRendering.cpp:2904
*** This bug has been marked as a duplicate of 186752 ***
No longer blocks: 185584
Status: NEW → RESOLVED
Closed: 22 years ago
No longer depends on: 186752
Keywords: stackwanted
Resolution: --- → DUPLICATE
Summary: Mozilla crashes on Transparent PNG image in fixed div → Mozilla crashes on Transparent PNG image in fixed div [@ nsCSSRendering::PaintBackgroundWithSC ]
Whiteboard: TB15508277Z
Updated•20 years ago
|
Product: Browser → Seamonkey
Updated•13 years ago
|
Crash Signature: [@ nsCSSRendering::PaintBackgroundWithSC ]
You need to log in
before you can comment on or make changes to this bug.
Description
•