rust-san icon indicating copy to clipboard operation
rust-san copied to clipboard

How to get sanitize process not running using "cargo run"?

Open gkorland opened this issue 6 years ago • 0 comments

I'm building my library with the following command: RUSTFLAGS="-Z sanitizer=address" cargo build --examples --target x86_64-unknown-linux-gnu

The result is an x.so file which is loaded by another application, how can I get the sanitizer report?

gkorland avatar Aug 29 '19 13:08 gkorland