<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 - Failing sanitizer tests with glibc 2.27"
href="https://bugs.llvm.org/show_bug.cgi?id=37804">37804</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Failing sanitizer tests with glibc 2.27
</td>
</tr>
<tr>
<th>Product</th>
<td>compiler-rt
</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>Keywords</th>
<td>Sanitizer
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>compiler-rt
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>lidija.besker@rt-rk.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org, mips32r2@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>When I have been running tests there were some test fails. Those tests are:
LeakSanitizer-AddressSanitizer-x86_64 :: TestCases/Linux/use_tls_dynamic.cc
LeakSanitizer-Standalone-x86_64 :: TestCases/Linux/use_tls_dynamic.cc
MemorySanitizer-X86_64 :: dtls_test.c
MemorySanitizer-lld-X86_64 :: dtls_test.c
log for use_tls_dynamic.cc
==6121==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 1048576 byte(s) in 1 object(s) allocated from:
#0 0x4e44cf (/home/lidijab/use_tls_dynamic.cc.tmp+0x4e44cf)
#1 0x7fc5a602ac94 (/lib64/ld-linux-x86-64.so.2+0x12c94)
Objects leaked above:
0x7fc5a16fd800 (1048576 bytes)
Indirect leak of 1337 byte(s) in 1 object(s) allocated from:
#0 0x4e44cf (/home/lidijab/use_tls_dynamic.cc.tmp+0x4e44cf)
#1 0x529a03 (/home/lidijab/use_tls_dynamic.cc.tmp+0x529a03)
#2 0x7fc5a4cd9b96 (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)
Objects leaked above:
0x61a000000680 (1337 bytes)
SUMMARY: AddressSanitizer: 1049913 byte(s) leaked in 2 allocation(s).
log for dtls_test.c:
==6126==WARNING: MemorySanitizer: use-of-uninitialized-value
#0 0x499ef7 (/home/lidijab/dtls_test.c.tmp+0x499ef7)
#1 0x470ec4 (/home/lidijab/dtls_test.c.tmp+0x470ec4)
#2 0x7f6402bf86da (/lib/x86_64-linux-gnu/libpthread.so.0+0x76da)
#3 0x7f6401f5f88e (/lib/x86_64-linux-gnu/libc.so.6+0x12188e)
SUMMARY: MemorySanitizer: use-of-uninitialized-value
(/home/lidijab/dtls_test.c.tmp+0x499ef7)
Exiting
I'm using:
Clang trunk@334388
LLVM trunk@334396
glibc 2.27
Linux version 4.15.0 Ubuntu 7.3.0-16ubuntu3</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>