dejanj | fc6bbd3 | 2014-03-27 13:35:56 +0000 | [diff] [blame] | 1 | |
| 2 | ---Thread-Announcement------------------------------------------ |
| 3 | |
| 4 | Thread #x is the program's root thread |
| 5 | |
| 6 | ---------------------------------------------------------------- |
| 7 | |
| 8 | Thread #x's call to sem_init failed |
| 9 | with error code 22 (EINVAL: Invalid argument) |
| 10 | at 0x........: sem_init_WRK (hg_intercepts.c:...) |
| 11 | by 0x........: sem_init@* (hg_intercepts.c:...) |
| 12 | by 0x........: main (tc18_semabuse.c:23) |
| 13 | |
| 14 | ---------------------------------------------------------------- |
| 15 | |
| 16 | Thread #x: Bug in libpthread: sem_wait succeeded on semaphore without prior sem_post |
| 17 | at 0x........: sem_wait_WRK (hg_intercepts.c:...) |
| 18 | by 0x........: sem_wait (hg_intercepts.c:...) |
| 19 | by 0x........: main (tc18_semabuse.c:34) |
| 20 | |
| 21 | ---------------------------------------------------------------- |
| 22 | |
| 23 | Thread #x's call to sem_post failed |
| 24 | with error code 89 (ENOSYS: Function not implemented) |
| 25 | at 0x........: sem_post_WRK (hg_intercepts.c:...) |
| 26 | by 0x........: sem_post (hg_intercepts.c:...) |
Elliott Hughes | a0664b9 | 2017-04-18 17:46:52 -0700 | [diff] [blame] | 27 | ... |
sewardj | 8eb8bab | 2015-07-21 14:44:28 +0000 | [diff] [blame] | 28 | by 0x........: main (tc18_semabuse.c:40) |
dejanj | fc6bbd3 | 2014-03-27 13:35:56 +0000 | [diff] [blame] | 29 | |
| 30 | |
| 31 | ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0) |