[Bug 1475968] Re: match function hangs

Jarno Suni 1475968 at bugs.launchpad.net
Thu Jul 30 21:28:14 UTC 2015


As for mawk 1.3.4 20150503, 
echo bacaa | mawk '{print match($0,/(a*)*/), RLENGTH}'
prints 
2 1
whereas GNU Awk 4.0.1,
echo bacaa | gawk '{print match($0,/(a*)*/), RLENGTH}'
prints 
1 0

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mawk in Ubuntu.
https://bugs.launchpad.net/bugs/1475968

Title:
  match function hangs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mawk/+bug/1475968/+subscriptions



More information about the Ubuntu-server-bugs mailing list