This commit is contained in:
parent
71c033f421
commit
0351d50bd3
|
@ -183,7 +183,11 @@ void signal_handler(int sig)
|
||||||
case SIGSEGV:
|
case SIGSEGV:
|
||||||
theseLogs->logN(0,"SEGV ABEND.");
|
theseLogs->logN(0,"SEGV ABEND.");
|
||||||
if (waitForGDB) {
|
if (waitForGDB) {
|
||||||
for (i = 0;i < iSaidWaitBiatch;i++);
|
for (i = 0;
|
||||||
|
i < iSaidWaitBiatch;
|
||||||
|
i++)
|
||||||
|
{}
|
||||||
|
|
||||||
}
|
}
|
||||||
exit(NOT_OK);
|
exit(NOT_OK);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue