[llvm-bugs] [Bug 34085] New: Any program compiled with -fsanitize=address fails to run with "((tsd_key_inited)) != (0)" assert
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Aug 5 11:39:29 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=34085
Bug ID: 34085
Summary: Any program compiled with -fsanitize=address fails to
run with "((tsd_key_inited)) != (0)" assert
Product: Packaging
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: release blocker
Priority: P
Component: deb packages
Assignee: unassignedbugs at nondot.org
Reporter: lebedev.ri at gmail.com
CC: llvm-bugs at lists.llvm.org
$ cat /tmp/test.c
int main() {return 0;}
$ clang-6.0 /tmp/test.c -fsanitize=address
$ ./a.out
==9462==AddressSanitizer CHECK failed:
/build/llvm-toolchain-snapshot-6.0~svn310042/projects/compiler-rt/lib/asan/asan_posix.cc:102
"((tsd_key_inited)) != (0)" (0x0, 0x0)
<empty stack>
Aborted
$ clang-6.0 --version
clang version 6.0.0-svn310042-1~exp1 (trunk)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Am i doing something really wrong?
It wasn't happening until a few (two-three) days ago
This is debian sid, fully upgraded.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170805/efc7f350/attachment.html>
More information about the llvm-bugs
mailing list