1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-10 17:36:21 +00:00
debugging/02_day/valgrind/valgrind-3.11.0/drd/tests/pth_cancel_locked.stderr.exp-darwin
2015-12-13 22:34:58 +09:00

19 lines
764 B
Plaintext

Mutex still locked at thread exit: mutex 0x........, recursion count 1, owner 2.
at 0x........: pthread_join (drd_pthread_intercepts.c:?)
by 0x........: main (pth_cancel_locked.c:?)
mutex 0x........ was first observed at:
at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
by 0x........: main (pth_cancel_locked.c:?)
Mutex still locked at thread exit: mutex 0x........, recursion count 1, owner 2.
at 0x........: pthread_join (drd_pthread_intercepts.c:?)
by 0x........: main (pth_cancel_locked.c:?)
mutex 0x........ was first observed at:
at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
by 0x........: main (pth_cancel_locked.c:?)
Test finished.
ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)