Re: __asan_default_options not called

2018-12-18 Thread Dan Liew
On Tue, 18 Dec 2018 at 12:14, wrote: > > 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 p

Re: __asan_default_options not called

2018-12-18 Thread 'Dmitry Vyukov' via address-sanitizer
On Tue, Dec 18, 2018 at 1:15 PM wrote: > > 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 p

__asan_default_options not called

2018-12-18 Thread jeevhi
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