mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 01:08:21 +00:00
![Andrew McCreight](/assets/img/avatar_default.png)
There are a variety of ways that the parent and child process ensure that the child process exits quickly in opt builds, but for AddressSanitizer builds we want to let the child process to run to completion, so that we can get a LeakSanitizer report. This requires adding some addition LSan suppressions, because running LSan in child processes detects some new leaks.