Closed
Bug 43106
Opened 25 years ago
Closed 23 years ago
not thread-safe assertions in plugin module
Categories
(Core Graveyard :: Plug-ins, defect, P3)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 156493
Future
People
(Reporter: sean, Assigned: serhunt)
References
()
Details
Built from a 10am pull 6/19.
The asserts don't happen all the time, but I am seeing them pretty often.
###!!! ASSERTION: nsPluginCacheListener not thread-safe: 'owningThread == NS_Cur
rentThread()'
###!!! ASSERTION: nsPluginStreamListenerPeer not thread-safe: 'owningThread == N
S_CurrentThread()'
###!!! ASSERTION: ns4xPluginInstance not thread-safe: 'owningThread == NS_Curren
tThread()'
###!!! ASSERTION: ns4xPluginStreamListener not thread-safe: 'owningThread == NS_
CurrentThread()'
###!!! ASSERTION: ns4xPluginInstance not thread-safe: 'owningThread == NS_Curren
tThread()'
Comment 1•25 years ago
|
||
Not a Netscape 6 RTM blocker. FUTURE. This bug has been marked Future because
the Netscape engineer it is assigned to is overburdened.
Target Milestone: --- → Future
Comment 2•23 years ago
|
||
*** Bug 113502 has been marked as a duplicate of this bug. ***
Comment 3•23 years ago
|
||
this is being marked as a dup of request to run plug-ins in their own
process/thread. These issues will be cleaned up during that work.
*** This bug has been marked as a duplicate of 156493 ***
*** This bug has been marked as a duplicate of 156493 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•