1
0
Fork 0

Still generate a core file

This commit is contained in:
Erik Hofman 2017-02-27 11:46:25 +01:00
parent 314844e3c8
commit 6179a8d8d7

View file

@ -183,7 +183,7 @@ void segfault_handler(int signo) {
free(list); free(list);
} }
exit(1); kill(getpid(), signo);
} }
#endif #endif