Re: Issue 343 in address-sanitizer: asan_symbolize.py sometimes omits newlines in stack traces

2014-09-19 Thread address-sanitizer
Comment #4 on issue 343 by gli...@chromium.org: asan_symbolize.py sometimes omits newlines in stack traces https://code.google.com/p/address-sanitizer/issues/detail?id=343 Thanks for fixing this! There aren't other uses of get_symbolized_lines() yet, but I'll pay attention to it. -- You

Re: Small improvements to run_spec_clang_asan.sh

2014-09-19 Thread Konstantin Serebryany
On Fri, Sep 19, 2014 at 5:13 AM, 'Evgeniy Stepanov' via address-sanitizer address-sanitizer@googlegroups.com wrote: CLANG=${CLANG:-clang} You probably need the same for CLANGXX Why are you disabling leak detection? It is on by default, which means you are benchmarking not the same thing that

Re: Small improvements to run_spec_clang_asan.sh

2014-09-19 Thread Yuri Gribov
On Fri, Sep 19, 2014 at 4:13 PM, 'Evgeniy Stepanov' via address-sanitizer address-sanitizer@googlegroups.com wrote: CLANG=${CLANG:-clang} You probably need the same for CLANGXX I do this in the next block (autodetection is different clang and gcc are different). Why are you disabling leak

Re: Small improvements to run_spec_clang_asan.sh

2014-09-19 Thread Yuri Gribov
On Fri, Sep 19, 2014 at 9:02 PM, Yuri Gribov tetra2...@gmail.com wrote: I don't understand this LD_LIBRARY_PATH magic, what's its for? Snap, believe it or not but that's a typo. It should be ASAN_OPTIONS and the weird expression optionally inserts : in front of added options (so that user can