From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9079 invoked from network); 10 Jun 1998 05:40:37 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 10 Jun 1998 05:40:37 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id BAA29962; Wed, 10 Jun 1998 01:35:58 -0400 (EDT) Resent-Date: Wed, 10 Jun 1998 01:35:58 -0400 (EDT) From: "Bart Schaefer" Message-Id: <980609223650.ZM9332@candle.brasslantern.com> Date: Tue, 9 Jun 1998 22:36:50 -0700 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@math.gatech.edu Subject: Another entertaining user-defined-widget crash: fc MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Resent-Message-ID: <"ZBx-Q3.0.5K7.ziXVr"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4075 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu function kaboomToo() { fc $LBUFFER } Upon exiting the editor, this produces the output BUG: chline is NULL in hend() and then dumps core. The stack trace is -very- short: #0 0x8068452 in hend () at ../../zsh-3.1.4/Src/hist.c:751 #1 0x806b400 in loop (toplevel=1, justonce=0) at ../../zsh-3.1.4/Src/init.c:97 #2 0x804a311 in main (argc=1, argv=0xbffffa54) at ../../zsh-3.1.4/Src/main.c:77 -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com