mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 13:01:17 +00:00
25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
|
|
FLAGS [phb=1, fm=0]
|
|
test01: positive
|
|
store 0x........ size 4 (vg 2 / drd 2 / vc ...)
|
|
at 0x........: test01::Worker() (tsan_unittest.cpp:?)
|
|
by 0x........: MyThread::ThreadBody(MyThread*) (tsan_thread_wrappers_pthread.h:?)
|
|
by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
|
|
by 0x........: (within libpthread-?.?.so)
|
|
by 0x........: clone (in /...libc...)
|
|
store 0x........ size 4 (vg 1 / drd 1 / vc ...)
|
|
at 0x........: test01::Parent() (tsan_unittest.cpp:?)
|
|
by 0x........: test01::Run() (tsan_unittest.cpp:?)
|
|
by 0x........: main (tsan_unittest.cpp:?)
|
|
Conflicting store by thread x/x at 0x........ size 4
|
|
at 0x........: test01::Parent() (tsan_unittest.cpp:?)
|
|
by 0x........: test01::Run() (tsan_unittest.cpp:?)
|
|
by 0x........: main (tsan_unittest.cpp:?)
|
|
Allocation context: BSS section of tsan_unittest
|
|
load 0x........ size 4 (vg 1 / drd 1 / vc ...)
|
|
at 0x........: test01::Run() (tsan_unittest.cpp:?)
|
|
by 0x........: main (tsan_unittest.cpp:?)
|
|
GLOB=2
|
|
|
|
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|