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 12:57:53 UTC-7, Namit Gupta wrote: > > > 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 you are subscribed to the Google Groups "address-sanitizer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/address-sanitizer/4f1a76e3-054d-4adb-b4e5-0b342c617143o%40googlegroups.com.
