Closed
Bug 564017
Opened 15 years ago
Closed 15 years ago
Clear out the notification thread during Abort
Categories
(Tamarin Graveyard :: Garbage Collection (mmGC), defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
flash10.1
People
(Reporter: bgetlin, Assigned: bgetlin)
Details
(Whiteboard: Has patch)
Attachments
(1 file)
754 bytes,
patch
|
treilly
:
review+
lhansen
:
superreview+
|
Details | Diff | Splinter Review |
When Abort() is triggered, make sure to clear out the flag indicating we're already sending a memory status notification. This will guarantee kMemAbort signal is sent if we hit abort during another status change.
A number of bad symptoms may periodically occur before this fix, including hangs, crashes, and missing OOM UI.
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #443702 -
Flags: superreview?(lhansen)
Attachment #443702 -
Flags: review?(treilly)
Assignee | ||
Comment 2•15 years ago
|
||
p4 change : 667852
Updated•15 years ago
|
Attachment #443702 -
Flags: review?(treilly) → review+
Updated•15 years ago
|
Attachment #443702 -
Flags: superreview?(lhansen) → superreview+
Updated•15 years ago
|
Assignee: nobody → bgetlin
Status: NEW → ASSIGNED
Component: Virtual Machine → Garbage Collection (mmGC)
Priority: -- → P2
QA Contact: vm → gc
Whiteboard: Has patch
Target Milestone: --- → flash10.1
Needs to land in TR and TR-Argo. Note the CL's here when landing.
Comment 4•15 years ago
|
||
tamarin-redux-argo: changeset: 4030:6c7130c61ed8
Comment 5•15 years ago
|
||
tamarin-redux - changeset - 4659:6c7130c61ed8
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
QA Contact: gc → dschaffe
Comment 6•15 years ago
|
||
reran oom testsuite on Play_1_r53_57. Let me know if there is a more specific testcase we can use for verification. marking verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•