Closed
Bug 712265
Opened 13 years ago
Closed 13 years ago
[Chunk Patch] Assertion failure: lval.isBoolean(), at js/src/jsinterp.cpp:4739
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Assigned: bhackett1024)
References
Details
(Keywords: assertion, testcase)
The following test asserts on mozilla-central f3c943d2e763 with chunk patch (bug 706914) (options -m -n -a -e 'mjitChunkLimit(5)'):
try {
let (t1 = x) assertEq(x, 5);
} finally {}
Assignee | ||
Comment 1•13 years ago
|
||
The stack pointer was wrong when entering finally blocks from exceptions thrown inside a different compilation chunk. Fixed in the latest bug 706914 patch.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Flags: in-testsuite?
Reporter | ||
Comment 2•12 years ago
|
||
A testcase for this bug was automatically identified at js/src/jit-test/tests/jaeger/chunk/bug712265.js.
Flags: in-testsuite? → in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•