Closed
Bug 603554
Opened 14 years ago
Closed 14 years ago
E4X + sandbox, crash [@ JSString::length | js_ConcatStrings]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: crash, testcase)
Crash Data
Attachments
(1 file)
6.71 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) { }
}
Crash [@ JSString::length | js_ConcatStrings]
Reporter | ||
Comment 1•14 years ago
|
||
WFM on TM branch.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Updated•14 years ago
|
Crash Signature: [@ JSString::length | js_ConcatStrings]
You need to log in
before you can comment on or make changes to this bug.
Description
•