Home | History | Annotate | Download | only in tests
      1 
      2 FLAGS [phb=1, fm=0]
      3 test01: positive
      4 store 0x........ size 4 (thread x / vc ...)
      5    at 0x........: test01::Worker() (tsan_unittest.cpp:?)
      6    by 0x........: MyThread::ThreadBody(MyThread*) (tsan_thread_wrappers_pthread.h:?)
      7 store 0x........ size 4 (thread x / vc ...)
      8    at 0x........: test01::Parent() (tsan_unittest.cpp:?)
      9    by 0x........: test01::Run() (tsan_unittest.cpp:?)
     10 Conflicting store by thread x at 0x........ size 4
     11    at 0x........: test01::Parent() (tsan_unittest.cpp:?)
     12    by 0x........: test01::Run() (tsan_unittest.cpp:?)
     13 Allocation context: BSS section of tsan_unittest
     14 
     15 load  0x........ size 4 (thread x / vc ...)
     16    at 0x........: test01::Run() (tsan_unittest.cpp:?)
     17    by 0x........: main (tsan_unittest.cpp:?)
     18 	GLOB=2
     19 
     20 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
     21