Re: How do I get a coredump file from an application?

From: Steve O'Hara-Smith <steve_at_sohara.org>
Date: Thu, 07 Oct 2021 05:29:41 UTC
On Wed, 6 Oct 2021 23:08:02 -0400
Kurt Hackenberg <kh@panix.com> wrote:

> If Exim catches that signal, then the only way to get a coredump is to
> make Exim not catch that signal -- that is, temporarily remove the
> call to signal() or sigaction().

	There are a number of signals you can send to cause a core dump
SIGABORT usually works, SIGFPE is almost never caught.

-- 
Steve O'Hara-Smith <steve@sohara.org>