[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Configure problem (ITS#928)



At 06:58 AM 12/16/00 +0000, smb0399@osfmail.isc.rit.edu wrote:
>Full_Name: Steve Bower
>Version: 2.0.7
>OS: Linux hostname 2.2.17 #1 SMP Thu Sep 14 09:48:22 EDT 2000 i686 unknown
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (24.240.72.25)
>
>
>When trying to detech a working version of pthreads the test program that
>compiles fails when run. I checked into the failure and it turns out that the
>task function that is run
>finishes before "pthread_detach" call is made.

Then your pthread implementation is broken.  A joinable
thread is not completed until joined or detached.

Kurt