Open
Bug 1278048
Opened 8 years ago
Updated 2 years ago
Crash (shutdown termination) of child processes that appear idle
Categories
(Core :: DOM: Content Processes, defect, P3)
Core
DOM: Content Processes
Tracking
()
NEW
People
(Reporter: jimm, Unassigned)
References
Details
These don't make a lot of sense, the content process (and in some cases the thumbnail process) fail to shutdown for an unknown reason. These children are sitting idle in the native message dispatch loop and are not hung.
https://crash-stats.mozilla.com/search/?product=Firefox&signature=%3DIPCError-browser%20%7C%20ShutDownKill&proto_signature=~NtWaitForMultipleObjects%20%7C%20WaitForMultipleObjectsEx%20%7C%20MsgWaitForMultipleObjectsEx%20%7C%20mozilla%3A%3Awidget%3A%3AWinUtils%3A%3AWaitForMessage&_facets=signature&_facets=proto_signature&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform#facet-proto_signature
Reporter | ||
Comment 1•8 years ago
|
||
Looking at a few browser stacks, it looks like a lot of these may be triggered by browser side shutdown delays, which cause the child side shutdown timer to timeout.
Reporter | ||
Comment 2•8 years ago
|
||
For example:
http://bsmedberg.github.io/socorro-toolbox/html/multiple-minidumps.html?crashID=71a34cb3-73ee-4095-b1d2-b6edf2160602
We should do more analysis on the stacks here to find common scenarios.
Updated•8 years ago
|
tracking-e10s:
--- → ?
Reporter | ||
Updated•8 years ago
|
Priority: P1 → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•