Open
Bug 1129379
Opened 10 years ago
Updated 1 year ago
crash in sftk_FreeContext
Categories
(NSS :: Libraries, defect, P5)
Tracking
(Not tracked)
NEW
People
(Reporter: cbook, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash, Whiteboard: [nss-monitor])
Crash Data
This bug was filed from the Socorro interface and is
report bp-cd348e39-f3bb-444e-a415-2b2fa2150204.
=============================================================
happened during sheriffduty on treeherder it seems.
Crashing Thread
Frame Module Signature Source
0 libsoftokn3.dylib sftk_FreeContext security/nss/lib/softoken/pkcs11u.c
1 libsoftokn3.dylib sftk_FreeSession security/nss/lib/softoken/pkcs11u.c
2 libsoftokn3.dylib NSC_CloseSession security/nss/lib/softoken/pkcs11.c
3 libnss3.dylib pk11_CloseSession security/nss/lib/pk11wrap/pk11obj.c
4 libnss3.dylib PK11_DestroyContext security/nss/lib/pk11wrap/pk11cxt.c
5 libnss3.dylib ssl3_DestroySSL3Info security/nss/lib/ssl/ssl3con.c
6 libnss3.dylib ssl_DestroySocketContents security/nss/lib/ssl/sslsock.c
7 libnss3.dylib ssl_FreeSocket security/nss/lib/ssl/sslsock.c
8 libnss3.dylib ssl_DefClose security/nss/lib/ssl/ssldef.c
9 XUL nsNSSSocketInfo::CloseSocketAndDestroy(nsNSSShutDownPreventionLock const&) security/manager/ssl/src/nsNSSIOLayer.cpp
10 XUL nsSSLIOLayerClose security/manager/ssl/src/nsNSSIOLayer.cpp
11 XUL nsSocketTransport::ReleaseFD_Locked(PRFileDesc*) netwerk/base/nsSocketTransport2.cpp
12 XUL nsSocketTransport::OnSocketDetached(PRFileDesc*) netwerk/base/nsSocketTransport2.cpp
13 XUL nsSocketTransportService::DetachSocket(nsSocketTransportService::SocketContext*, nsSocketTransportService::SocketContext*) netwerk/base/nsSocketTransportService2.cpp
14 XUL nsSocketTransportService::DoPollIteration(bool) netwerk/base/nsSocketTransportService2.cpp
15 XUL nsSocketTransportService::Run() netwerk/base/nsSocketTransportService2.cpp
16 XUL _ZThn24_N24nsSocketTransportService3RunEv obj-firefox/x86_64/netwerk/base/Unified_cpp_netwerk_base2.cpp
Comment 1•3 years ago
|
||
Since the crash volume is low (less than 5 per week), the severity is downgraded to S3. Feel free to change it back if you think the bug is still critical.
For more information, please visit auto_nag documentation.
Severity: critical → S3
Updated•3 years ago
|
Assignee: nobody → nobody
Component: Security → Libraries
Product: Core → NSS
Version: unspecified → other
Updated•2 years ago
|
Severity: S3 → S4
Priority: -- → P5
Whiteboard: [nss-monitor]
Updated•1 year ago
|
Blocks: nss-stability
You need to log in
before you can comment on or make changes to this bug.
Description
•