ppp icon indicating copy to clipboard operation
ppp copied to clipboard

coredump is not generated when pppd received a Fatal signal

Open Arsalan19 opened this issue 1 year ago • 2 comments

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?

Arsalan19 avatar Jul 11 '24 03:07 Arsalan19

@paulusmack: Have you seen this ticket?

Neustradamus avatar Jul 11 '24 20:07 Neustradamus

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.

paulusmack avatar Aug 17 '24 00:08 paulusmack