-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Make it possible to show full stack trace in TySan findings #121697
Labels
compiler-rt:tysan
Type sanitizer
Comments
goussepi
pushed a commit
that referenced
this issue
Jan 8, 2025
shenhanc78
pushed a commit
to shenhanc78/llvm-project
that referenced
this issue
Jan 8, 2025
Fixed by #121756. But unfortunately I still do not get any full stack traces. Looking into it. |
Nevermind. It works:
Edit: updated with debug information. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When encountering an issue within an application built with TySan the resulting message makes it difficult to pinpoint the actual code which is causing this:
Other sanitizers provide the
print_stacktrace
option which can be set via their respective*_OPTIONS
environment variables to show the full stacktrace. It would be great if TySan could provide such an option as well.The text was updated successfully, but these errors were encountered: