Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 2/19/85; site seismo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!talcott!harvard!seismo!tiberio From: tiberio@seismo.UUCP (Mike Tiberio) Newsgroups: net.bugs.4bsd,net.unix-wizards Subject: csh/jobs funniness Message-ID: <1113@seismo.UUCP> Date: Thu, 21-Feb-85 14:20:23 EST Article-I.D.: seismo.1113 Posted: Thu Feb 21 14:20:23 1985 Date-Received: Tue, 26-Feb-85 06:08:53 EST Organization: Center for Seismic Studies, Arlington, VA Lines: 11 Xref: watmath net.bugs.4bsd:1401 net.unix-wizards:12122 <> Under csh if you have a job running in the background, jobs says running and ps will give a stat of R indicating runnable. If you send the process a signal 17 or 18 (STOP,TSTP) using kill, jobs will indicate the process has stopped and ps will indicate T for stopped. So far everything is fine, however if you restart the job using using kill -19 pid (or -CONT) the process does restart, ps will give a STAT of R, but jobs will indicate still stopped. This happens on both our VAX and SUN running 4.2bsd. Any comments or solutions? seismo!tiberio