mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
dcf250eeb3
When we're writing to the crash annotation pipe in a child process exception handler, it can fail if the parent process has already closed the reading end during the `GeckoChildProcessHost` destructor (i.e., if the crash happens late in shutdown), and probably for other reasons. This patch checks for that error case and stops writing; previously we'd get into an infinite loop. Differential Revision: https://phabricator.services.mozilla.com/D163297 |
||
---|---|---|
.. | ||
actors | ||
components | ||
content | ||
crashreporter | ||
docs | ||
library | ||
locales | ||
modules | ||
mozapps | ||
profile | ||
system | ||
themes | ||
xre | ||
.eslintrc.js | ||
l10n-registry.manifest | ||
moz.build | ||
moz.configure | ||
toolkit.mozbuild |