zsh-users
 help / color / mirror / code / Atom feed
* stopping "wait" in (sub)script ?
@ 1997-05-13 11:53 Andrei Tcherepanov
  1997-05-13 19:40 ` Zoltan T. Hidvegi
  0 siblings, 1 reply; 3+ messages in thread
From: Andrei Tcherepanov @ 1997-05-13 11:53 UTC (permalink / raw)
  To: zsh users mail list

Hi!

a little ( but annoyning ) problem --

a little long command

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

Is this bug or feature ???

-- 
Thanks,
  Andrei ( tandr@ptc.com )


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: stopping "wait" in (sub)script ?
  1997-05-13 11:53 stopping "wait" in (sub)script ? Andrei Tcherepanov
@ 1997-05-13 19:40 ` Zoltan T. Hidvegi
  1997-05-14  8:26   ` Andrei Tcherepanov
  0 siblings, 1 reply; 3+ messages in thread
From: Zoltan T. Hidvegi @ 1997-05-13 19:40 UTC (permalink / raw)
  To: Andrei Tcherepanov; +Cc: zsh-users

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?

When you send a bugreport, it is always a good idea to mention the OS and
the compiler you use, unless you are absolutely sure that the problem is
general.

Zoltan


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: stopping "wait" in (sub)script ?
  1997-05-13 19:40 ` Zoltan T. Hidvegi
@ 1997-05-14  8:26   ` Andrei Tcherepanov
  0 siblings, 0 replies; 3+ messages in thread
From: Andrei Tcherepanov @ 1997-05-14  8:26 UTC (permalink / raw)
  To: Zoltan T. Hidvegi; +Cc: zsh-users

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@ptc.com )

(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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1997-05-14  8:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-05-13 11:53 stopping "wait" in (sub)script ? Andrei Tcherepanov
1997-05-13 19:40 ` Zoltan T. Hidvegi
1997-05-14  8:26   ` Andrei Tcherepanov

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).