Date: Tue, 27 Feb 2001 19:14:39 -0800 (PST) From: Marc W <mwlist@lanfear.com> To: freebsd-hackers@freebsd.org Subject: Generating Core Dump Programmatically Message-ID: <200102280314.TAA43386@akira.lanfear.com>
index | next in thread | raw e-mail
I'm trying to ensure robust shutdown on my machine. Thus, I've
installed signal handlers for a bunch of nasty looking signals. In my
new handler, after all critical state is saved, I then call abort(3),
and all seems to work well.
EXCEPT -- some signals generate core files when left with the
default behaviour. Is there some straightforward way to do this?
thanks.
marc.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102280314.TAA43386>
