From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14727 invoked from network); 24 Aug 2001 09:21:22 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 24 Aug 2001 09:21:22 -0000 Received: (qmail 24894 invoked by alias); 24 Aug 2001 09:21:10 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15704 Received: (qmail 24883 invoked from network); 24 Aug 2001 09:21:09 -0000 Message-ID: <2796937.998645002276.JavaMail.root@suntea.algonet.se> Date: Fri, 24 Aug 2001 11:23:22 +0200 (CEST) From: Thomas Eriksson To: zsh-workers@sunsite.dk Subject: Re: zsh segfault Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Authenticated-User: shio@algonet.se (null) X-Mailer: Telenordia Webmail Hi I managed to locate the error further, this code gives the same results printf "unset -f precmd \n" 1>/home/arne/wuf alias wuf="echo wuf wuf;precmd () { . /home/arne/wuf ; }" wuf and this is the output of /tmp/xtrace.log -- /tmp/xtrace.log -- +zsh:5> printf unset -f precmd \n +zsh:6> alias wuf=echo wuf wuf;precmd () { . /home/arne/wuf ; } +zsh:7> echo wuf wuf +precmd:0> . /home/arne/wuf +/home/arne/wuf:1> unset -f precmd -- EOF -- /Thomas Eriksson > > It would probably be the most helpful if you would > > set -x > exec 2>/tmp/xtrace.log > > then immediately do whatever it is you do to cause the shell > to crash, > and send us the resulting file. >