Closed
Bug 850955
Opened 12 years ago
Closed 12 years ago
BaselineCompiler: "Assertion failure: false (Unexpected recompile check!),"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gkw, Unassigned)
References
Details
(Keywords: assertion, regression, testcase, Whiteboard: [jsbugmon:update])
Attachments
(1 file)
|
140.02 KB,
text/plain
|
Details |
a = []
function f() {
return a[0]
}
function g() {
return f()()
}
a.push(([function() {
([f(), g()])
}])[0])
g()
asserts js debug shell on ionmonkey changeset f0f398255b65 without any CLI arguments at Assertion failure: false (Unexpected recompile check!),
| Reporter | ||
Comment 1•12 years ago
|
||
autoBisect shows this is probably related to the following changeset:
The first bad revision is:
changeset: 124891:f0f398255b65
tag: tip
user: Jan de Mooij
date: Wed Mar 13 23:06:43 2013 +0100
summary: Bug 848849 - Reset script use count when type information changes. r=bhackett
Blocks: 848849
| Reporter | ||
Comment 2•12 years ago
|
||
Fixed likely by backout of bug 848849 here:
http://hg.mozilla.org/projects/ionmonkey/rev/a34329707345
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•12 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•