Closed
Bug 523648
Opened 16 years ago
Closed 16 years ago
Don't do collect on shutdown
Categories
(Tamarin Graveyard :: Garbage Collection (mmGC), defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: treilly, Assigned: treilly)
Details
Attachments
(1 file)
395 bytes,
patch
|
lhansen
:
superreview+
|
Details | Diff | Splinter Review |
GCHeap::Abort calls GC::SetStack(NULL) needs to also pass false so we don't try to collect (too late!). In practice we were crashing in ZCT code doing a Reap.
Assignee | ||
Comment 1•16 years ago
|
||
add false to SetStackEnter call
Updated•16 years ago
|
Attachment #407553 -
Flags: superreview?(lhansen) → superreview+
Assignee | ||
Comment 2•16 years ago
|
||
fixed in 2839
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•