Closed
Bug 428746
Opened 17 years ago
Closed 16 years ago
crash in ocsp_RemoveCacheItemFromLinkedList during shutdown
Categories
(NSS :: Libraries, defect, P1)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
WORKSFORME
3.12.1
People
(Reporter: KaiE, Unassigned)
References
Details
(Keywords: crash)
Attachments
(1 file)
5.45 KB,
text/plain
|
Details |
We recently worked on a fix for Firefox.
There was a hang on exit, a deadlock.
As part of that bug, we used a test case that involved a lot of parallel SSL connections, involving OCSP checks, and exiting the application while several of these are still active.
Now, the deadlock appears to be fixed, and we continued to try what happens when we run that test.
Occassionally, I get a crash.
I got this assertion:
Assertion failure: item->moreRecent->lessRecent == item, at ocsp.c:454
And I'll attach the stack.
Reporter | ||
Comment 1•17 years ago
|
||
Updated•17 years ago
|
Blocks: NSS312regressions
Comment 2•17 years ago
|
||
I wonder if this bug is a side effect of the cause of bug 433594, which is
now fixed.
Comment 3•16 years ago
|
||
Kai, can you determine if this bug persists, now that bug 433594 is fixed?
Updated•16 years ago
|
Priority: -- → P1
Target Milestone: --- → 3.12.1
Comment 4•16 years ago
|
||
Having heard nothing more about this bug in 9 months, I'm assuming it's
no longer a bug. If it is still a bug, we need new evidence.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•