Program Error with Gawk-3.1.4
Provides native Win32 open source ports and utilities
Brought to you by:
gnuwin32
My scripts refuse to work with gawk 3.1.4. I get
Program Error "gawk.exe has generated errors and will
be closed by Windows..." Previous version works fine. I
narrowed down the problem to this:
{
if ($0 ~ /blah/) print "blah"
if ($0 ~ /[a-z]/) print "bleh"
}
Windows 2000, SP4.
Logged In: YES
user_id=217802
I cannot reproduce this error. When I copy
{
if ($0 ~ /blah/) print "blah"
if ($0 ~ /[a-z]/) print "bleh"
}
to a file test.awk, and execute
gawk -f test.awk
there is no error message.
Could you create a small test file that shows the bug you
describe?
Logged In: YES
user_id=217802
Originator: NO
This bug has been fixed. A new release is available through
http://gnuwin32.sourceforge.net/