Created attachment 3535 [details] Screenshot echo "42" | ./awk '// {print();}' # causes segfault echo "42" | gawk '// {print();}' # syntax error echo "42" | mawk '// {print();}' # prints 42 With BusyBox v1.18.4 (2011-04-04 18:51:40 CDT) multi-call binary, i386 if I recall correctly.
Fixed in git by: commit 7b46d11582047d0dd21b547ff4a913defe646d40 Author: Denys Vlasenko <vda.linux@googlemail.com> Date: Sun Sep 11 00:30:56 2011 +0200 awk: fix a SEGV