1 2 Thread #x is the program's root thread 3 4 Thread #x's call to sem_init failed 5 with error code 22 (EINVAL: Invalid argument) 6 at 0x........: sem_init@* (hg_intercepts.c:...) 7 by 0x........: main (tc18_semabuse.c:23) 8 9 Thread #x: Bug in libpthread: sem_wait succeeded on semaphore without prior sem_post 10 at 0x........: sem_wait_WRK (hg_intercepts.c:...) 11 by 0x........: sem_wait (hg_intercepts.c:...) 12 by 0x........: main (tc18_semabuse.c:34) 13 14 Thread #x's call to sem_post failed 15 with error code 22 (EINVAL: Invalid argument) 16 at 0x........: sem_post_WRK (hg_intercepts.c:...) 17 by 0x........: sem_post (hg_intercepts.c:...) 18 by 0x........: main (tc18_semabuse.c:37) 19 20 21 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0) 22