paulfloyd / freebsd_valgrind

Git repo used to Upstream the FreeBSD Port of Valgrind
GNU General Public License v2.0
15 stars 4 forks source link

none/tests/tls is hanging [FreeBSD 13 amd64] #166

Closed paulfloyd closed 2 years ago

paulfloyd commented 2 years ago

Running the none testcase

paulf@freebsd:~/freebsd_valgrind $ valgrind --tool=none none/tests/tls ==70472== Nulgrind, the minimal Valgrind tool ==70472== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote. ==70472== Using Valgrind-3.17.0 and LibVEX; rerun with -h for copyright info ==70472== Command: none/tests/tls ==70472== tls_ptr: case "race" has mismatch: ip=1 here=0 tls_ptr: case "race" has mismatch: ip=2 here=1 tls_ptr: case "race" has mismatch: ip=3 here=1 tls_ptr: case "race" has mismatch: ip=4 here=2 tls_ptr: case "race" has mismatch: ip=5 here=2 tls_ptr: case "race" has mismatch: ip=6 here=3 tls_ptr: case "race" has mismatch: ip=7 here=3 tls_ptr: case "race" has mismatch: ip=8 here=4

At that point it more or less froze the vbox VM

*ip should go up to 19

paulfloyd commented 2 years ago

I tried again with the 3.18 RC1 tarball and this testcase passed. Intermittent problem?

paulfloyd commented 2 years ago

Not able to reproduce so closing this item.