Closed
Bug 185403
Opened 22 years ago
Closed 22 years ago
crashes when Mozilla is shut down
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 182803
People
(Reporter: blizzard, Assigned: KaiE)
Details
Build is from December 14th, 2002.
I've been seeing some crashes on shutdown in the last day or so. Since there
was a change in the way that shutdown is handled with nss, it's the most likely
candidate.
The crashes have stack traces that look like this:
#0 0x420ae561 in nanosleep () from /lib/i686/libc.so.6
#1 0x4021183c in nanosleep () from /lib/i686/libpthread.so.0
#2 0x420ae439 in sleep () from /lib/i686/libc.so.6
#3 0x08052ec6 in ah_crap_handler (signum=11)
at ../../../mozilla/xpfe/bootstrap/nsSigHandlers.cpp:142
#4 0x4103b04b in nsProfileLock::FatalSignalHandler (signo=11,
info=0xbfffec78, context=0xbfffecf8)
at ../../../mozilla/profile/src/nsProfileAccess.cpp:1776
#5 0x40213516 in __pthread_sighandler_rt () from /lib/i686/libpthread.so.0
#6 <signal handler called>
#7 0x428a9069 in nssTrustDomain_LockCertCache ()
from /home/blizzard/src/mozilla_gtk2/gtk2_opt/dist/bin/libnss3.so
#8 0x428a5841 in nssCertificate_Destroy ()
from /home/blizzard/src/mozilla_gtk2/gtk2_opt/dist/bin/libnss3.so
#9 0x428a5863 in NSSCertificate_Destroy ()
from /home/blizzard/src/mozilla_gtk2/gtk2_opt/dist/bin/libnss3.so
#10 0x428992ed in CERT_DestroyCertificate ()
from /home/blizzard/src/mozilla_gtk2/gtk2_opt/dist/bin/libnss3.so
#11 0x426cdcc1 in nsNSSCertificate::~nsNSSCertificate (this=0x83209e8,
__in_chrg=3)
at ../../../../../mozilla/security/manager/ssl/src/nsNSSCertificate.cpp:152
#12 0x426cd9dd in nsNSSCertificate::Release (this=0x83209e8)
at ../../../../../mozilla/security/manager/ssl/src/nsNSSCertificate.cpp:91
#13 0x401a9364 in nsCOMPtr_base::~nsCOMPtr_base (this=0x85d62a8, __in_chrg=0)
at ../../../mozilla/xpcom/glue/nsCOMPtr.cpp:64
#14 0x426bcb4f in nsSSLStatus::~nsSSLStatus (this=0x85d62a0, __in_chrg=3)
at ../../../../../mozilla/security/manager/ssl/src/nsNSSCallbacks.cpp:108
#15 0x426bca11 in nsSSLStatus::Release (this=0x85d62a0)
at ../../../../../mozilla/security/manager/ssl/src/nsNSSCallbacks.cpp:112
#16 0x401a9364 in nsCOMPtr_base::~nsCOMPtr_base (this=0x84a7678, __in_chrg=0)
at ../../../mozilla/xpcom/glue/nsCOMPtr.cpp:64
#17 0x426c52d9 in nsNSSSocketInfo::~nsNSSSocketInfo (this=0x84a7630,
__in_chrg=3)
at ../../../../../mozilla/security/manager/ssl/src/nsNSSIOLayer.cpp:158
#18 0x426c53c1 in nsNSSSocketInfo::Release (this=0x84a7630)
at ../../../../../mozilla/security/manager/ssl/src/nsNSSIOLayer.cpp:169
#19 0x401a9364 in nsCOMPtr_base::~nsCOMPtr_base (this=0x434772a8, __in_chrg=0)
at ../../../mozilla/xpcom/glue/nsCOMPtr.cpp:64
#20 0x405fe9d7 in nsCacheEntry::~nsCacheEntry (this=0x43477278, __in_chrg=3)
at ../../../../mozilla/netwerk/cache/src/nsCacheEntry.cpp:78
#21 0x4060c252 in nsMemoryCacheDevice::Shutdown (this=0x82625f0)
at ../../../../mozilla/netwerk/cache/src/nsMemoryCacheDevice.cpp:103
#22 0x4060c130 in nsMemoryCacheDevice::~nsMemoryCacheDevice (this=0x82625f0,
__in_chrg=3)
at ../../../../mozilla/netwerk/cache/src/nsMemoryCacheDevice.cpp:60
#23 0x4060372a in nsCacheService::Shutdown (this=0x8228b68)
at ../../../../mozilla/netwerk/cache/src/nsCacheService.cpp:474
#24 0x406029f3 in nsCacheProfilePrefObserver::Observe (this=0x825f818,
subject=0x805c684, topic=0x401ab901 "xpcom-shutdown", data=0x0)
at ../../../../mozilla/netwerk/cache/src/nsCacheService.h:107
#25 0x40128196 in nsObserverService::NotifyObservers (this=0x80a9ab8,
aSubject=0x805c684, aTopic=0x401ab901 "xpcom-shutdown", someData=0x0)
at ../../../mozilla/xpcom/ds/nsObserverService.cpp:211
#26 0x4011ff02 in NS_ShutdownXPCOM (servMgr=0x0)
at ../../../mozilla/xpcom/glue/nsCOMPtr.h:649
#27 0x08052103 in main (argc=1, argv=0xbffff624)
at ../../../mozilla/xpfe/bootstrap/nsAppRunner.cpp:1913
#28 0x420158d4 in __libc_start_main () from /lib/i686/libc.so.6
Reporter | ||
Comment 1•22 years ago
|
||
blocking 1.3b. Crashing on almost every shutdown here.
Flags: blocking1.3b+
Reporter | ||
Comment 2•22 years ago
|
||
dup
*** This bug has been marked as a duplicate of 182803 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•22 years ago
|
Flags: blocking1.3b+
You need to log in
before you can comment on or make changes to this bug.
Description
•