Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
core dumps with (( #\... ))
- X-seq: zsh-workers 8024
- From: Adam Spiers <adam@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- Subject: core dumps with (( #\... ))
- Date: Thu, 23 Sep 1999 12:18:27 +0100
- Mail-followup-to: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Reply-to: Adam Spiers <adam@xxxxxxxxxx>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author