mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-14 14:58:07 +00:00
18 lines
791 B
Plaintext
18 lines
791 B
Plaintext
|
|
Recursive locking not allowed: mutex 0x........, recursion count 1, owner 1.
|
|
at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
|
|
by 0x........: lock_twice (recursive_mutex.c:?)
|
|
by 0x........: main (recursive_mutex.c:?)
|
|
|
|
Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
|
|
at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
|
|
by 0x........: lock_twice (recursive_mutex.c:?)
|
|
by 0x........: main (recursive_mutex.c:?)
|
|
|
|
Recursive locking not allowed: mutex 0x........, recursion count 1, owner 1.
|
|
at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
|
|
by 0x........: lock_twice (recursive_mutex.c:?)
|
|
by 0x........: main (recursive_mutex.c:?)
|
|
|
|
ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
|