From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3) with ESMTP id CAA22852 for ; Tue, 28 May 1996 02:24:46 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id MAA27741; Mon, 27 May 1996 12:15:41 -0400 (EDT) Resent-Date: Mon, 27 May 1996 12:15:41 -0400 (EDT) Message-Id: Subject: Re: seg fault on $(dgqhghdqwdhqwjq) : beta19 To: zsh-workers@math.gatech.edu Date: Mon, 27 May 1996 18:23:37 +0200 (MET DST) In-Reply-To: <20908.199605271309@stone.dcs.warwick.ac.uk> from "Zefram" at May 27, 96 02:09:31 pm From: Thorsten Meinecke Organization: none. Location: Berlin, Germany X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Resent-Message-ID: <"fxKlb2.0.Nn6.iKTgn"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1190 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > > % ./zsh -fc '$(true); echo $?' > > 139 > > % ./zsh -fc '$(false); echo $?' > > 139 > > 139 <=> death with signal 11 <=> SIGSEGV on most systems. > > -zefram Oops. Yes, core dumps nicely here. Let me reword my question. Since this doesn't work with releases prior to beta16 either ("no command"): Is it supposed to work? Regards, --Thorsten PS. On a totally unrelated note: After `bindkey prefix', beta19 signals SEGV, when the new prefix is entered the first time.