Closed
Bug 1205386
Opened 9 years ago
Closed 9 years ago
Autophone - frequently reap child processes
Categories
(Testing Graveyard :: Autophone, defect)
Testing Graveyard
Autophone
Tracking
(firefox43 affected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox43 | --- | affected |
People
(Reporter: bc, Assigned: bc)
References
Details
Attachments
(1 file)
2.21 KB,
patch
|
gbrown
:
review+
|
Details | Diff | Splinter Review |
While testing and tracking Autophone processes, I realized that when restarting Autophone the worker processes were zombied and not reaped. This patch uses os.wait3 in a loop to reap any child processes in several locations in the code.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8661977 -
Flags: review?(gbrown)
![]() |
||
Updated•9 years ago
|
Attachment #8661977 -
Flags: review?(gbrown) → review+
Assignee | ||
Comment 2•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•