Closed
Bug 615956
Opened 13 years ago
Closed 13 years ago
The content-shutdown callback should return quickly, to allow the dead child process to be reaped
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: crowderbt, Assigned: mfinkle)
Details
Attachments
(1 file)
5.02 KB,
patch
|
mbrubeck
:
review+
|
Details | Diff | Splinter Review |
We're currently displaying a dialog here which can lead to some weirdness in pathological cases. We should display the dialog afterwards.
Reporter | ||
Updated•13 years ago
|
Assignee: nobody → mark.finkle
Comment 1•13 years ago
|
||
How much and what type of weirdness are we seeing on the edge/pathological cases, Brian?
Reporter | ||
Comment 2•13 years ago
|
||
Well, when left running overnight, we will create a dozen or more child processes, all of which are zombies, and all of which must be dismissed in a similar dialog. Also, over a shorter period of time, a weird, unlabeled dialog will appear with just "Ok|Cancel" options and no title.
Assignee | ||
Comment 3•13 years ago
|
||
I don't see any extra corrupt dialogs with this fix. Can you test it too Crowder?
Attachment #495592 -
Flags: review?(mbrubeck)
Updated•13 years ago
|
Attachment #495592 -
Flags: review?(mbrubeck) → review+
Assignee | ||
Comment 4•13 years ago
|
||
pushed: http://hg.mozilla.org/mobile-browser/rev/25904bf6e61e
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 5•12 years ago
|
||
Can someone please provide some steps to reproduce?
You need to log in
before you can comment on or make changes to this bug.
Description
•