Closed
Bug 658479
Opened 14 years ago
Closed 13 years ago
crash [@ ssl_DefGetpeername]
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: Usul, Unassigned)
References
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-c68371af-cbc2-484d-816a-e5a7f2110519 .
=============================================================
very rare :
0 ssl3.dll ssl_DefGetpeername security/nss/lib/ssl/ssldef.c:189
1 ssl3.dll ssl_Poll security/nss/lib/ssl/sslsock.c:1756
2 xul.dll nsSSLThread::requestPoll security/manager/ssl/src/nsSSLThread.cpp:387
3 xul.dll nsSSLIOLayerPoll security/manager/ssl/src/nsNSSIOLayer.cpp:2068
4 nspr4.dll _PR_MD_PR_POLL nsprpub/pr/src/md/windows/w32poll.c:162
5 xul.dll nsSocketTransportService::Poll netwerk/base/src/nsSocketTransportService2.cpp:355
6 xul.dll nsSocketTransportService::DoPollIteration netwerk/base/src/nsSocketTransportService2.cpp:668
7 xul.dll nsSocketTransportService::OnProcessNextEvent netwerk/base/src/nsSocketTransportService2.cpp:543
8 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:582
9 xul.dll NS_ProcessPendingEvents_P objdir-tb/mozilla/xpcom/build/nsThreadUtils.cpp:203
10 xul.dll nsSocketTransportService::Run netwerk/base/src/nsSocketTransportService2.cpp:589
11 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:618
12 xul.dll NS_ProcessNextEvent_P objdir-tb/mozilla/xpcom/build/nsThreadUtils.cpp:250
13 xul.dll nsThread::ThreadFunc xpcom/threads/nsThread.cpp:273
14 nspr4.dll _PR_NativeRunThread nsprpub/pr/src/threads/combined/pruthr.c:426
15 nspr4.dll pr_root nsprpub/pr/src/md/windows/w95thred.c:122
16 mozcrt19.dll _callthreadstartex objdir-tb/mozilla/memory/jemalloc/crtsrc/threadex.c:348
17 mozcrt19.dll _threadstartex objdir-tb/mozilla/memory/jemalloc/crtsrc/threadex.c:326
18 kernel32.dll BaseThreadInitThunk
19 ntdll.dll __RtlUserThreadStart
20 ntdll.dll _RtlUserThreadStart
| Reporter | ||
Updated•14 years ago
|
Assignee: nobody → nobody
Component: General → Libraries
Product: Thunderbird → NSS
QA Contact: general → libraries
Version: Trunk → trunk
Comment 1•14 years ago
|
||
Most likely cause: PR_Poll called on a closed socket.
Updated•14 years ago
|
Crash Signature: [@ ssl_DefGetpeername]
Comment 2•13 years ago
|
||
Seen this crash with TB10b1 on OpenSuSE 11.4.
[@ ssl_DefGetpeername ]
ID: f5b52673-1273-45a9-85b8-c94b42120107
Comment 3•13 years ago
|
||
A stack like this isn't possible since the patches for bug 674147 landed, because nsSSLThread does not exist
You need to log in
before you can comment on or make changes to this bug.
Description
•