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

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

awk core dump on non-existent file


From: Ed Morton
Subject: awk core dump on non-existent file
Date: Tue, 11 Jul 2006 06:02:59 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)

I couldn't find anything on the gawk web site or in the manual about a site where I could check for known bugs so appologies if this is known but I did try to check:

   $ sh --version | head -1
   GNU bash, version 3.00.16(11)-release (i686-pc-cygwin)
   $ awk --version | head -1
   GNU Awk 3.1.5
   $ ls garbage
   ls: garbage: No such file or directory
   $ awk 1 garbage
   Aborted (core dumped)

Regards,

   Ed.


reply via email to

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