Re: Disconnection
Re: Disconnection
- Subject: Re: Disconnection
- From: Justin Walker <email@hidden>
- Date: Sun, 23 Nov 2003 16:56:16 -0800
On Sunday, November 23, 2003, at 04:38 PM, Jerry Talkington wrote:
On Sun, Nov 23, 2003 at 07:15:37PM -0500, Brett Carrington wrote:
Could you kill these processes with a segmentation fault? SIG_SEGV,
ie.
11? I've managed to trick
programs into core dumping by sending them that signal before. Perhaps
that would work?
kill won't send them a signal, so that won't work, which is explained
in
Justin Walker's reply in this thread.. If cores are enabled, any
non-zombie process should dump core if you send it a SIGSEGV.
A process which "catches" this signal need not dump core, of course.
The default behavior is as you describe, though.
'man signal' describes how the various signals are handled and what
sorts of overrides are possible.
Cheers,
Justin
--
Justin C. Walker, Curmudgeon-At-Large *
Institute for General Semantics | Some people have a mental
| horizon of radius zero, and
| call it their point of view.
| -- David Hilbert
*--------------------------------------*-------------------------------*
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.