<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Any program compiled with -fsanitize=address fails to run with "((tsd_key_inited)) != (0)" assert"
href="https://bugs.llvm.org/show_bug.cgi?id=34085">34085</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Any program compiled with -fsanitize=address fails to run with "((tsd_key_inited)) != (0)" assert
</td>
</tr>
<tr>
<th>Product</th>
<td>Packaging
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>release blocker
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>deb packages
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>lebedev.ri@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>$ 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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>