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/tc18_semabuse.stderr.exp
2015-12-13 22:34:58 +09:00

18 lines
644 B
Plaintext

Semaphore reinitialization: semaphore 0x........
at 0x........: sem_init (drd_pthread_intercepts.c:?)
by 0x........: main (tc18_semabuse.c:26)
semaphore 0x........ was first observed at:
at 0x........: sem_init (drd_pthread_intercepts.c:?)
by 0x........: main (tc18_semabuse.c:23)
Invalid semaphore: semaphore 0x........
at 0x........: sem_wait (drd_pthread_intercepts.c:?)
by 0x........: main (tc18_semabuse.c:34)
semaphore 0x........ was first observed at:
at 0x........: sem_init (drd_pthread_intercepts.c:?)
by 0x........: main (tc18_semabuse.c:23)
ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)