Re: [cfe-users] Code locations from the Memory Sanitizer

2017-04-28 Thread Erik de Castro Lopo via cfe-users
Rainer Gerhards wrote: > I often need to set the ASAN_SYMBOLIZER_PATH: > > https://clang.llvm.org/docs/AddressSanitizer.html#id4 > > It often tends to be wrong by package default... Bingo! In my case, since I'm using Memory Sanitizer I needed to set MSAN_SYMBOLIZER_PATH rather than ASAN_SYMBOL

[cfe-users] Code locations from the Memory Sanitizer

2017-04-28 Thread Erik de Castro Lopo via cfe-users
Hi all, I've tried Clang versions 3.6, 3.9 and 5.0 (all installed from Debian packages on a Debian x86_64 machine), but I still can't get Memory Sanitizer to give me the error file and line number locations. The project is http://github.com/erikd/libsndfile and I'm configuring/building it wi