From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1635 invoked from network); 23 Sep 1999 11:18:39 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Sep 1999 11:18:39 -0000 Received: (qmail 21251 invoked by alias); 23 Sep 1999 11:18:28 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8024 Received: (qmail 21242 invoked from network); 23 Sep 1999 11:18:28 -0000 Date: Thu, 23 Sep 1999 12:18:27 +0100 From: Adam Spiers To: zsh workers mailing list Subject: core dumps with (( #\... )) Message-ID: <19990923121827.A3826@thelonious.new.ox.ac.uk> Reply-To: Adam Spiers Mail-Followup-To: zsh workers mailing list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i X-URL: http://www.new.ox.ac.uk/~adam/ X-OS: Linux 2.2.9 i686 Found this through mistyping #\a syntax :-) % print $(( \#a )) zsh: bad math expression: operand expected at `\#a ' zsh: 16508 segmentation fault (core dumped) /bin/zsh Here's another, maybe the same bug? % (( 1 == #\M-/ )) && print yep zsh: bad math expression: operand expected at `/ ' zsh: 17042 segmentation fault (core dumped) /bin/zsh