Crash in "AsyncShutdownTimeout | profile-before-change | Native Messaging: Wait for application * to exit" with multiple applications
Categories
(External Software Affecting Firefox :: Other, defect, P1)
Tracking
(firefox58 wontfix, firefox59 wontfix, firefox60 wontfix, firefox74 fixed)
People
(Reporter: marcia, Assigned: robwu)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
Updated•7 years ago
|
Comment 5•6 years ago
|
||
Updated•6 years ago
|
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
Updated•6 years ago
|
Comment 8•6 years ago
|
||
Comment 9•6 years ago
|
||
Assignee | ||
Comment 10•6 years ago
|
||
In the past month, 6562 of such crash reports were received, involving more applications than were listed in the "crash signature" field: https://crash-stats.mozilla.org/search/?signature=~AsyncShutdownTimeout%20%7C%20profile-before-change%20%7C%20Native%20Messaging%3A%20Wait%20for%20application&date=%3E%3D2019-03-04T17%3A35%3A00.000Z&date=%3C2019-04-04T17%3A35%3A00.000Z&_facets=signature&_sort=-date&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform#facet-signature
Assignee | ||
Comment 11•6 years ago
|
||
Native messaging hosts may ignore requests to be killed. Firefox should
not block its own shutdown on an uncooperative child process.
Besides, the previous implementation did not gurantee that child
processes terminate at Firefox shutdown, e.g. if Firefox was killed
while a child process was starting, but before the Subprocess API
has returned control to NativeMessaging.jsm.
This patch also refactors the _cleanup
method; it may repeatedly be
called (as seen in bug 1481225), but killing once should be sufficient.
Updated•6 years ago
|
Updated•6 years ago
|
Comment 12•5 years ago
•
|
||
any way to move the patch/review forward?
two days ago there was an update to version 4.4 of ant video downloader (https://addons.mozilla.org/en-US/firefox/addon/video-downloader-player/) which apparently adds another 100 daily crash reports onto the baseline we're already seeing with these signatures.
Comment 13•5 years ago
|
||
Bugbug thinks this bug is a regression, but please revert this change in case of error.
Assignee | ||
Comment 14•5 years ago
|
||
I'll ask a reviewer to take a look at the patch.
Comment 15•5 years ago
|
||
Comment 16•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Description
•