1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-11 01:46:17 +00:00
debugging/02_day/valgrind/valgrind-3.11.0/drd/tests/rwlock_race.stderr.exp2
2015-12-13 22:34:58 +09:00

18 lines
632 B
Plaintext

Thread 3:
Conflicting load by thread 3 at 0x........ size 4
at 0x........: thread (rwlock_race.c:?)
by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
Location 0x........ is 0 bytes inside local var "s_racy"
declared at rwlock_race.c:17, in frame #? of thread 3
Conflicting store by thread 3 at 0x........ size 4
at 0x........: thread (rwlock_race.c:?)
by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
Location 0x........ is 0 bytes inside local var "s_racy"
declared at rwlock_race.c:17, in frame #? of thread 3
Result: 2
ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)