[Bug sanitizer/89323] New: Asan memory leak detection on x86 platform

2019-02-12 Thread ganeshemb at gmail dot com
: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: ganeshemb at gmail dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org, marxin at gcc dot gnu.org Target Milestone: --- Hi

[Bug sanitizer/89323] Asan memory leak detection on x86 platform

2019-02-13 Thread ganeshemb at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89323 --- Comment #4 from Ganesh Babu --- (In reply to Martin Liška from comment #2) > I can confirm that LSAN does not work for -m32 on current trunk. It was > enabled in: > > commit 1e39eaad45fc92b49e189badf0a5a675fbfb4ad0 > Author: Francis Ricci >

[Bug sanitizer/89323] Asan memory leak detection on x86 platform

2019-02-13 Thread ganeshemb at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89323 --- Comment #5 from Ganesh Babu --- (In reply to Martin Liška from comment #3) > > works for current clang: > > > > clang-6.0 -g -fsanitize=address -fno-omit-frame-pointer -m32 asantest.c && > > ./a.out > > > > AddressSanitizer:DEADLYSIGNAL