Did you read this?

https://clang.llvm.org/docs/AddressSanitizer.html#symbolizing-the-reports

You can activate debug information also in an optimised release build to get 
the filename and line number.

If you don’t optimise your build then the call stack might look nicer. But it 
could be that the application runs very slowly.

Regards,
Lukas


> Am 10.08.2018 um 12:03 schrieb Harshith H <hharshit...@gmail.com>:
> 
> Asan detects use after free and gives a proper traceback.
> On addr2line on the addresses given theres not info "??0" Only this is seen 
> in most of the cases .
> Any info on this is helpful .
> 
> 
> Thanks
> -- 
> 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 address-sanitizer+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 address-sanitizer+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to