[Bug sanitizer/67308] FATAL: ThreadSanitizer: unexpected memory mapping

2017-02-14 Thread jeromerobert at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67308 --- Comment #5 from Jerome Robert --- I did not test my self but this is supposed to be fixed in trunk (and not backported to 6.x): https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=241977 http://llvm.org/viewvc/llvm-project?view=revision&r

[Bug sanitizer/67308] FATAL: ThreadSanitizer: unexpected memory mapping

2015-10-02 Thread jeromerobert at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67308 --- Comment #3 from Jerome Robert --- It looks like PIE is no longer needed (at least with gcc 5.2). echo 'void main(void){}' | gcc -fsanitize=thread -xc - -ltsan && ./a.out just work fine.

[Bug sanitizer/67308] FATAL: ThreadSanitizer: unexpected memory mapping

2015-10-02 Thread jeromerobert at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67308 --- Comment #2 from Jerome Robert --- ThreadSanitizer moved to github so the bug is now: https://github.com/google/sanitizers/issues/503

[Bug sanitizer/67308] FATAL: ThreadSanitizer: unexpected memory mapping

2015-08-22 Thread jeromerobert at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67308 Jerome Robert changed: What|Removed |Added CC||jeromerobert at gmx dot com --- Comment