ppp
ppp copied to clipboard
coredump is not generated when pppd received a Fatal signal
Coredump is not generated when we receive a fatal signal. Just an error message is printed "Fatal signal 6" in function bad_signal. How can i generate a core dump and traceback for this sort of error?
@paulusmack: Have you seen this ticket?
For testing, you could remove the lines in pppd/main.c that say things like "SIGNAL(SIGABRT, bad_signal);". I don't want to do that in the production version.