Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Crash with 'print -s' with no further arguments
- X-seq: zsh-workers 18382
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Crash with 'print -s' with no further arguments
- Date: Tue, 25 Mar 2003 14:41:08 +0100
- In-reply-to: <b5bgn6$u8a$1@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <b59211$60n$1@xxxxxxxxxxxxxx> <1030320041539.ZM2167@xxxxxxxxxxxxxxxxxxxxxxx> <b5bgn6$u8a$1@xxxxxxxxxxxxxx>
On 20 Mar, Miciah Dashiel Butler Masters wrote:
>
> $ zsh -f
> AwesomeComp% setopt hist_ignore_all_dups
> AwesomeComp% print -s
> AwesomeComp% print -s
> Segmentation fault
I can't reproduce the seg fault but valgrind says:
==12379== Invalid free() / delete / delete[]
==12379== at 0x40047262: free (vg_clientfuncs.c:180)
==12379== by 0x808ED08: zsfree (mem.c:1399)
==12379== by 0x8075A15: freehistdata (hashtable.c:1517)
==12379== by 0x80759B4: freehistnode (hashtable.c:1503)
==12379== Address 0x80C995A is not stack'd, malloc'd or free'd
It gives line numbers if that is any use beyond what Clint has already
sent.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author