Hello, just tried to reproduce this issue. And I think this is "just" a recursion.
Also bash shows this behaviour.
(except it just allocates 132MB instead of
exchausting the whole physical memory.)
Are you maybe trying to achive something like this?
echo () { /bin/echo foo; } ; echo
Kind regards,
Bernhard

