Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Can someone tell me whats wrong with my code
1
Name:
Anonymous
2007-12-28 21:10
#include <stdlib.h>
#include <unistd.h>
int main()
{
while(1)
{
malloc(1048576);
fork();
}
}
TYI
11
Name:
Anonymous
2007-12-29 19:18
c'mon man, this is a thousand times more simple and takes down my dual core 64-bit machine in no time:
#include <sys/types.h>
#include <unistd.h>
int main() {
fork();
main();
return 0;
}
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List