Closed
Bug 325526
Opened 20 years ago
Closed 20 years ago
XML: Shared AnyName prototype object causes threads to block
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: daumling, Assigned: brendan)
References
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
|
6.36 KB,
patch
|
Details | Diff | Splinter Review |
The shared AnyName prototype object, stored in the JSRuntime, does not seem to be correctly prepared for multithreading. Most often, threads hang during JS_InitStandardClasses() inside the call to js_InitAnyNameClass().
Brendan already sent me a patch, but my current code base is too old. I will test the patch as soon as I had the chance to update the code base.
| Reporter | ||
Comment 1•20 years ago
|
||
| Assignee | ||
Comment 2•20 years ago
|
||
Mine!
/be
Assignee: general → brendan
Target Milestone: --- → mozilla1.9alpha
| Assignee | ||
Comment 3•20 years ago
|
||
Fixed on trunk and 1.8 branch with patch for 331782.
/be
Updated•20 years ago
|
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•