From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24072 invoked by alias); 8 May 2013 20:12:32 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31385 Received: (qmail 17468 invoked from network); 8 May 2013 20:12:27 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: neutral (ns1.primenet.com.au: 209.85.212.170 is neither permitted nor denied by SPF record at ntlworld.com) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-proxyuser-ip:date:from:to:subject:message-id :in-reply-to:references:x-mailer:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=CRLajPA9nNzT1SvILGtujeNKXW5mYUwxKcBxlt4FTqg=; b=VB5JiJnKdmPrHbzdi3Ewkn8MRPh00Q4PaJ79EJNiFZXN6YZNTf3DVC5B0DWaziH95q VfJAiczrqQka2LBfP8tAoyULck0/ECXzLyUqqoTZAyAXjPNOLNjY1BS3jrP8mEu5Nu6n bPa5FUFkQja/9lLUFPU2Aos7H8m64wh0HqIdMh7ueIpW8pa9NDKnjJARhVXXyNN74P7i L7j4lAB5mtmpkhBC5gPIUbHh0wfTdoWr1GEDeSake1opQNRNdM2uK28l79dw4T1icoHL lAsDnzFy4kmSp6RPAGEzdRBwhYQ2LOEDNJHTZNS3EcKZCpLwHeLVQM60UbzX8IVLqCkL y9TQ== X-Received: by 10.180.185.114 with SMTP id fb18mr24162346wic.33.1368043940902; Wed, 08 May 2013 13:12:20 -0700 (PDT) X-ProxyUser-IP: 86.6.30.159 Date: Wed, 8 May 2013 21:12:17 +0100 From: Peter Stephenson To: Zsh hackers list Subject: Re: Crashing shell on 5.0.2 OSX, logs attached Message-ID: <20130508211217.11ce8e47@pws-pc.ntlworld.com> In-Reply-To: References: X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.7; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQlBQnEgpqSNFypJAfcSTYE1ji54EwkpPSxH2recAW9Ljzs3qre2aTqZxql1BtPlHTVnAXxG On Tue, 7 May 2013 16:46:16 -0700 Bart Schaefer wrote: > On Tue, May 7, 2013 at 2:55 PM, Julian Berman wrote: > > Looks like you're right, disabling syntax-highlighting did it, guess I > > should have tried that considering syntax highlighter's warnings > > So now what we need is for someone to run valgrind or something like > it with zsh-syntax-highlighting loaded, so we can track down what must > be either a buffer overrun or a bad free somewhere in the > region-highlight code. Something like valgrind --leak-check=full --malloc-fill=0xff --child-silent-after-fork=yes zsh probably gives your best bet in that case. The error doesn't seem obvious. -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/