-
Notifications
You must be signed in to change notification settings - Fork 215
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LeakSanitiser break on some shutdowns in Daily build #1701
Comments
Turning on the suggested options does not reveal much more:
|
Some potentially helpful information in here: google/sanitizers#723 I don't believe we have any protected memory though. |
Also of interest: google/sanitizers#870 It looks like snmalloc may in fact protect some pages when built with USE_POSIX_COMMIT_CHECKS, but that's not the case for us. Let's try ASAN_OPTIONS=fast_unwind_on_malloc=0 and see how slow it is. |
No luck with the slow unwind: https://dev.azure.com/MSRC-CCF/CCF/_build/results?buildId=13938&view=logs&j=383d248c-4494-5797-d98f-6cef5140601e&t=bbcdfa66-260b-5619-96df-9537b476c35e Issue happens still, and running is so slow that CI times out. |
https://www.chromium.org/developers/testing/leaksanitizer suggests we ought to be using a debug version of libc++:
|
Addressed in #1776 |
Much less frequent outside docker, but happened again in https://dev.azure.com/MSRC-CCF/CCF/_build/results?buildId=14777&view=logs&j=88dd69b5-c778-5f1c-f9ac-1398f4203929&t=f18b20af-6d89-55d5-5278-1002871723a4 45: Tracer caught signal 11: addr=0x0 pc=0x4f46b0 sp=0x7feb2c010d30 |
Another instance: https://dev.azure.com/MSRC-CCF/CCF/_build/results?buildId=14858&view=logs&j=88dd69b5-c778-5f1c-f9ac-1398f4203929&t=f18b20af-6d89-55d5-5278-1002871723a4&l=19155 This time in |
@eddyashton if this is resolved, we need to remove Line 153 in 5b1c504
|
@achamayou - Correct, this is not yet resolved. I tried removing those lines in #5160, but that resulted in test failures as some nodes are still emitting this on shutdown. |
eg. https://dev.azure.com/MSRC-CCF/CCF/_build/results?buildId=13608&view=results
The text was updated successfully, but these errors were encountered: