Closed Bug 643285 Opened 13 years ago Closed 13 years ago

TI: [infer failure] Missing type at #5:00003 pushed 0: void

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
critical

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();
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: 13 years ago
Resolution: --- → FIXED
Whiteboard: fixed-in-jaegermonkey
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.