Open
Bug 590584
Opened 15 years ago
Updated 1 year ago
Firefox 4.0b4 Crash Report [@ pk11_GetNewSession ]
Categories
(NSS :: Libraries, defect, P5)
Tracking
(Not tracked)
NEW
People
(Reporter: cbook, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: crash, Whiteboard: [crashkill][nss-monitor])
Crash Data
Crash Report for Firefox 4 Beta 4 and earlier - http://crash-stats.mozilla.com/report/list?signature=pk11_GetNewSession
Windows Crash only
Frame Module Signature [Expand] Source
0 nss3.dll pk11_GetNewSession security/nss/lib/pk11wrap/pk11obj.c:372
1 nss3.dll pk11_getKeyFromList security/nss/lib/pk11wrap/pk11skey.c:131
2 nss3.dll pk11_CreateSymKey security/nss/lib/pk11wrap/pk11skey.c:178
3 nss3.dll pk11_ImportSymKeyWithTempl security/nss/lib/pk11wrap/pk11skey.c:445
4 nss3.dll PK11_ImportSymKey security/nss/lib/pk11wrap/pk11skey.c:496
5 xul.dll nsKeyObjectFactory::KeyFromString security/manager/ssl/src/nsKeyModule.cpp:217
6 xul.dll nsUrlClassifierDBServiceWorker::BeginStream
7 xul.dll NS_InvokeByIndex_P xpcom/reflect/xptcall/src/md/win32/xptcinvoke.cpp:102
8 xul.dll nsProxyObjectCallInfo::Run xpcom/proxy/src/nsProxyEvent.cpp:181
9 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:547
10 xul.dll nsThread::ThreadFunc xpcom/threads/nsThread.cpp:263
11 nspr4.dll _PR_NativeRunThread nsprpub/pr/src/threads/combined/pruthr.c:426
12 nspr4.dll pr_root nsprpub/pr/src/md/windows/w95thred.c:122
13 mozcrt19.dll _callthreadstartex obj-firefox/memory/jemalloc/crtsrc/threadex.c:348
14 mozcrt19.dll _threadstartex obj-firefox/memory/jemalloc/crtsrc/threadex.c:326
Crash Address 0x30
366 pk11_GetNewSession(PK11SlotInfo *slot,PRBool *owner)
367 {
368 CK_SESSION_HANDLE session;
369 *owner = PR_TRUE;
370 if (!slot->isThreadSafe) PK11_EnterSlotMonitor(slot);
this is roughly slot=0, but i'd have expected the code to crash earlier when it called PK11_ReferenceSlot:
278 context->slot = PK11_ReferenceSlot(slot); <- why didn't it crash here?
279 context->session = pk11_GetNewSession(slot,&context->ownSession);
Assignee: nobody → nobody
Component: Security → Libraries
Product: Core → NSS
QA Contact: toolkit → libraries
Version: Trunk → trunk
Updated•14 years ago
|
Crash Signature: [@ pk11_GetNewSession ]
Comment 2•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•2 years ago
|
Severity: S3 → S4
Priority: -- → P5
Whiteboard: [crashkill] → [crashkill][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
•