mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-18 08:56:05 +00:00
11 lines
329 B
Plaintext
11 lines
329 B
Plaintext
|
|
Statically initialized condition variable.
|
|
Uninitialized condition variable.
|
|
condition variable has not been initialized: cond 0x........
|
|
at 0x........: pthread_cond_signal (drd_pthread_intercepts.c:?)
|
|
by 0x........: main (pth_uninitialized_cond.c:?)
|
|
|
|
Done.
|
|
|
|
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|