Closed
Bug 595916
Opened 15 years ago
Closed 15 years ago
TM: "Assertion failure: isFunctionFrame() && !isEvalFrame(),"
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | betaN+ |
People
(Reporter: gkw, Assigned: luke)
References
Details
(Keywords: assertion, regression, testcase, Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
|
1.80 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
(function () {
try {
eval("\
for each(let d in[0,0,0,0,0,0,0,0]) {\
for(let b in[0,0]) {}\
}\
")
} catch (e) {}
})()
asserts js debug shell on TM changeset f5e128da7b5f with -j at Assertion failure: isFunctionFrame() && !isEvalFrame(),
| Reporter | ||
Updated•15 years ago
|
blocking2.0: --- → ?
| Reporter | ||
Comment 1•15 years ago
|
||
autoBisect shows this is probably related to the following changeset:
The first bad revision is:
changeset: 53418:8721b595e7ab
user: Luke Wagner
date: Mon Aug 09 22:43:33 2010 -0700
summary: Bug 539144 - Make formal args a jit-time const offset from fp; rm argv/argc/thisv/script/callobj (r=brendan,dvander)
Blocks: 539144
| Assignee | ||
Comment 2•15 years ago
|
||
mmmm, fuzzing!
Updated•15 years ago
|
Attachment #475392 -
Flags: review?(dvander) → review+
| Assignee | ||
Comment 3•15 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 4•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
blocking2.0: ? → betaN+
Comment 5•13 years ago
|
||
A testcase for this bug was automatically identified at js/src/jit-test/tests/basic/testBug595916.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•