mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 18:24:02 +00:00
![Andrew McCreight](/assets/img/avatar_default.png)
On B2G, there are crashes very late in shutdown on content processes. On Windows XP, there is an intermittent test failure. We work around both of these by calling exit(0) during XPCOM shutdown prior to the points where these errors occur. This enables us to land part 4, that stops us from crashing in content processes when the xpcom-shutdown message is sent, and enables leak checking in content processes on Linux.