mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-09 08:56:15 +00:00
12 lines
406 B
Plaintext
12 lines
406 B
Plaintext
|
|
Mutex reinitialization: mutex 0x........, recursion count 0, owner 1.
|
|
at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
|
|
by 0x........: main (pth_mutex_reinit.c:?)
|
|
mutex 0x........ was first observed at:
|
|
at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
|
|
by 0x........: main (pth_mutex_reinit.c:?)
|
|
|
|
Done.
|
|
|
|
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|