Closed
Bug 696829
Opened 13 years ago
Closed 13 years ago
ConstantStringContainer doesn't trace PoolObject pointer
Categories
(Tamarin Graveyard :: Garbage Collection (mmGC), defect, P2)
Tamarin Graveyard
Garbage Collection (mmGC)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 691644
Q4 11 - Anza
People
(Reporter: treilly, Assigned: treilly)
Details
(Whiteboard: WE:3003863)
Attachments
(1 file)
533 bytes,
patch
|
lhansen
:
review+
|
Details | Diff | Splinter Review |
If ConstantStringContainer happens to survive a collection by being found on the stack we'd be in trouble if the PoolObject was garbage and we found that ConstantStringContainer again on the next collection.
Assignee | ||
Comment 1•13 years ago
|
||
Assignee | ||
Updated•13 years ago
|
Attachment #569132 -
Flags: review? → review?(lhansen)
Potential fix for smoke failure in Anza.
Flags: flashplayer-qrb+
Flags: flashplayer-injection+
Flags: flashplayer-bug+
Priority: -- → P2
Whiteboard: WE:3003863
Target Milestone: --- → Q4 11 - Anza
Assignee | ||
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•13 years ago
|
Attachment #569132 -
Flags: review?(lhansen) → review+
You need to log in
before you can comment on or make changes to this bug.
Description
•