Closed
Bug 293291
Opened 20 years ago
Closed 7 years ago
A lot of assertions with threaded JS on 1.7 branch
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: Biesinger, Unassigned)
Details
(Keywords: assertion)
Attachments
(2 files)
|
644 bytes,
patch
|
Details | Diff | Splinter Review | |
|
1.94 KB,
text/plain
|
Details |
Situation: - A js component that creates threads and executes code there - Chrome code that instantiates the component and calls a function on it, passing objects there - The component tries very carefully to stay away from DOM Stuff, especially global windows Starting in 1.7.7, that causes an extreme amount of assertions about lack of threadsafety of nsGlobalWindowImpl.
| Reporter | ||
Comment 1•20 years ago
|
||
this patch avoids the assertions...
| Reporter | ||
Comment 2•20 years ago
|
||
this is an example of the stack of this assertion (an nsDocument in this case... also happens with a window though)
Updated•18 years ago
|
Assignee: dbradley → nobody
Updated•18 years ago
|
QA Contact: pschwartau → xpconnect
Comment 3•7 years ago
|
||
Hopefully singlethreaded XPConnect means that this isn't an issue any more...
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•