Closed
Bug 643285
Opened 14 years ago
Closed 14 years ago
TI: [infer failure] Missing type at #5:00003 pushed 0: void
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Unassigned)
References
Details
(Keywords: crash, testcase, Whiteboard: fixed-in-jaegermonkey)
The following test case (run with -n -a) crashes on TI tip (tested on 64
bit):
function fun() {
(new Function ("function ff () { actual = '' + ff. caller; } function f () { ff (); } f ();")) ('function pf' + fun + '() {}');
}
fun();
Comment 1•14 years ago
|
||
Calls to objects with the default function type (only used in non-compileAndGo code) should always be monitored.
http://hg.mozilla.org/projects/jaegermonkey/rev/2326e700c785
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: fixed-in-jaegermonkey
Reporter | ||
Comment 2•12 years ago
|
||
A testcase for this bug was automatically identified at js/src/jit-test/tests/basic/bug643285.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•