From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5117 invoked from network); 27 Aug 2000 16:51:38 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 27 Aug 2000 16:51:38 -0000 Received: (qmail 16526 invoked by alias); 27 Aug 2000 16:51:05 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12707 Received: (qmail 16324 invoked from network); 27 Aug 2000 16:51:01 -0000 From: "Bart Schaefer" Message-Id: <1000827165052.ZM14652@candle.brasslantern.com> Date: Sun, 27 Aug 2000 16:50:52 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Syntax error on "function ..." causes crash MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii zagzig% function function> : Program received signal SIGSEGV, Segmentation fault. 0x8075445 in ugetnode (list=0x0) at ../../zsh-3.1.6/Src/linklist.c:164 164 if (!(node = list->first)) (gdb) where #0 0x8075445 in ugetnode (list=0x0) at ../../zsh-3.1.6/Src/linklist.c:164 #1 0x805d102 in execfuncdef (state=0xbffff6a4, do_exec=0) at ../../zsh-3.1.6/Src/exec.c:3086 #2 0x8056c9e in execsimple (state=0xbffff6a4) at ../../zsh-3.1.6/Src/exec.c:757 #3 0x8056da7 in execlist (state=0xbffff6a4, dont_change_job=0, exiting=0) at ../../zsh-3.1.6/Src/exec.c:801 #4 0x8056b93 in execode (p=0x400e1720, dont_change_job=0, exiting=0) at ../../zsh-3.1.6/Src/exec.c:727 #5 0x806ae61 in loop (toplevel=1, justonce=0) at ../../zsh-3.1.6/Src/init.c:152 #6 0x806d444 in zsh_main (argc=2, argv=0xbffff734) at ../../zsh-3.1.6/Src/init.c:1197 #7 0x804a694 in main (argc=2, argv=0xbffff734) at ../../zsh-3.1.6/Src/main.c:37 -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net