From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8385 invoked from network); 9 Jun 2000 14:54:29 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Jun 2000 14:54:29 -0000 Received: (qmail 15914 invoked by alias); 9 Jun 2000 14:54:20 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11841 Received: (qmail 15907 invoked from network); 9 Jun 2000 14:54:19 -0000 Date: Fri, 9 Jun 2000 10:54:04 -0400 From: Clint Adams To: Bart Schaefer Cc: zsh-workers@sunsite.auc.dk Subject: Re: trap handling segfault Message-ID: <20000609105404.B22587@scowler.net> References: <20000609100241.B21890@scowler.net> <1000609144837.ZM17431@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: <1000609144837.ZM17431@candle.brasslantern.com>; from schaefer@candle.brasslantern.com on Fri, Jun 09, 2000 at 02:48:37PM +0000 > If you have a compiled shell with 11736 reversed, please try adding a > `setopt localtraps' at the top level (i.e. above `function TRAPEXIT') > in your snippet and then see if it still dumps core. I don't think > 11736 can really be the cause of this crash. Tried with both standard 3.1.9 and 3.1.9 minus 11736: the former crashes, the latter doesn't.