Closed
Bug 160838
Opened 24 years ago
Closed 24 years ago
Mail crashes in NSGetModule()
Categories
(MailNews Core :: Composition, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 160824
People
(Reporter: Mitch, Assigned: bugzilla)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1b) Gecko/20020704
BuildID: 20020803
When composing email i can nearly guarantee a crash every
2 or 3 replies/compositions later. The stack trace is
PrepareDocumentForEditing
[New Thread 12301 (LWP 4719)]
----------------------
PrepareDocumentForEditing
----------------------
PrepareDocumentForEditing
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 4654)]
0x4136ceef in NSGetModule () from /usr/local/mozilla/components/libgklayout.so
(gdb) bt
#0 0x4136ceef in NSGetModule ()
from /usr/local/mozilla/components/libgklayout.so
#1 0x4019eb75 in nsTimerImpl::Fire () from /usr/local/mozilla/libxpcom.so
#2 0x4019ecc1 in handleTimerEvent () from /usr/local/mozilla/libxpcom.so
#3 0x4019a370 in PL_HandleEvent () from /usr/local/mozilla/libxpcom.so
#4 0x401996ec in PL_ProcessPendingEvents ()
from /usr/local/mozilla/libxpcom.so
#5 0x4019aeac in nsEventQueueImpl::ProcessPendingEvents ()
from /usr/local/mozilla/libxpcom.so
#6 0x408c6790 in NSGetModule ()
from /usr/local/mozilla/components/libwidget_gtk.so
#7 0x408c6517 in NSGetModule ()
from /usr/local/mozilla/components/libwidget_gtk.so
#8 0x404960a9 in g_io_unix_dispatch () from /usr/local/lib/libglib-1.2.so.0
#9 0x40497866 in g_main_dispatch () from /usr/local/lib/libglib-1.2.so.0
#10 0x40497e93 in g_main_iterate () from /usr/local/lib/libglib-1.2.so.0
#11 0x4049804c in g_main_run () from /usr/local/lib/libglib-1.2.so.0
#12 0x403b57fb in gtk_main () from /usr/local/lib/libgtk-1.2.so.0
#13 0x408c6831 in NSGetModule ()
from /usr/local/mozilla/components/libwidget_gtk.so
#14 0x408a90d3 in NSGetModule ()
from /usr/local/mozilla/components/libnsappshell.so
#15 0x08051e54 in getCountry ()
#16 0x08052792 in main ()
#17 0x405b256d in __libc_start_main () from /lib/libc.so.6
(gdb)
Reproducible: Sometimes
Steps to Reproduce:
1. Compose mail a few times.
2.
3.
Actual Results: Crash
Expected Results: No crash
resolving as dup of bug 160824
(most of the stack is identical and this didn't crash yesterday.
Doesn't crash with a build where fix for bug 157123 is backed out either.)
*** This bug has been marked as a duplicate of 160824 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: MailNews → Core
Updated•18 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•