Closed
Bug 118492
Opened 23 years ago
Closed 23 years ago
Segmentation fault in nsCRT::HashCode
Categories
(Core :: XPCOM, defect)
Tracking
()
People
(Reporter: mozilla-bugs, Assigned: dougt)
Details
Just saw Mozilla crash in nsCRT::HashCode()
GDB output:
[...]
Program terminated with signal 11, Segmentation fault.
[...]
(gdb) bt
#0 0x40117cb8 in nsCRT::HashCode () from /usr/lib/libxpcom.so
#1 0x4011ab31 in nsCStringKey::HashCode () from /usr/lib/libxpcom.so
#2 0x4011a08f in PL_HashTableFinalize () from /usr/lib/libxpcom.so
#3 0x401c28c6 in PL_HashTableLookup () from /usr/lib/libplds4.so
#4 0x4011a455 in nsHashtable::Get () from /usr/lib/libxpcom.so
#5 0x4011b48b in nsSupportsHashtable::Get () from /usr/lib/libxpcom.so
#6 0x41072f94 in NSGetModule () from /usr/lib/mozilla/components/libjar50.so
#7 0x408365a2 in NSGetModule () from /usr/lib/mozilla/components/libnecko.so
#8 0x40836600 in NSGetModule () from /usr/lib/mozilla/components/libnecko.so
#9 0x407e1256 in NSGetModule () from /usr/lib/mozilla/components/libnecko.so
#10 0x407e1160 in NSGetModule () from /usr/lib/mozilla/components/libnecko.so
#11 0x4015c86b in nsThreadPoolRunnable::Run () from /usr/lib/libxpcom.so
#12 0x4015b32b in nsThread::Main () from /usr/lib/libxpcom.so
#13 0x401ea4e4 in _pt_root () from /usr/lib/libnspr4.so
#14 0x401fac6f in pthread_start_thread (arg=0x434ffbe0) at manager.c:284
I am not sure what exactly I did to cause this. I am running 0.9.7-0_rh7 RPMs
(from ftp.mozilla.org) on RedHat 7.2
This crash didn't go to Talkback bacause of bug 86068.
See also bug 96322 "Should null protect nsCRT::HashCode()"
| Assignee | ||
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 96322 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•