Create empty report file by default

8 views
Skip to first unread message

Namit Gupta

unread,
Jul 14, 2020, 3:57:53 PM7/14/20
to address-sanitizer

Dear All,

Need to run ASAN for all the process and need to VERIFY whether it run with all the process.

Is there any option to check ?

Can we create empty report file in order to check verify ?

Please share opinion in this regard.

Thanks,
Namit Gupta





Vitaly Buka

unread,
Jul 14, 2020, 4:35:27 PM7/14/20
to address-sanitizer
If it's compiler with asan, it runs with asan.
You can use objdump to see if your binary has asan symbols.

Also you can try to run all with ASAN_OPTIONS=verbosity=1 so every process should print something https://github.com/google/sanitizers/wiki/AddressSanitizerFlags
Reply all
Reply to author
Forward
0 new messages