Re: ASAN for 32bit

2018-08-10 Thread Lukas Woodtli
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

ASAN for 32bit

2018-08-10 Thread Harshith H
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"