|
From: Julian S. <js...@ac...> - 2014-04-03 22:49:40
|
> also get warning from other window > > ==25684== Conditional jump or move depends on uninitialised value(s) > ==25684== at 0x40CA0D8: pthread_join (in /usr/lib64/libpthread-2.18.90.so) > ==25684== by 0x10000847: main (hg05_race2.c:31) Try running your test cases again with --track-origins=yes. That might shed some light on the issue. J |