Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.4k
gh-104839: Prevent test_venv AddressSanitizer spam#105005
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Pass any ASAN_OPTIONS environment variable through to the child processso that leak sanitizer being disabled on our CI and buildbots staystrue in the children.
gpshead commentedMay 27, 2023
Only 596 lines of output in the Address Sanitizer Tests CI run. Yay, normal. No longer 50,000 and 5MiB. |
miss-islington commentedMay 27, 2023
Thanks@gpshead for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11, 3.12. |
miss-islington commentedMay 27, 2023
Sorry,@gpshead, I could not cleanly backport this to |
miss-islington commentedMay 27, 2023
Sorry@gpshead, I had trouble checking out the |
bedevere-bot commentedMay 27, 2023
GH-105006 is a backport of this pull request to the3.12 branch. |
…#105006)gh-104839: Prevent test_venv AddressSanitizer spam (GH-105005)Pass any ASAN_OPTIONS environment variable through to the child processso that leak sanitizer being disabled on our CI and buildbots staystrue in the children.(cherry picked from commita17f160)Co-authored-by: Gregory P. Smith [Google] <greg@krypto.org>
Uh oh!
There was an error while loading.Please reload this page.
Pass any ASAN_OPTIONS environment variable through to the child process so that leak sanitizer being disabled on our CI and buildbots stays true in the children.
Fixes#104839.