diff options
Diffstat (limited to 'cpp/src/IceUtil/CtrlCHandler.cpp')
-rw-r--r-- | cpp/src/IceUtil/CtrlCHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceUtil/CtrlCHandler.cpp b/cpp/src/IceUtil/CtrlCHandler.cpp index 63dd93a30fd..1f09e259747 100644 --- a/cpp/src/IceUtil/CtrlCHandler.cpp +++ b/cpp/src/IceUtil/CtrlCHandler.cpp @@ -200,7 +200,7 @@ CtrlCHandler::~CtrlCHandler() // comment in sigwaitThread // rc = pthread_kill(_tid, SIGTERM); - assert(rc == 0); + //assert(rc == 0); For some reaosns, this assert is sometime triggered #endif void* status = 0; rc = pthread_join(_tid, &status); |