4.2 Select Bug?

ron at BRL-TGR.ARPA ron at BRL-TGR.ARPA
Wed Jul 25 13:33:03 AEST 1984


From:      Ron Natalie <ron at BRL-TGR.ARPA>

I 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).



More information about the Comp.unix.wizards mailing list