From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15595 invoked from network); 28 Mar 2003 17:39:29 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 28 Mar 2003 17:39:29 -0000 Received: (qmail 26192 invoked by alias); 28 Mar 2003 17:35:21 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18399 Received: (qmail 26184 invoked from network); 28 Mar 2003 17:35:21 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 28 Mar 2003 17:35:21 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.64.233.231] by sunsite.dk (MessageWall 1.0.8) with SMTP; 28 Mar 2003 17:35:20 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id h2SHZBj27403 for zsh-workers@sunsite.dk; Fri, 28 Mar 2003 09:35:11 -0800 From: "Bart Schaefer" Message-Id: <1030328173510.ZM27402@candle.brasslantern.com> Date: Fri, 28 Mar 2003 17:35:10 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Another crash bug in "print" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I just stumbled upon this in zsh 3.0.7, but it's still there in 4.1.0-dev7 (latest CVS): zagzig% print -m zsh: segmentation fault (core dumped) Src/zsh -f #0 0x806b0b3 in zshtokenize (s=0x0, shglob=0) at ../../zsh-4.0/Src/glob.c:2469 2469 for (; *s; s++) { (gdb) where #0 0x806b0b3 in zshtokenize (s=0x0, shglob=0) at ../../zsh-4.0/Src/glob.c:2469 #1 0x806b07e in tokenize (s=0x0) at ../../zsh-4.0/Src/glob.c:2452 #2 0x80542e6 in bin_print (name=0x40015178 "print", args=0xbffff41c, ops=0xbffff448, func=13) at ../../zsh-4.0/Src/builtin.c:3115 -- 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