-
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
Leak sanitizer does not work on aarch64 macOS #98473
Labels
A-sanitizers
Area: Sanitizers for correctness and code quality
C-bug
Category: This is a bug.
O-macos
Operating system: macOS
Comments
@rustbot label +O-macos |
#88132 the doc should be fixed as |
Doc update is at #132097. |
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Oct 24, 2024
sanitizer.md: LeakSanitizer is not supported on aarch64 macOS related to rust-lang#98473
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Oct 24, 2024
Rollup merge of rust-lang#132097 - radiohertz:master, r=ehuss sanitizer.md: LeakSanitizer is not supported on aarch64 macOS related to rust-lang#98473
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-sanitizers
Area: Sanitizers for correctness and code quality
C-bug
Category: This is a bug.
O-macos
Operating system: macOS
I tried this code:
I expected to see this happen: The binary would be built and run with the leak sanitizer enabled.
Instead, this happened:
rustc
writes an unsupported error and exits. The sanitizer docs stateaarch64-apple-darwin
to be a supported target, which conflicts with the actual behavior. I don't know if the documentation is incorrect or if there's a compiler bug somewhere.Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: