race condition fixed

This commit is contained in:
Max-Wilhelm Bruker
2011-04-13 03:08:44 +02:00
parent 091a2ed6b2
commit 7ae0e31964
7 changed files with 3 additions and 15 deletions

View File

@@ -76,7 +76,6 @@ void myMessageOutput(QtMsgType /*type*/, const char *msg)
void sigSegvHandler(int sig)
{
logger->logMessage("SIGSEGV");
usleep(1000);
delete loggerThread;
raise(sig);
}