K 10 svn:author V 2 jb K 8 svn:date V 27 1998-06-09T23:08:41.000000Z K 7 svn:log V 365 POSIX says that pthread_exit() is not allowed to be called from a cleanup destructor, so trap this case to prevent me from being being burnt again by applications that try to do this. With this change, an application (like one using a mis-configured ACE) will exit the process after displaying a message quoting the POSIX section that the application has violated. END