Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!houxz!vax135!cornell!uw-beaver!tektronix!hplabs!sri-unix!ron@BRL-TGR.ARPA From: ron@BRL-TGR.ARPA Newsgroups: net.unix-wizards Subject: 4.2 Select Bug? Message-ID: <393@sri-arpa.UUCP> Date: Tue, 24-Jul-84 23:33:03 EDT Article-I.D.: sri-arpa.393 Posted: Tue Jul 24 23:33:03 1984 Date-Received: Sat, 28-Jul-84 20:25:59 EDT Lines: 17 From: Ron NatalieI have a couple of applications that use select to determine when to read from the terminal. When I suspend (type control-z) when they are in the select they stop but then immediately die. Any ideas? You can repeat this by writing a program that does... fd = 1; select(32, &fd, 0, 0, 0); And type control-z at it. -Ron P.S. I've got tired waiting for KSH to be released and am in the process of putting hooks for job control in the Bourne shell (I refuse to use that other one).