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

FWD: Re: zsh-4.0.7 memory fault in IRIX 6.5



-----FW: <1030909161503.ZM769@xxxxxxxxxxxxxxxxxxxxxxx>-----

Date: Tue, 9 Sep 2003 16:15:02 +0000
From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
To: zsh-workers <zsh-workers@xxxxxxxxxx>
Subject: Re: zsh-4.0.7 memory fault in IRIX 6.5

On Sep 9,  8:30am, Joachim Backes wrote:
} 
} if I have an (very old) /etc/zshenv with the contents
} 
}         setopt shwordsplit

I can't imagine anything that would confuse zsh users more (I can think
of a few that would confuse them just as badly) but I suppose if you are
the only one on the system ...

} then zsh dies directly after start with "memory fault". The reason
} seems to be the (invalid ??) contents of /etc/zshenv.

Does it matter _what_ the contents are?  That is, if you change it to
something other than 'setopt shwordsplit' does it still crash?

Just because I have it in the SGI section of my own .zshenv, try this
as the very first thing in /etc/zshenv:

if [[ -n "$ENVONLY" ]]
then
    unsetopt zle
fi

--------------End of forwarded message-------------------------

Hi Bart,

all problems disappear when configuring zsh with

        ./configure --enable-cflags='-LANG:vla=off -O'

or when using gcc for making (standard).

Regards

Joachim Backes

--

Joachim Backes <backes@xxxxxxxxxxxxxx>
University of Kaiserslautern,Computer Center,
High Performance Computing Department,
D-67653 Kaiserslautern, PO Box 3049, Germany
--------------------------------------------------
Phone: +49-631-205-2438, FAX: +49-631-205-3056
http://hlrwm.rhrk.uni-kl.de/home/staff/backes.html  



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