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

drd/tests/tls_threads fails intermittently #103

Closed paulfloyd closed 2 years ago

paulfloyd commented 4 years ago

Has this extra content in diff

+Thread 30:
+Conflicting load by thread 30 at 0x........ size 8
+   at 0x........: pthread_s(within libpthread-?.?.so)
+   by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
+   by 0x........: (within libpthread-?.?.so)
+   by 0x........: ???
+Allocation context: unknown.
+Other segment start (thread 2)
+   (thread finished, call stack no longer available)
+Other segment end (thread 2)
+   (thread finished, call stack no longer available)
+
+Conflicting load by thread 30 at 0x........ size 8
+   at 0x........: pthread_s(within libpthread-?.?.so)
+   by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
+   by 0x........: (within libpthread-?.?.so)
+   by 0x........: ???
+Allocation context: unknown.
+Other segment start (thread 2)
paulfloyd commented 2 years ago

Haven't seen this fail for a long time. Closing it.