Closed
Bug 535108
Opened 16 years ago
Closed 16 years ago
Sampler must be disassociated from its GC before destruction
Categories
(Tamarin Graveyard :: Virtual Machine, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
flash10.1
People
(Reporter: lhansen, Assigned: lhansen)
Details
(Whiteboard: Has patch)
Attachments
(1 file)
|
315 bytes,
patch
|
treilly
:
review+
|
Details | Diff | Splinter Review |
Running selftests in DD mode, we get a segfault near the end because the sampler was destroyed but not disassociated from the GC.
Fixing that, we get a leak message, so there are more dogs buried here probably.
Attachment #417900 -
Flags: review?(treilly)
| Assignee | ||
Comment 1•16 years ago
|
||
The leak was a result of a failing tests that threw an exception and did not allow an object to be deallocated. No fix required.
| Assignee | ||
Updated•16 years ago
|
Priority: -- → P3
Whiteboard: Has patch
Target Milestone: --- → flash10.1
Updated•16 years ago
|
Attachment #417900 -
Flags: review?(treilly) → review+
| Assignee | ||
Comment 2•16 years ago
|
||
redux changeset: 3337:d7f8110234ae
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•