[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnu awk bug
From: |
Stepan Kasal |
Subject: |
Re: gnu awk bug |
Date: |
Fri, 28 Nov 2003 16:35:15 +0100 |
User-agent: |
Mutt/1.4.1i |
Hello,
thank you for this bug report.
On Fri, Nov 28, 2003 at 04:07:57PM +0100, Eiso AB wrote:
> BEGIN{
> # dom="" # this removes the internal error
> a=fun(dom)
> print dom
> }
>
> function fun(str) {
> ns=split(str,ss)
> }
> [...] for me this crashes [...] observed in GNU Awk 3.1.3
this bug can be fixed for example by the patch attached to this mail.
Stepan
gawk-3.1.3-make_scalar.patch
Description: Text document
- gnu awk bug, Eiso AB, 2003/11/28
- Re: gnu awk bug,
Stepan Kasal <=