-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
RUSTFLAGS="-Z sanitizer=address"
No specific number of lines
#90977
Comments
5 tasks
Works for me with llvm-12 on Ubuntu 20.04:
We should consider bundling |
Thanks, this really works, I updated llvm8 to llvm 10 and it does work. |
For me it worked partially: I can see lines in rust libraries now but not in my main function:
But mysteriously adding |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
References:#38699
foo/src/main.rs
I run
RUSTFLAGS="-Z sanitizer=address" cargo run --target x86_64-unknown-linux-gnu
Results:
It doesn't show the exact number of lines, I don't know what I did wrong.
my message:
I've tried:
But it didn't work.
The text was updated successfully, but these errors were encountered: