in reply to out of memory!

Looks to me like you are creating an infinite loop (using for(;;) {) that contains a system() command which runs itself. An infinite loop spawning an infinite number of copies of itself is very likely to use up all the memory, and to do it rather quickly.


We're not surrounded, we're in a target-rich environment!