Subj : Re: Help! pthread_cancel causes problem To : comp.programming.threads From : David Schwartz Date : Fri Sep 02 2005 06:24 pm "Jessie" wrote in message news:1125706600.223329.76210@g49g2000cwa.googlegroups.com... > I've searched on web and it seems to be the Bugzilla Bug 104689. > However, the solution suggested (using LD_ASSUME_KERNEL solution) > doesn't work for me. Did you actually read the bug report? The bug was caused by an application error. The solution is to fix the application. Hint: That thread you cancelled -- what was it doing when you cancelled it? What cancellation mode was it in? DS .