Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Segmentation fault while searching backward
- X-seq: zsh-workers 24296
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Segmentation fault while searching backward
- Date: Wed, 19 Dec 2007 09:55:43 +0000
- In-reply-to: <slrnfmgr7m.23b.joerg@xxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: CSR
- References: <slrnfmgr7m.23b.joerg@xxxxxxxxxxxx>
On Wed, 19 Dec 2007 00:59:34 +0000 (UTC)
Jörg Sommer <joerg@xxxxxxxxxxxx> wrote:
> when I search backward through the history with ^R I get a segmentation
> fault:
Unfortunately we're going to need more detail than that to reproduce it.
The crash is because of a large value passed down to zwcwrite(). We're
likely to need to know what line was on screen before (the contents of
the array pointed to by ol in stack level 1 and its length ollen) and
what it's trying to put on screen (the contents of the array nl and its
length nllen). Note the arrays will be wide character strings. If it's
reproducible with these two lines we have a chance of fixing it.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author