32a Subj : Re: problem with pthread_kill To : comp.programming.threads From : martinacevedo Date : Sat Jul 16 2005 08:59 am Thank you, but my real problem is that I use a 3th party library(pwlib with openh323) and in this library there is a function, IsTerminated and the function uses a pthread_kill for return true or false if thread is terminated or not, the library handles a lot of thread in c++ objects wrappers arround the pthread c library functions, and the program works for 10 hours and then suddenly causes a segmentation fault. I used a GDB, and the GDB shows that segmentation fault is caused by the pthread_kill function wihting the PThread object, I know that the librarie is buggy but I need a partial solution until the fix of the library appears. At any rate thank you. . 0