Subj : Re: atexit handler: pthread_cancel, pthread_testcancel, pthread_join problem To : comp.programming.threads From : annamalai.gurusami Date : Thu Aug 18 2005 04:40 am loic-dev@gmx.net wrote: > > pthread_t th; > > > > void* start_thread(void *) > > { > > for(;;) > > { > > std::cout << "testcancel()" << std::endl; > > replace this by a printf(). > > Does your problem persist? Well, when I replace it with printf(), it is working fine. Thanks for all the response. Rgds, anna .