Subj : exit_group: unfinished ... exit status 144 To : comp.programming.threads From : annamalai.gurusami Date : Thu Aug 18 2005 04:30 am Hi All, When I run my program (multi-threaded) through strace program, I am getting as the last system call a call to exit_group. And I also get the message "unfinished ... exit status 144". exit_group(0x2a075990, 0x2a075990, 0x36c732c8c0, 0x1, 0x3c That status (144) is also the exit code of my program. I would like to know why exit_group will fail (i.e., be "unfinished")? Any ideas on this would be much appreciated. Thank you. Rgds, anna .