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

Re: zsh segfault



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




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