Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: stopping "wait" in (sub)script ?



Zoltan,

you are right - I write bug report now.

> When you send a bugreport, it is always a good idea to mention the OS 

I can reproduce it with zsh -f and sleep 4 instead of xvi


BUG REPORT:

I cannot stop such command

$ for i in `cat ss`
for> do xvi $i &
for> wait
for> done


version of zsh
3.1.1

Machine info:
$ uname -a
SunOS hey 5.5 Generic sun4m sparc SUNW,SPARCstation-20

Compiler
SC4.0 03/07/96 C 4.0 patch 102955-04
$ cc -V
cc: SC4.0 18 Oct 1995 C 4.0

Parameters to compiler:
cc -c -I.. -I. -I. -DHAVE_CONFIG_H -native -xO3 -mr -Qn

May be intersting

hey% stty
speed 9600 baud; -parity hupcl 
rows = 24; columns = 80; ypixels = 388; xpixels = 655;
erase = ^h; swtch = <undef>; 
brkint -inpck -istrip icrnl -ixany imaxbel onlcr 
echo echoe echok echoctl echoke iexten 
hey% which stty
/usr/bin/stty

If you need more info ( compilation flags explanation eg. ),
please ask me. 

-- 
Thanks,
  Andrei ( tandr@xxxxxxx )

(Zoltan T. Hidvegi) wrote:
> 
> Andrei Tcherepanov wrote:
> > for i in `cat ss`
> > do xvi $i &
> > wait
> > done
> >
> > And I can't stop this -  neither ^C nor ^Z !!! (thanx god,
> > ss was not too long ... )
> 
> I cannot reproduce this.  ^C should work.  What OS, compiler do you use?
> Could you reproduce it with sleep instead of xvi and starting zsh with the
> -f switch?
> 
 the compiler you use, unless you are absolutely sure that the problem
is
> general.
> 
> Zoltan



Messages sorted by: Reverse Date, Date, Thread, Author