Closed
Bug 606416
Opened 15 years ago
Closed 15 years ago
Sporadic abort inside of MOZ_gdk_display_close [@ linux-gate.so@0x424 ] when closing Firefox
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 576933
People
(Reporter: dholbert, Unassigned)
References
()
Details
Frequently when I quit Firefox, I get a crash report along the lines of:
bp-2b0b7ade-0be5-4c32-ac33-ed37c2101021
I hit this about a few times a week. I'm pretty sure I've hit it when closing Thunderbird 3.1, too.
No idea what causes it, but I'm apparently not alone, based on clicking "Details" on my crash report. (A lot of mentions of "Closing firefox" etc.)
The crash report mentions:
> App Notes X_CloseDevice: XI_BadDevice (invalid Device parameter); 9 requests ago
The stack is:
0 linux-gate.so linux-gate.so@0x424
1 libc-2.12.1.so libc-2.12.1.so@0x2de41
2 libmozalloc.so mozalloc_abort memory/mozalloc/mozalloc_abort.cpp:75
3 libxul.so NS_DebugBreak_P xpcom/base/nsDebugImpl.cpp:379
4 libxul.so X11Error toolkit/xre/nsX11ErrorHandler.cpp:190
5 libbonoboui-2.so.0.0.0 libbonoboui-2.so.0.0.0@0x20c73
6 libX11.so.6.3.0 libX11.so.6.3.0@0x3b2c8
7 libX11.so.6.3.0 libX11.so.6.3.0@0x4199e
8 libX11.so.6.3.0 libX11.so.6.3.0@0x42035
9 libX11.so.6.3.0 libX11.so.6.3.0@0x35866
10 libX11.so.6.3.0 libX11.so.6.3.0@0x152eb
11 libgdk-x11-2.0.so.0.2200.0 libgdk-x11-2.0.so.0.2200.0@0x48e59
12 libgobject-2.0.so.0.2600.0 libgobject-2.0.so.0.2600.0@0xe653
13 libgdk-x11-2.0.so.0.2200.0 libgdk-x11-2.0.so.0.2200.0@0x17ba7
14 libxul.so MOZ_gdk_display_close toolkit/xre/nsAppRunner.cpp:2697
15 libxul.so XRE_main toolkit/xre/nsAppRunner.cpp:3765
16 firefox-bin main browser/app/nsBrowserApp.cpp:158
17 libc-2.12.1.so libc-2.12.1.so@0x16ce6
18 firefox-bin firefox-bin@0x1390
19 firefox-bin Output browser/app/nsBrowserApp.cpp:77
20 @0x0
| Reporter | ||
Updated•15 years ago
|
| Reporter | ||
Comment 1•15 years ago
|
||
er, s/crash/abort/ -- looks like we're dying with a NS_RUNTIMEABORT inside of X11Error.
Summary: Crash inside of MOZ_gdk_display_close [@ linux-gate.so@0x424 ] when closing Firefox → Abort inside of MOZ_gdk_display_close [@ linux-gate.so@0x424 ] when closing Firefox
| Reporter | ||
Comment 2•15 years ago
|
||
(CC'ing widget-GTK folks)
| Reporter | ||
Updated•15 years ago
|
Summary: Abort inside of MOZ_gdk_display_close [@ linux-gate.so@0x424 ] when closing Firefox → Sporadic abort inside of MOZ_gdk_display_close [@ linux-gate.so@0x424 ] when closing Firefox
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•