Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: vi editting troubles
- X-seq: zsh-workers 14428
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: paulda@xxxxxxxxxxxxx
- Subject: Re: vi editting troubles
- Date: Tue, 22 May 2001 02:31:24 +0000
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20010521185327.A22122@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20010521121334.A24931@xxxxxxxxxxxxxxxxxxxxxxxxx> <010521132805.ZM11030@xxxxxxxxxxxxxxxxxxxxxxx> <20010521185327.A22122@xxxxxxxxxxxxxxxxxxxxxxxxx>
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