Closed
Bug 186895
Opened 22 years ago
Closed 22 years ago
mozilla crashes in nsGetModule from libgklayout [@ nsCSSRendering::PaintBackgroundWithSC ]
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 186752
People
(Reporter: mvl, Unassigned)
References
()
Details
(Keywords: crash)
Crash Data
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20021226
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20021226
When opening http://yellow.exedo.nl/~michiel/stats in a small window (<600px
wide), nothinh wrong happens. But when resizing the window to make the left and
right frames show, crash happens. It also crashes when opening the url with an
already wide enough window.
Reproducible: Always
Steps to Reproduce:
1. visit make mozilla window less then 600 pixels wide
Actual Results:
mozilla crashes
Expected Results:
no crash
Talkback ID: TB15526745K
Stack from ddd:
0x41468fbe in NSGetModule () from
/home/michiel/scratch/mozilla_talkback/components/libgklayout.so
(gdb) bt
#0 0x41468fbe in NSGetModule () from
/home/michiel/scratch/mozilla_talkback/components/libgklayout.so
#1 0x4146881b in NSGetModule () from
/home/michiel/scratch/mozilla_talkback/components/libgklayout.so
#2 0x413d1d91 in NSGetModule () from
/home/michiel/scratch/mozilla_talkback/components/libgklayout.so
#3 0x413dffa0 in NSGetModule () from
/home/michiel/scratch/mozilla_talkback/components/libgklayout.so
#4 0x413e144b in NSGetModule () from
/home/michiel/scratch/mozilla_talkback/components/libgklayout.so
#5 0x4140e691 in NSGetModule () from
/home/michiel/scratch/mozilla_talkback/components/libgklayout.so
#6 0x415a413b in NSGetModule () from
/home/michiel/scratch/mozilla_talkback/components/libgkview.so
#7 0x415ac7d4 in NSGetModule () from
/home/michiel/scratch/mozilla_talkback/components/libgkview.so
#8 0x415ac64d in NSGetModule () from
/home/michiel/scratch/mozilla_talkback/components/libgkview.so
#9 0x415ab47b in NSGetModule () from
/home/michiel/scratch/mozilla_talkback/components/libgkview.so
#10 0x415ad98f in NSGetModule () from
/home/michiel/scratch/mozilla_talkback/components/libgkview.so
#11 0x415a3ccd in NSGetModule () from
/home/michiel/scratch/mozilla_talkback/components/libgkview.so
#12 0x40de232a in NSGetModule () from
/home/michiel/scratch/mozilla_talkback/components/libwidget_gtk.so
#13 0x40de2225 in NSGetModule () from
/home/michiel/scratch/mozilla_talkback/components/libwidget_gtk.so
#14 0x40de4d88 in NSGetModule () from
/home/michiel/scratch/mozilla_talkback/components/libwidget_gtk.so
#15 0x40de4f05 in NSGetModule () from
/home/michiel/scratch/mozilla_talkback/components/libwidget_gtk.so
#16 0x40de4c0d in NSGetModule () from
/home/michiel/scratch/mozilla_talkback/components/libwidget_gtk.so
#17 0x403b74ea in g_timeout_add () from /usr/lib/libglib-1.2.so.0
#18 0x403b64c8 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#19 0x403b6ad3 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#20 0x403b6c6c in g_main_run () from /usr/lib/libglib-1.2.so.0
#21 0x402d87f7 in gtk_main () from /usr/lib/libgtk-1.2.so.0
#22 0x40dd5a4c in NSGetModule () from
/home/michiel/scratch/mozilla_talkback/components/libwidget_gtk.so
#23 0x40dac796 in fullsoft_copyright () from
/home/michiel/scratch/mozilla_talkback/components/libnsappshell.so
#24 0x0805147e in getCountry ()
#25 0x08051c8f in main ()
#26 0x405109f1 in __libc_start_main () from /lib/libc.so.6
(gdb)
Comment 1•22 years ago
|
||
debug linux build 20021226
#0 0x41b71438 in nsCSSRendering::PaintBackgroundWithSC (
aPresContext=0x8896318, aRenderingContext=@0x85667c0, aForFrame=0x8830fb0,
aDirtyRect=@0xbfffec10, aBorderArea=@0xbfffe930, aColor=@0xbfffe890,
aBorder=@0x88311b0, aPadding=@0x8831924, aDX=0, aDY=0, aUsePrintSettings=0)
at nsCSSRendering.cpp:2938
#1 0x41b70a28 in nsCSSRendering::PaintBackground (aPresContext=0x8896318,
aRenderingContext=@0x85667c0, aForFrame=0x8830fb0, aDirtyRect=@0xbfffec10,
aBorderArea=@0xbfffe930, aBorder=@0x88311b0, aPadding=@0x8831924, aDX=0,
aDY=0, aUsePrintSettings=0) at nsCSSRendering.cpp:2700
This should be fixed in build 20021227 and later.
*** This bug has been marked as a duplicate of 186752 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Keywords: crash
Resolution: --- → DUPLICATE
Summary: mozilla crashes in nsGetModule from libgklayout → mozilla crashes in nsGetModule from libgklayout [@ nsCSSRendering::PaintBackgroundWithSC ]
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
•