Closed
Bug 754714
Opened 13 years ago
Closed 13 years ago
IonMonkey: Assertion failure: thing, at js/src/gc/Marking.cpp:82
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 755157
People
(Reporter: decoder, Assigned: nbp)
References
Details
(Keywords: assertion, testcase, Whiteboard: [jsbugmon:update])
The following testcase asserts on ionmonkey revision e8de64e7e9fe (run with --ion -n -m):
gczeal(2);
for (var j = 0; j < 4; ++([].abstract)) {
(-0).toString();
}
Assignee | ||
Updated•13 years ago
|
Assignee: general → nicolas.b.pierron
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•13 years ago
|
||
> (run with --ion -n -m):
decoder, sorry for creating a duplicate of this bug, I thought that this bug was older because the shell argument are no longer the accurate. They should be:
--no-jm
I filed the duplicated bug it in Bug 755157.
I remove the security flag because this bug is blocking IonMonkey landing as it is reproduced by tbpl. I will still add the current test case with which I have been able to reproduce it locally, and for which I have a patch which correspond to a typo introduced at revision 53a84ecbb030.
Group: core-security
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•