Still generate a core file
This commit is contained in:
parent
314844e3c8
commit
6179a8d8d7
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ void segfault_handler(int signo) {
|
||||||
free(list);
|
free(list);
|
||||||
}
|
}
|
||||||
|
|
||||||
exit(1);
|
kill(getpid(), signo);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue