Skip to content
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

Improved Sanitizers options and usage #2370

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Conversation

Klaim
Copy link
Member

@Klaim Klaim commented Mar 10, 2023

No description provided.

@Klaim
Copy link
Member Author

Klaim commented Mar 10, 2023

As observed locally, enabling ASAN will block execution of both libmamba C++ tests and micromamba tests.

My investigation lead me to believe this issue is present at least since v1.0.0 but probably before. I can confirm however that it was not present when I first introduced the sanitizer options for v0.23.0 so something changed in-between that leads to ASAN (or maybe libsolv?) blocking completely. Debugging the libmamba C++ tests leads me to code stopping in ASAN allocation code. Searching about that do lead to some bugs related to ASAN on GCC having deadlocks on allocation when libc is not ABI-compatible or something like that, but none of the issues have been fixed because the reports were not reliable or updated enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant