Closed Bug 698379 Opened 14 years ago Closed 14 years ago

TI: Crash [@ js::PutEscapedStringImpl] with findReferences

Categories

(Core :: JavaScript Engine, defect)

Other Branch
x86_64
Linux
defect
Not set
critical

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);
This might be related to bug 684619, which has a patch that just landed on mozilla-inbound.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
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.