Re: Create empty report file by default

2020-07-14 Thread 'Vitaly Buka' via 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 On Tuesday, 14 July 2020 1

Create empty report file by default

2020-07-14 Thread Namit Gupta
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 -- You received this message because