Issue 342 in address-sanitizer: Segfault in instrumented programs that use GNU indirect functions.

2014-09-18 Thread address-sanitizer
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 342 by chefm...@gmail.com: Segfault in instrumented programs that use GNU indirect functions. https://code.google.com/p/address-sanitizer/issues/detail?id=342 What steps will reproduce the problem? 1. Testcase is attached.

Re: Issue 342 in address-sanitizer: Segfault in instrumented programs that use GNU indirect functions.

2014-09-18 Thread address-sanitizer
Comment #1 on issue 342 by ramosian.gli...@gmail.com: Segfault in instrumented programs that use GNU indirect functions. https://code.google.com/p/address-sanitizer/issues/detail?id=342 For the record, Clang does not support the ifunc attribute yet, so this is a GCC-only problem. Am I

Re: Issue 342 in address-sanitizer: Segfault in instrumented programs that use GNU indirect functions.

2014-09-18 Thread address-sanitizer
Comment #2 on issue 342 by tetra2...@gmail.com: Segfault in instrumented programs that use GNU indirect functions. https://code.google.com/p/address-sanitizer/issues/detail?id=342 For the record, Clang does not support the ifunc attribute yet, so this is a GCC-only problem. There is a bug

Small improvements to run_spec_clang_asan.sh

2014-09-18 Thread Yuri Gribov
Hi all, Here is a small patch for https://code.google.com/p/address-sanitizer/source/browse/trunk/spec/run_spec_clang_asan.sh which * updates docs * adds some option verification * adds GCC support * disables leak detection Does the change look sane? -Y -- You received this message because

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

2014-09-18 Thread address-sanitizer
Status: New Owner: CC: ramosian.gli...@gmail.com, samso...@google.com Labels: Type-Defect Priority-Medium New issue 343 by earth...@google.com: asan_symbolize.py sometimes omits newlines in stack traces https://code.google.com/p/address-sanitizer/issues/detail?id=343 Ex: ==13==

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

2014-09-18 Thread address-sanitizer
Comment #1 on issue 343 by earth...@google.com: asan_symbolize.py sometimes omits newlines in stack traces https://code.google.com/p/address-sanitizer/issues/detail?id=343 (note the lack of Note the lack of a newline between #0 and #1 -- You received this message because this project is