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

clang-TSAN does not find symbols when running on our CI/CD #123

Open
David-Haim opened this issue Apr 8, 2023 · 2 comments
Open

clang-TSAN does not find symbols when running on our CI/CD #123

David-Haim opened this issue Apr 8, 2023 · 2 comments

Comments

@David-Haim
Copy link
Owner

David-Haim commented Apr 8, 2023

as seen here, if a data race occurs, TSAN doesn't find the symbol files to give an accurate stack trace.
This is (probably) a regression since #95 .

@David-Haim David-Haim changed the title TSAN clang-TSAN does not find symbols Apr 8, 2023
@David-Haim David-Haim changed the title clang-TSAN does not find symbols clang-TSAN does not find symbols when running on our CI/CD Apr 8, 2023
@David-Haim
Copy link
Owner Author

@ohanar , can you please advise?

@ohanar
Copy link
Contributor

ohanar commented Apr 10, 2023

Hmm, maybe llvm-symbolizer is missing? Adding the llvm-symbolizer-15 package. I'm really surprised by these missing packages -- they are just installed on my local ubuntu machine, so I figured that they would be pulled in as dependencies.

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

No branches or pull requests

2 participants