Subj : Re: pthread_create SIGSEGV (again!!!) To : comp.programming.threads From : loic-dev Date : Mon Oct 10 2005 03:07 am Hi bg, > Thanks a lot for ur response. actually i had a feeling that this > problem was a very frequent one. yes, very frequent... in broken program ;-) > anyway, here is a short description of > the code .. As well spotted by AlterX, the problem resides in the pthread_join() call, right after the pthread_create(). That was likely the faulty guy. Regards, Lo=EFc. .