Closed
Bug 755157
Opened 13 years ago
Closed 13 years ago
IonMonkey: Eager compilation of jaeger/bug585310.js: Assertion failure: thing, at gc/Marking.cpp:82
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: nbp, Assigned: nbp)
References
Details
Attachments
(1 file)
(deleted),
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
I am unable to reproduce this assertion locally, but it is definitively blocking the landing of IonMonkey. I am able to reproduce a similar error with without any flag:
gczeal(2,50);
for (var j = 0; j < 100000; ++j) {
(-0).toString();
}
As opposed to tbpl bugs, this one cause a SEGV on x64 and assert identically on x86.
Assignee | ||
Comment 2•13 years ago
|
||
Attachment #623903 -
Flags: review?(dvander)
Updated•13 years ago
|
Attachment #623903 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•