mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
68f162e5b0
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.