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

CI: Fix symbolication of the callstacks with clang sanitizers in centos builds. #1540

Open
ni4 opened this issue Jun 27, 2021 · 0 comments
Open

Comments

@ni4
Copy link
Contributor

ni4 commented Jun 27, 2021

Description

Currently call stack isn't symbolicated (at least in some cases).
According to this google/sanitizers#1043 (and checked via Docker container), we need to install llvm-symbolizer.
Also helpful option in some cases is LSAN_OPTIONS=fast_unwind_on_malloc=0.

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

No branches or pull requests

2 participants