Closed
Bug 754711
Opened 14 years ago
Closed 14 years ago
IonMonkey: Assertion failure: addr % Cell::CellSize == 0, at ../../gc/Heap.h:832
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 754714
People
(Reporter: decoder, Unassigned)
References
Details
(Keywords: assertion, testcase, Whiteboard: [jsbugmon:update])
The following testcase asserts on ionmonkey revision e8de64e7e9fe (run with --ion -n -m):
gczeal(2);
var BUGNUMBER = 460886;
for (var j = 0; j < 5; gc & BUGNUMBER.summary) {
''.substring(5);
}
Same stack as bug 754714, so dupe'ing there.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Updated•14 years ago
|
Group: core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•