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

Re: unexpected log out



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