Closed
Bug 603555
Opened 15 years ago
Closed 15 years ago
E4X + sandbox, "Assertion failure: nameobj->getClass() == &js_AttributeNameClass || nameobj->getClass() == &js_QNameClass"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
4.73 KB,
text/plain
|
Details |
In xpcshell:
var sandbox = Components.utils.Sandbox("http://example.com/");
for (var j = 0; j < 2; ++j) {
gc();
try { Components.utils.evalInSandbox("*", sandbox); } catch(e) { }
}
Assertion failure: nameobj->getClass() == &js_AttributeNameClass || nameobj->getClass() == &js_QNameClass, at js/src/jsxml.cpp:7377
Reporter | ||
Comment 1•15 years ago
|
||
WFM on TM branch.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•