Closed
Bug 420652
Opened 17 years ago
Closed 9 years ago
Thread-safety assertions within nsNSSErrors::getErrorMessageFromCode
Categories
(Core :: Security: PSM, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: assertion)
Attachments
(1 file)
6.54 KB,
text/plain
|
Details |
###!!! ASSERTION: wrong thread: 'NS_IsMainThread()', file /Users/jruderman/trunk/mozilla/netwerk/base/src/nsIOService.cpp, line 477
###!!! ASSERTION: nsBinaryOutputStream not thread-safe: '_mOwningThread.GetThread() == PR_GetCurrentThread()', file /Users/jruderman/trunk/mozilla/xpcom/io/nsBinaryStream.cpp, line 65
I don't have steps to reproduce, but I do have stack traces.
Reporter | ||
Comment 1•17 years ago
|
||
![]() |
||
Comment 3•9 years ago
|
||
nsHandleSSLError is now only called from the main thread, so the first two instances are fixed. Similarly, nsSecureBrowserUIImpl asserts it is main-thread-only, and we haven't seen these assertions fail, so I think we're good here.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•