Closed Bug 642209 Opened 13 years ago Closed 13 years ago

TI: Assertion failure: addr % sizeof(FreeCell) == 0, at ../jsgc.h:374

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
critical

Tracking

()

RESOLVED FIXED

People

(Reporter: decoder, Unassigned)

References

Details

(Keywords: assertion, testcase, Whiteboard: fixed-in-jaegermonkey)

Attachments

(1 file)

The attached test case (unpack, chdir and run main.js with -n -a -m) asserts on
TI tip (tested on 64 bit).
The interaction between AutoShapeRooters and the changes to JSObject::trace from bug 639235 can cause us to miss parts of the shape tree when tracing --- the shape rooter marks a single shape (but not its parents), then JSObject::trace stops when it sees that mark bit.

This is broken in TM too but will be fixed by bug 569422. The below cset is a spotfix making Shape::trace trace all parents.

http://hg.mozilla.org/projects/jaegermonkey/rev/404ae1c24c64
Blocks: 639235
Depends on: 569422
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: fixed-in-jaegermonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: