From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2942 invoked from network); 25 Mar 2003 13:37:03 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 25 Mar 2003 13:37:03 -0000 Received: (qmail 264 invoked by alias); 25 Mar 2003 13:36:57 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18382 Received: (qmail 257 invoked from network); 25 Mar 2003 13:36:57 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 25 Mar 2003 13:36:57 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [212.125.75.4] by sunsite.dk (MessageWall 1.0.8) with SMTP; 25 Mar 2003 13:36:55 -0000 Received: (qmail 2857 invoked from network); 25 Mar 2003 13:38:27 -0000 Received: from iris.logica.co.uk (158.234.9.163) by server-2.tower-1.messagelabs.com with SMTP; 25 Mar 2003 13:38:27 -0000 Received: from finches.logica.co.uk ([158.234.142.11]) by iris.logica.co.uk (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id NAA28902 for ; Tue, 25 Mar 2003 13:36:53 GMT X-Authentication-Warning: iris.logica.co.uk: Host [158.234.142.11] claimed to be finches.logica.co.uk Received: from finches.logica.co.uk (localhost [127.0.0.1]) by finches.logica.co.uk (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id h2PDf8K12432 for ; Tue, 25 Mar 2003 14:41:08 +0100 To: zsh-workers@sunsite.dk X-VirusChecked: Checked In-reply-to: From: Oliver Kiddle References: <1030320041539.ZM2167@candle.brasslantern.com> Subject: Re: Crash with 'print -s' with no further arguments Date: Tue, 25 Mar 2003 14:41:08 +0100 Message-ID: <12430.1048599668@finches.logica.co.uk> 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.