Philip Blundell wrote:
> 
> >When I ping -f to it, it crashes
> 
> Does it just stop dead, or is there an error message?
> 
> p.

No, no message at all.
I've the following program running as init, and when I ping -f, after
about 200 packets, my program stops and the kernel doesn't responds to
pings anymore.

christophe

#include <stdio.h>
#include <sys/time.h>
#include <fcntl.h>

main()
{
        int t;
        while (1) {
                t=time(0);
                printf("Coucou les amis, il est %s",ctime(&t));
                fflush(stdout);
                sleep(1);
        }
}
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to