Closed
Bug 782782
Opened 13 years ago
Closed 13 years ago
Assertion failure: allocated(), at ../../gc/Heap.h:497 or Crash [@ js::gc::Arena::isAligned]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: billm, Assigned: billm)
References
Details
(Keywords: assertion, crash, testcase, Whiteboard: [js:p2])
Crash Data
Attachments
(1 file)
834 bytes,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #753283 +++
Somehow when fixing this bug I failed to fix the non-gcc path as well. This moves MaybeVerifyBarriers from before to after the op is done, just as was done in bug 753283.
Attachment #651885 -
Flags: review?(bhackett1024)
Assignee | ||
Updated•13 years ago
|
Assignee: general → wmccloskey
Updated•13 years ago
|
Attachment #651885 -
Flags: review?(bhackett1024) → review+
Assignee | ||
Comment 1•13 years ago
|
||
Updated•13 years ago
|
Target Milestone: --- → mozilla17
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•13 years ago
|
||
Landed this on Aurora because it was needed for bug 781393.
https://hg.mozilla.org/releases/mozilla-aurora/rev/95a9ef9dfc3d
This change only affects DEBUG builds, and it was only needed to appease some tests.
![]() |
||
Updated•13 years ago
|
Whiteboard: [js:p2][js:ni] → [js:p2]
You need to log in
before you can comment on or make changes to this bug.
Description
•