added FIXME comment.

This commit is contained in:
crs 2002-06-09 17:35:28 +00:00
parent 255e46017e
commit c357180530
1 changed files with 3 additions and 0 deletions

View File

@ -179,6 +179,9 @@ void CThreadRep::initThreads()
pthread_sigmask(SIG_BLOCK, &sigset, NULL);
// fire up the INT and TERM signal handler thread
// FIXME -- i've seen this thread hanging around after the app
// asserted. should figure out how it stays alive and prevent
// it from happening.
int status = pthread_create(&s_signalThread, NULL,
&CThreadRep::threadSignalHandler,
getCurrentThreadRep());