Closed
Bug 764850
Opened 12 years ago
Closed 12 years ago
Assertion failure: allocated(), at ../../gc/Heap.h:498 or Crash [@ js::gc::MarkTypeObject]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: decoder, Assigned: billm)
Details
(Keywords: assertion, testcase, Whiteboard: [jsbugmon:update][js:t])
Attachments
(1 file)
(deleted),
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
The following testcase asserts on ionmonkey revision 7ab88528503e (run with --ion -n -m --ion-eager):
gczeal(4);
it.customNative = assertEq;
Comment 1•12 years ago
|
||
This one reproduces with --no-ion --no-jm.
Comment 2•12 years ago
|
||
This bug exists on mozilla-central (x86, debug). Impact is limited, since it appears to require the "it" object for failure, which only exists in shell builds.
CC'ing GC team members.
Summary: IonMonkey: Assertion failure: allocated(), at ../../gc/Heap.h:498 or Crash [@ js::gc::MarkTypeObject] → Assertion failure: allocated(), at ../../gc/Heap.h:498 or Crash [@ js::gc::MarkTypeObject]
Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
If this is just a bug in GCZEAL it can probably be unhidden.
Updated•12 years ago
|
Attachment #633750 -
Flags: review?(terrence) → review+
Updated•12 years ago
|
Whiteboard: [jsbugmon:update] → [jsbugmon:update][js:t]
Updated•12 years ago
|
Group: core-security
Assignee | ||
Comment 5•12 years ago
|
||
Comment 6•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla16
Reporter | ||
Comment 7•12 years ago
|
||
Automatically extracted testcase for this bug was committed:
https://hg.mozilla.org/mozilla-central/rev/2e891e0db397
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•