Closed
Bug 601400
Opened 15 years ago
Closed 15 years ago
JM: "Assertion failure: offset < script->length,"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | betaN+ |
People
(Reporter: gkw, Assigned: dvander)
Details
(Keywords: assertion, regression, testcase, Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
|
931 bytes,
patch
|
dmandelin
:
review+
|
Details | Diff | Splinter Review |
eval("\
function NaN() {}\
for(w in s) {}\
")
asserts js debug shell on TM changeset 0230a9e80c1f with -m at Assertion failure: offset < script->length,
| Reporter | ||
Updated•15 years ago
|
blocking2.0: --- → ?
| Reporter | ||
Comment 1•15 years ago
|
||
This seems to have occurred since the advent of JM although I'm really not sure..
Updated•15 years ago
|
blocking2.0: ? → betaN+
| Assignee | ||
Comment 2•15 years ago
|
||
bogus assert, you can throw inside script->main
Updated•15 years ago
|
Attachment #489582 -
Flags: review?(dmandelin) → 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
Comment 5•13 years ago
|
||
A testcase for this bug was automatically identified at js/src/jit-test/tests/jaeger/bug601400.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•