Closed
Bug 698379
Opened 14 years ago
Closed 14 years ago
TI: Crash [@ js::PutEscapedStringImpl] with findReferences
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 708261
People
(Reporter: decoder, Unassigned)
References
Details
(Keywords: crash, testcase)
Crash Data
The following testcase crashes on jaegermonkey branch revision f951e9151626 (run with -m -n), tested on 64 bit:
function makeGenerator(c) { eval(c); yield function generatorClosure() { return x; }; }
var generator = makeGenerator('var x = 42');
findReferences(generator);
![]() |
||
Comment 1•14 years ago
|
||
This might be related to bug 684619, which has a patch that just landed on mozilla-inbound.
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 3•13 years ago
|
||
A testcase for this bug was already added in the original bug (bug 708261).
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•