Closed
Bug 607159
Opened 14 years ago
Closed 14 years ago
GC::reversePointersWithinBlock can assert in Debug builds
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: stejohns, Assigned: stejohns)
Details
Attachments
(1 file)
4.27 KB,
patch
|
lhansen
:
review+
|
Details | Diff | Splinter Review |
It calls GetMark(), which assumes the input pointer is the start of a GC object; we call it with a pointer into the middle of an object.
Assignee | ||
Comment 1•14 years ago
|
||
Simple fix, rework to pass an explicit offset.
Assignee: nobody → stejohns
Attachment #485921 -
Flags: review?(lhansen)
Updated•14 years ago
|
Attachment #485921 -
Flags: review?(lhansen) → review+
Assignee | ||
Comment 2•14 years ago
|
||
TR 5392:c2990a5e96f4
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•