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

Re: vi editting troubles



On May 21,  6:53pm, nce@xxxxxxxxxxxxxxxxx wrote:
} Subject: Re: vi editting troubles
}
} > Does a command such as `echo =(echo foo)' work?  That should use the same
} > temp file mechanism as fc.
} 
} % echo =(echo foo)
} Segmentation fault (core dumped)

Looks like you've got some sort of serious memory allocation problem
going on -- probably some kind of word-alignment issue -- with the heap
allocation code.  You're going to have to give us details of your OS and
build environment.  Did you configure with --enable-zsh-mem?

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



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