csh script dies on SIGTTIN

Jeff Gilliam jeff at voder.UUCP
Fri Dec 5 12:22:20 AEST 1986


Index:	bin/csh/??? 4.3BSD

Description:
	csh doesn't always handle SIGTTIN properly.
Repeat-By:
	Run the following script.  Type a ^Z to stop it, then 'bg' to
	place it in the background.  It immediately stops because
	of a SIGTTIN (as it should).  Now try to foreground it.  The
	csh running the script dies with the message "Stopped (tty input)".

	#! /bin/csh -f
	cat
-- 

Jeff Gilliam	{ucbvax,pyramid,nsc}!voder!jeff



More information about the Comp.bugs.4bsd.ucb-fixes mailing list