staticanalysis / data-race-test

Automatically exported from code.google.com/p/data-race-test
0 stars 0 forks source link

Need to fix stacktrace output inconsistencies on Valgrind vs. PIN #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
output_tests1, V.:  void Thread1() {} --> #0  Thread1()
output_tests1, PIN: void Thread1() {} --> #0  Thread1
fun_hist_test, V.:  extern "C" Thread1() {} --> #0 Thread1
fun_hist_test, PIN: extern "C" Thread1() {} --> #0 Thread1

Original issue reported on code.google.com by timurrrr on 20 May 2010 at 2:43

GoogleCodeExporter commented 9 years ago
literally dup

Original comment by timurrrr on 20 May 2010 at 2:52