Xref: utzoo comp.unix.aux:741 gnu.emacs.bug:548 Path: utzoo!telly!ziebmef!ncrcan!lsuc!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cwjcc!tut.cis.ohio-state.edu!bloom-beacon!apple!sticks!dwb From: dwb@sticks.apple.com (David W. Berry) Newsgroups: comp.unix.aux,gnu.emacs.bug Subject: Re: IO Signal terminates Emacs 18.49 in A/UX Keywords: SIGIO Emacs A/UX Message-ID: <835@internal.Apple.COM> Date: 2 Mar 89 19:43:25 GMT References: <1118@bilpin.UUCP> Sender: usenet@Apple.COM Organization: Apple Computer Lines: 8 In article <1118@bilpin.UUCP> ian@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);