Open
Bug 1493771
Opened 7 years ago
Updated 3 years ago
MOZ_CRASH("NSS_Shutdown failed")
Categories
(NSS :: Libraries, defect, P2)
Tracking
(Not tracked)
NEW
People
(Reporter: michal, Unassigned)
References
(Blocks 1 open bug)
Details
With the patch in bug 1428901, firefox sometimes crashes during shutdown at https://searchfox.org/mozilla-central/rev/a0333927deabfe980094a14d0549b589f34cbe49/xpcom/build/XPCOMInit.cpp#1038. NSS shutdown failure comes from https://searchfox.org/mozilla-central/rev/a0333927deabfe980094a14d0549b589f34cbe49/security/nss/lib/pki/pkistore.c#124.
Comment 1•7 years ago
|
||
I can reliably reproduce the issue. But even without your patch. So this doesn't seem to be an issue with the external session cache. It fails to destroy the STAN crypto context [1] because it's in use somewhere.
[1] https://searchfox.org/nss/rev/cfd5fcba7efbfe116e2c08848075240ec3a92718/lib/pki/pkistore.c#123
Priority: -- → P2
Summary: MOZ_CRASH("NSS_Shutdown failed") when using API for external TLS session cache → MOZ_CRASH("NSS_Shutdown failed")
| Reporter | ||
Comment 2•7 years ago
|
||
Thanks for info, so this no longer blocks 1428901.
No longer blocks: 1428901
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•