bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnu awk bug


From: Eiso AB
Subject: gnu awk bug
Date: Fri, 28 Nov 2003 16:07:57 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312

please try the following minimal program

BEGIN{
    # dom="" # this removes the internal error
    a=fun(dom)
    print dom
}

function fun(str) {
    ns=split(str,ss)
}


for me this crashes
address@hidden> gawk -f test.awk
gawk: test.awk:3: fatal error: internal error
Abort


observed in GNU Awk 3.1.3



--
                   _________
 _________________/ Eiso AB \___________________________

       o

             o        Dept. of NMR Spectroscopy
                      Bijvoet Center for Biomol. Research
                      Utrecht University
              o       Padualaan 8, 3584 CH Utrecht
        . .           The Netherlands
     o   ^
     |   -   _        address@hidden
      \__|__/
         |            http://www.nmr.chem.uu.nl/~eiso
         |            tel: +31-30-2539929
        / \
       /   \
       |   |
 ___ ._|   |_. _________________________________________





reply via email to

[Prev in Thread] Current Thread [Next in Thread]