Closed
Bug 529284
Opened 16 years ago
Closed 16 years ago
OOM deadlock when adding OOMCallback or GC to GCHeap
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bgetlin, Assigned: lhansen)
Details
Attachments
(1 file)
|
1.98 KB,
patch
|
lhansen
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)
Build Identifier:
Deadlock can occur on the list_lock if OOM is triggered while adding the OOM callback or GC to the gcheap lists. Add a new "tryAdd" to basic list and release the list lock before triggering OOM.
Reproducible: Sometimes
| Reporter | ||
Comment 1•16 years ago
|
||
Attachment #412854 -
Flags: review?(lhansen)
| Assignee | ||
Updated•16 years ago
|
Attachment #412854 -
Flags: review?(lhansen) → review+
| Assignee | ||
Comment 2•16 years ago
|
||
I will land.
Assignee: nobody → lhansen
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
| Assignee | ||
Comment 3•16 years ago
|
||
redux changeset: 3176:70925f3b7470
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
•