Path: utzoo!telly!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!GARGOYLE.UCHICAGO.EDU!piggy From: piggy@GARGOYLE.UCHICAGO.EDU Newsgroups: gnu.bash.bug Subject: Incorrect handling of ^Z Message-ID: <8907141553.AA24052@gargoyle.uchicago.edu> Date: 14 Jul 89 15:53:15 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 13 This applies to bash 1.01 on a sun 4 running SunOS 4.0 and on a sun 3 running SunOS 3.5. The following command line script does not suspend correctly on ctl-Z: bash$ while true bash> do bash> df bash> sleep 2 bash> done When you give it a suspend (ctl-Z) it suspends either the df or the sleep, depending upon where you happen to hit it.