Closed
Bug 706997
Opened 13 years ago
Closed 13 years ago
[IncrementalGC] "Assertion failure: static_cast<T *>(t)->arenaHeader()->allocatedDuringIncremental,"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gkw, Assigned: billm)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
(deleted),
text/plain
|
Details |
for (e in (function() {
ArrayBuffer(662240797)
})()) {}
newGlobal("new-compartment")
asserts js debug shell on larch changeset 370cedaf963f without any CLI arguments at Assertion failure: static_cast<T *>(t)->arenaHeader()->allocatedDuringIncremental,
Assignee | ||
Updated•13 years ago
|
Assignee: general → wmccloskey
Assignee | ||
Comment 1•13 years ago
|
||
For some reason I can't reproduce this. I'm using the right changeset, and I have a 32-bit Linux build. I suspect the problem may be fixed by this commit:
https://hg.mozilla.org/projects/larch/rev/517ef660fb04
Could you check, Gary?
Reporter | ||
Comment 2•13 years ago
|
||
(In reply to Bill McCloskey (:billm) from comment #1)
> For some reason I can't reproduce this. I'm using the right changeset, and I
> have a 32-bit Linux build. I suspect the problem may be fixed by this commit:
> https://hg.mozilla.org/projects/larch/rev/517ef660fb04
> Could you check, Gary?
autoBisect shows this is probably related to the following changeset:
The first good revision is:
changeset: 81481:517ef660fb04
user: Bill McCloskey
date: Tue Dec 06 16:00:58 2011 -0800
summary: [INCREMENTAL] Enable barriers when new compartment created during incremental GC
Yes, that's correct!
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•