unconditional core dump on exit?

2020-09-14 Thread Edgar Fuß
Is there a way to make a process dump core on exit no matter what? I have a deamon dying (or whatever) from time to time with no trace to the cause and guess a backtrace from a dump would help.

Re: unconditional core dump on exit?

2020-09-14 Thread Kamil Rytarowski
On 14.09.2020 10:49, Edgar Fuß wrote: > Is there a way to make a process dump core on exit no matter what? > I have a deamon dying (or whatever) from time to time with no trace to the > cause and guess a backtrace from a dump would help. > Start under a debugger, break on 'exit'. signature.as