IO Signal terminates Emacs 18.49 in A/UX

David W. Berry dwb at sticks.apple.com
Fri Mar 3 05:43:25 AEST 1989


In article <1118 at bilpin.UUCP> ian at bilpin.UUCP (Ian Jones) writes:
>My thoughts on the matter are that the program is receiving SIGIO, which is
>sent when I/O is possible on a file descriptor in A/UX. Other programs behave
>differently when receiving this signal (/bin/sh core dumps!) but this is to
>be expected; if no code has been written to catch this signal, anything 
>could happen!
	Well, how about?
		signal(SIGIO, SIG_IGN);



More information about the Comp.unix.aux mailing list