mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-12 02:16:13 +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)
|