Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: unexpected log out
- X-seq: zsh-users 7463
- From: Philipp Drum <zsh-ml@xxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: unexpected log out
- Date: Tue, 18 May 2004 14:02:58 +0200
- In-reply-to: <8472.1084879948@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20040518102358.GA592@slash> <8472.1084879948@xxxxxxx>
Hi,
* Peter Stephenson wrote:
> > -----------------------------------------------------
> > slash ~/tmp > for i in `find . -name '*.log'`
> > for> do
> > for> echo $i
> > Connection to slash closed.
> > 255 athena ~
> > -----------------------------------------------------
>
> Looks to me like the shell's crashing. Do you get any error messages if
> you type `zsh' first, then run that code in the new shell?
-----------------------------------------------------
slash ~ > for i in *.log
for> do
for> echo $i
zsh: segmentation fault zsh
139 slash ~ > zsh --version
zsh 4.0.4 (i686-pc-linux-gnu)
-----------------------------------------------------
same behaviour at:
athena ~ > zsh --version
zsh 4.0.6 (i386-suse-linux)
but not at:
sarge ~ > zsh --version
zsh 4.2.0 (i686-pc-linux-gnu)
--
regards, Philipp
Messages sorted by:
Reverse Date,
Date,
Thread,
Author