Closed
Bug 1024786
Opened 10 years ago
Closed 10 years ago
Assertion failure: windowLength <= windowRadius * 2, at frontend/TokenStream.cpp
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: gkw, Assigned: bhackett1024)
References
Details
(Keywords: assertion, regression, testcase, Whiteboard: [jsbugmon:update])
Attachments
(3 files)
The upcoming testcase asserts js debug shell on m-c changeset aab3362f97e9 with --ion-eager --ion-parallel-compile=off at Assertion failure: windowLength <= windowRadius * 2, at frontend/TokenStream.cpp
My configure flags are:
CC="clang -Qunused-arguments" CXX="clang++ -Qunused-arguments" AR=ar sh /Users/skywalker/trees/mozilla-central/js/src/configure --target=x86_64-apple-darwin12.5.0 --enable-optimize --enable-debug --enable-profiling --enable-gczeal --enable-debug-symbols --disable-tests --enable-more-deterministic --with-ccache --enable-threadsafe <other NSPR options>
autoBisect shows this is probably related to the following changeset:
The first bad revision is:
changeset: https://hg.mozilla.org/mozilla-central/rev/43acd23f5a98
user: Brian Hackett
date: Thu May 15 16:48:21 2014 -0700
summary: Bug 976446 - Add port of irregexp regexp engine, and use by default, r=jandem.
Brian, is bug 976446 a likely regressor?
Flags: needinfo?(bhackett1024)
Reporter | ||
Comment 1•10 years ago
|
||
$ ./js-dbg-64-dm-ts-darwin-aab3362f97e9 --ion-eager --ion-parallel-compile=off testcase.js
Assertion failure: windowLength <= windowRadius * 2, at /Users/skywalker/trees/mozilla-central/js/src/frontend/TokenStream.cpp:683
Segmentation fault: 11
Assignee | ||
Comment 2•10 years ago
|
||
Computing a caller filename when one wasn't provided confused the code that prints leading/trailing context for error messages.
Assignee: nobody → bhackett1024
Attachment #8442965 -
Flags: review?(jdemooij)
Flags: needinfo?(bhackett1024)
Reporter | ||
Comment 3•10 years ago
|
||
Please land this testcase as well - I recall this one was a pain to reduce. Thanks! :)
Updated•10 years ago
|
Attachment #8442965 -
Flags: review?(jdemooij) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
You need to log in
before you can comment on or make changes to this bug.
Description
•