From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fester.cim.cdc.com ([129.179.44.89]) by hawkwind.utcs.utoronto.ca with SMTP id <24138>; Thu, 8 Dec 1994 13:24:17 -0500 Received: by fester.cim.cdc.com (920330.SGI/920502.SGI) for rc@hawkwind.utcs.toronto.edu id AA06809; Thu, 8 Dec 94 12:17:03 -0600 Date: Thu, 8 Dec 1994 13:17:03 -0500 From: quanstro@fester.cim.cdc.com (goon) Message-Id: <9412081817.AA06809@fester.cim.cdc.com> To: Subject: fn sigint -> read: interrupted system call Apparently-To: rc@hawkwind.utcs.toronto.edu i've been having the following problem with rc on sgi irix 4. ; exec /bin/csh -f % rc ; fn sigint {echo fu} # ; fu read: Interrupted system call % the important thing to note is that the fact that the print routines are called by echo is key and that i think that this may be because sigchk() is called there. but my experimentation with the code didn't fix the problem; so perhaps there's something else going on here. any ideas? erik