We have added __asan_default_option() so that asan canpickup default 
options from it. 

However, those options are not applied. To see if __asan_default_options is 
called, I added a log but even log is not printed which means 
__asan_default_options is not invoked at all.

const char *__asan_default_options() {
          fprintf(stderr, "__asan_default_options called\n");
          return 
"verbosity=1:disable_coredump=0::unmap_shadow_on_exit=1:abort_on_error=1:log_path=/cores/logs.txt";
}

Any idea?

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to