Subj : Re: EPERM = pthread_create(), To : comp.programming.threads From : Krzysztof Witkowski Date : Wed Sep 28 2005 04:29 pm Casper H.S. Dik wrote: > EPERM is also the typical error you get when you are mistaken in > the precendence of operators or forget to add the parentheses required. > > > if (err = pthread_create() == 0) > > which always gives err == 1 (on success). Error was very similar indeed, thanks a lot ;-) K. .