Closed
Bug 953336
Opened 11 years ago
Closed 11 years ago
Assertion failure: lazyInnerFunctionIndex < lazyOuterFunction()->numInnerFunctions(), at frontend/FullParseHandler.h
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: gkw, Unassigned)
Details
(Keywords: assertion, regression, testcase, Whiteboard: [jsbugmon:])
Attachments
(1 file)
13.95 KB,
text/plain
|
Details |
Assertion failure: lazyInnerFunctionIndex < lazyOuterFunction()->numInnerFunctions(), at frontend/FullParseHandler.h is an assertion that has hard-to-reproduce testcases, and which appeared fairly recently (probably in the past weeks?).
My configure flags are:
AR=ar sh ./configure --enable-optimize --enable-debug --enable-profiling --enable-gczeal --enable-debug-symbols --enable-methodjit --enable-type-inference --disable-tests --enable-more-deterministic --with-ccache --enable-threadsafe <other NSPR options>
jorendorff, any ideas?
Flags: needinfo?(jorendorff)
![]() |
Reporter | |
Comment 1•11 years ago
|
||
I've sent a coredump to jorendorff and Waldo.
Updated•11 years ago
|
Whiteboard: [jsbugmon:update] → [jsbugmon:]
Comment 2•11 years ago
|
||
JSBugMon: Cannot process bug: Error: Failed to isolate original revision for test
Comment 3•11 years ago
|
||
Comment 0 is missing a revision. Can you add it here? :)
Flags: needinfo?(gary)
Comment 4•11 years ago
|
||
Nevermind, the stack trace has it :) This is on m-c revision cd3e9359fd64.
Flags: needinfo?(gary)
![]() |
Reporter | |
Comment 5•11 years ago
|
||
Yeah, oops, I guess I forgot to add that while filing a bug at 4.40am local. :)
![]() |
Reporter | |
Comment 6•11 years ago
|
||
Not sure if I saw this again recently, but let's resolve WFM and file new bugs as they come up again.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(jorendorff)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•