Subj : pthread_create SIGSEGV (again!!!) To : comp.programming.threads From : bg Date : Sun Oct 09 2005 11:57 pm Hi I am getting a SIGSEGV segmentation fault when i try to create a thread using the following command ... pthread_create(&tid, NULL, threadfunction, (void *) NULL); i compiled using gcc -I .... -lpthread could anyone help me out. bg .