ASAN for 32bit

64 views
Skip to first unread message

Harshith H

unread,
Aug 10, 2018, 6:03:23 AM8/10/18
to address-...@googlegroups.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

Lukas Woodtli

unread,
Aug 10, 2018, 8:22:59 AM8/10/18
to address-...@googlegroups.com

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


--
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-saniti...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages