Closed
Bug 797496
Opened 13 years ago
Closed 13 years ago
Assertion failure: script->analysis()->getCode(pc).stackDepth == ((hpcdepth == unsigned(-1)) ? pcdepth : hpcdepth), at jsopcode.cpp:6409
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: decoder, Assigned: nbp)
Details
(Keywords: assertion, testcase, Whiteboard: [jsbugmon:update])
Attachments
(1 file)
3.21 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
The following testcase asserts on mozilla-central revision 13fd49ef7786 (run with ):
var set = Set(['a']);
var n = 5;
for (let v of set) {
if (n === 0)
break;
let g = set(Set(0xffffffff, n), 1);
}
Reporter | ||
Updated•13 years ago
|
Whiteboard: [jsbugmon:update,bisect]
Assignee | ||
Updated•13 years ago
|
Assignee: general → nicolas.b.pierron
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•13 years ago
|
||
Apparently I forgot a corner case, hopefully we have people dedicated at proving us wrong in this unforgiving world …
Attachment #667746 -
Flags: review?(luke)
![]() |
||
Updated•13 years ago
|
Attachment #667746 -
Flags: review?(luke) → review+
Reporter | ||
Updated•13 years ago
|
Whiteboard: [jsbugmon:update,bisect] → [jsbugmon:update]
Reporter | ||
Comment 2•13 years ago
|
||
JSBugMon: Bisection requested, result:
autoBisect shows this is probably related to the following changeset:
The first bad revision is:
changeset: 108619:9f22813d133f
user: Nicolas B. Pierron
date: Sat Sep 29 00:43:20 2012 -0700
summary: Bug 787309 - Fallback on try notes after continuing on a goto. r=luke
This iteration took 85.330 seconds to run.
Assignee | ||
Comment 3•13 years ago
|
||
Assignee | ||
Comment 4•13 years ago
|
||
Backout: (miss-leading local failure during push)
https://hg.mozilla.org/integration/mozilla-inbound/rev/66b4f2ea351d
Re-Push:
http://hg.mozilla.org/integration/mozilla-inbound/rev/f0ce5a01e4fc
![]() |
||
Comment 5•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
Reporter | ||
Comment 6•13 years ago
|
||
A testcase for this bug was automatically identified at js/src/jit-test/tests/basic/bug797496.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•