int main ()

{
   fork()
}

That should stress your box to the level of killing it :)




Or, maybe it'll just fork and then both processes will end...


How about:

int main(void)
{
label:
        fork();
        goto label;     
}

Thanks,

Allan



oops!!


/iain crawls back under his rock


_______________________________________________ Scottish mailing list [EMAIL PROTECTED] http://mailman.lug.org.uk/mailman/listinfo/scottish

Reply via email to