Closed
Bug 847430
Opened 12 years ago
Closed 12 years ago
IonMonkey: Assertion failure: obj, at ./dist/include/js/Value.h:712
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 848733
People
(Reporter: decoder, Unassigned)
Details
(Keywords: assertion, testcase, Whiteboard: [jsbugmon:update,ignore])
The following testcase asserts on mozilla-central revision f99a075a5bce (no options required):
test();
function test() {
var n = 1000000;
var i=0;
var mceil = Math.floor;
var msqrt = Math.sqrt;
for (i = 3; i<= n; i+=/x/) {
limit = mceil(msqrt(i)+1) + 1;
for (j = 3; j < limit; j+=2) {}
}
var end = new Date();
}
Reporter | ||
Updated•12 years ago
|
Whiteboard: [jsbugmon:update,bisect]
Reporter | ||
Updated•12 years ago
|
Whiteboard: [jsbugmon:update,bisect] → [jsbugmon:update,ignore]
Reporter | ||
Comment 1•12 years ago
|
||
JSBugMon: The testcase found in this bug no longer reproduces (tried revision eccf45749400).
JSBugMon: Bisection requested, failed due to error (try manually).
![]() |
||
Updated•12 years ago
|
Whiteboard: [jsbugmon:update,ignore] → [jsbugmon:update,bisectfix]
Reporter | ||
Updated•12 years ago
|
Whiteboard: [jsbugmon:update,bisectfix] → [jsbugmon:update,ignore]
Reporter | ||
Comment 2•12 years ago
|
||
JSBugMon: The testcase found in this bug no longer reproduces (tried revision dfeacbbb793d).
JSBugMon: Fix Bisection requested, result:
autoBisect shows this is probably related to the following changeset:
The first good revision is:
changeset: 124108:814a0c94b215
user: Jan de Mooij
date: Thu Mar 07 14:38:09 2013 +0100
summary: Bug 848733 - Don't eliminate callee phi when inlining natives. r=bhackett
This iteration took 116.108 seconds to run.
Comment 4•12 years ago
|
||
(In reply to Gary Kwong [:gkw] [:nth10sd] from comment #3)
> jandem, is bug 848733 a likely fix?
Yeah, it's the same issue.
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: needinfo?(jdemooij)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•