Closed
Bug 414448
Opened 18 years ago
Closed 18 years ago
ASSERTION: nsUrlClassifierStreamUpdater not thread-safe
Categories
(Toolkit :: Safe Browsing, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: martijn.martijn, Assigned: dcamp)
References
Details
(Keywords: assertion)
I keep getting this assertion sometimes in my current debug trunk build:
###!!! ASSERTION: nsUrlClassifierStreamUpdater not thread-safe: '_mOwningThread.
GetThread() == PR_GetCurrentThread()', file c:/mozilla-build/mozilla/toolkit/com
ponents/url-classifier/src/nsUrlClassifierStreamUpdater.cpp, line 86
I couldn't find any existing bug on it, so I guess I should file it.
| Assignee | ||
Comment 2•18 years ago
|
||
There's a fix for this in 402611 which I'll be landing shortly.
Assignee: nobody → dcamp
| Assignee | ||
Comment 3•18 years ago
|
||
Landed bug 402611, this should be fixed.
| Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•18 years ago
|
||
Yeah, verified fixed, I haven't seen this assertion anymore, after updating my build.
Status: RESOLVED → VERIFIED
Updated•18 years ago
|
Flags: blocking-firefox3? → blocking-firefox3+
Updated•11 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•