#14305: Assert in pthread_join
---------------------------+----------------------------
Reporter: miqlas | Owner: nobody
Type: bug | Status: new
Priority: normal | Milestone: R1
Component: System/POSIX | Version: R1/Development
Resolution: | Keywords:
Blocked By: | Blocking:
Platform: All |
---------------------------+----------------------------
Description changed by pulkomandy:
Old description:
TBB test reports:
```
../../src/test/harness.h:575, assertion !status: pthread_join failed
Abort
```
The code is:
```
int status = pthread_join( thread_id, NULL );
ASSERT( !status, "pthread_join failed" );
```
Platform : Haiku shredder 1 hrev52138 Jul 26 2018 11:36:54 x86_64 x86_64
Haiku
TBB : https://github.com/01org/tbb/pull/64