Opened 6 years ago

Last modified 4 years ago

#14305 closed bug

Assert in pthread_join — at Initial Version

Reported by: miqlas Owned by: nobody
Priority: normal Milestone: R1/beta3
Component: System/POSIX Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

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

Change History (0)

Note: See TracTickets for help on using tickets.