RE: problem with pthread.h - child thread's ending locks up main thread

2004-10-21 Thread Ben Lavender
Downloading the latest build of cygwin1.dll and installing it has fixed this problem, but it does make me rather uncomfortable...so ist das Leben, I guess! Thanks for your time; I appreciate the help. ben > -Original Message- > From: cygwin-owner On Behalf Of Ben Lavender >

problem with pthread.h - child thread's ending locks up main thread

2004-10-21 Thread Ben Lavender
Hello all, I have a problem. I have a bug or misconfig that manifests itself in pthreads.h. Basically, if a child thread ends, the main thread stops executing. The program does not end, but it doesn't go any further. I see that a similar problem was posted to this list about 2 weeks ago, but th