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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
- RE: Generating Core Dump Programmatically Marc W
- RE: Generating Core Dump Programmatically John Baldwin

