Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3907020
By: pozmu

Also, I found that this example from manual doesn't work for me:

$ echo rekord 1 AAAA rekord 2 BBBB rekord 3 |
> gawk 'BEGIN { RS = "\n|( *[[:upper:]]+ *)" }
>             { print "Rekord =", $0, "a RT =", RT }'

When put in seperate file (to avoid problems with quotations) and ran with -f
I get:

C:\temp\gawk\bin>gawk -f s\test.txt
gawk: s\test.txt:1: fatal error: internal error

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.


I found that "[[:upper:]]" is a problem - when replaced with [A-Z] it works.
[:upper:] works in other cases... I also found that when I replace "[[:upper:]]"
with "[:upper:]" error does not appear.




______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to