From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28620 invoked from network); 27 Oct 1999 20:08:22 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 27 Oct 1999 20:08:22 -0000 Received: (qmail 19580 invoked by alias); 27 Oct 1999 20:08:17 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8457 Received: (qmail 19573 invoked from network); 27 Oct 1999 20:08:17 -0000 Date: Wed, 27 Oct 1999 16:08:15 -0400 From: Clint Adams To: zsh-workers@sunsite.auc.dk Subject: unhappy signals Message-ID: <19991027160815.A2724@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0pre4i % TRAPEXIT() { print boom } % exit boom zsh: 8101 segmentation fault (core dumped) zsh -f Reversing the removehashnode hunk in 7349 fixes this, but of course the TRAPQUIT example now segfaults. What to do?