This commit is contained in:
Ren RenJuan 2014-01-30 16:20:54 +00:00
parent 71c033f421
commit 0351d50bd3
1 changed files with 5 additions and 1 deletions

View File

@ -183,7 +183,11 @@ void signal_handler(int sig)
case SIGSEGV:
theseLogs->logN(0,"SEGV ABEND.");
if (waitForGDB) {
for (i = 0;i < iSaidWaitBiatch;i++);
for (i = 0;
i < iSaidWaitBiatch;
i++)
{}
}
exit(NOT_OK);
break;