Closed
Bug 704131
Opened 13 years ago
Closed 13 years ago
[ObjShrink]: 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 a335853be219 (run with -m -n -a), tested on 64 bit:
(function f() {
findReferences(f);
})();
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•12 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
•