Closed
Bug 80248
Opened 25 years ago
Closed 25 years ago
Mozilla crashed while doing nothing
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: conorlennon, Assigned: karnaze)
Details
(Keywords: crash)
I was using Mozilla Build 2001051015 to browse bugzilla.mozilla.org
I went off for a while, and when I came back, mozilla had crashed.
Here's a stack trace from gdb:
Program received signal SIGSEGV, Segmentation fault.
0x88a5491 in ?? ()
(gdb) where
#0 0x88a5491 in ?? ()
#1 0x40e7a630 in NSGetModule () from /opt/mozilla/components/libgklayout.so
#2 0x400b9477 in PL_HandleEvent () from /opt/mozilla/libxpcom.so
#3 0x400b985b in PL_ProcessEventsBeforeID () from /opt/mozilla/libxpcom.so
#4 0x404940ff in NSGetModule () from /opt/mozilla/components/libwidget_gtk.so
#5 0x4009438f in nsVoidArray::EnumerateForwards () from /opt/mozilla/libxpcom.so
#6 0x40494139 in NSGetModule () from /opt/mozilla/components/libwidget_gtk.so
#7 0x4049bc5c in NSGetModule () from /opt/mozilla/components/libwidget_gtk.so
#8 0x4060553b in gdk_event_dispatch () from /usr/lib/libgdk-1.2.so.0
#9 0x40632186 in g_main_dispatch () from /usr/lib/libglib-1.2.so.0
#10 0x40632751 in g_main_iterate () from /usr/lib/libglib-1.2.so.0
#11 0x406328f1 in g_main_run () from /usr/lib/libglib-1.2.so.0
#12 0x4055a8e9 in gtk_main () from /usr/lib/libgtk-1.2.so.0
#13 0x40493ebc in NSGetModule () from /opt/mozilla/components/libwidget_gtk.so
#14 0x40474cea in NSGetModule () from /opt/mozilla/components/libnsappshell.so
#15 0x804d2e4 in StringAllocator_char ()
#16 0x804db75 in StringAllocator_char ()
#17 0x401e29cb in __libc_start_main (main=0x804da48
<StringAllocator_char(void)+12956>, argc=1, argv=0xbffffaf4, init=0x804a1dc
<_init>, fini=0x804f528 <_fini>,
rtld_fini=0x4000ae60 <_dl_fini>, stack_end=0xbffffaec) at
../sysdeps/generic/libc-start.c:92
Comment 1•25 years ago
|
||
It seems that the mozilla lizard don´t want to be alone :-)
this should be layout ?
Assignee: asa → karnaze
Component: Browser-General → Layout
QA Contact: doronr → petersen
| Assignee | ||
Comment 3•25 years ago
|
||
This bug cannot be fixed until it is reproduceable.
| Reporter | ||
Comment 4•25 years ago
|
||
While I agree that a non-reproducible bug is not easy for a developer to fix, I
had though that somebody could have a look at the relevant code in Mozilla
indicated by the stack trace.
I would consider mozilla crashing while not doing anything to be serious enough.
Should this Bug be marked as Invalid?
| Reporter | ||
Comment 5•25 years ago
|
||
Marking as Invalid as I can't reproduce.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•