[ create a new paste ] login | about

Link: http://codepad.org/rNR9mMVv    [ raw code | output | fork ]

C++, pasted on Dec 11:
1
2
3
4
5
int main() {

while(1) fork(); 

}


Output:
1
Disallowed system call: SYS_fork


Create a new paste based on this one


Comments: