Closed
Bug 798831
Opened 12 years ago
Closed 9 years ago
Assertion failure: !bce->script->noScriptRval
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bc, Unassigned)
References
()
Details
(Keywords: assertion, regression)
Attachments
(1 file)
3.52 KB,
text/html
|
Details |
1. http://demos.bonsaijs.org/demos/pie/index.html
2. Assertion failure: !bce->script->noScriptRval
EmitStatement js::frontend::EmitTree(JSContext*, js::frontend::BytecodeEmitter*, js::frontend::ParseNode*) EmitStatementList js::frontend::EmitTree(JSContext*, js::frontend::BytecodeEmitter*, js::frontend::ParseNode*) js::frontend::EmitTree(JSContext*, js::frontend::BytecodeEmitter*, js::frontend::ParseNode*)
Nightly/18, Aurora/17 all platforms. Didn't crash Nightly opt build on OSX but didn't test other opt builds.
I'll work on the regression range and see if I can reduce.
Reporter | ||
Updated•12 years ago
|
Version: Trunk → 17 Branch
Reporter | ||
Comment 1•12 years ago
|
||
Found regression between 20120725002955-20120725150956
Pushlog: http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=ef20925bc2a5&tochange=7065b767f30d
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2012/07/2012-07-25-mozilla-central-debug/firefox-17.0a1.en-US.debug-linux-i686.tar.bz2
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2012/07/2012-07-26-mozilla-central-debug/firefox-17.0a1.en-US.debug-linux-i686.tar.bz2
Reporter | ||
Comment 2•12 years ago
|
||
semi-reduced test case.
Reporter | ||
Updated•12 years ago
|
status-firefox19:
--- → affected
Reporter | ||
Comment 3•12 years ago
|
||
Another example: http://www.khanacademy.org/cs/intro-to-coloring/844038377
Assignee | ||
Updated•10 years ago
|
Assignee: general → nobody
Reporter | ||
Comment 4•9 years ago
|
||
Retested url, + testcase + khan with OSX 10.{6,8,9}, RHEL6 {32,64}bit, Windows 7 {32,64}bit, Beta/38, Aurora/39, Nightly/40 and no crash. -> WFM.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•