Re: ISSUE: infinite fork() kills 2.4.0-test10

2000-11-01 Thread Tigran Aivazian
On Wed, 1 Nov 2000, Peter Hawkins wrote: > Hi... > > I am not subscribed to this list at present (subscription is pending approval), so >please CC me with replies. > > This simple program run as an unprivileged user effectively kills 2.4.0-test10 >"Greased weasel": > int main(void) > { > fork

ISSUE: infinite fork() kills 2.4.0-test10

2000-11-01 Thread Peter Hawkins
Hi... I am not subscribed to this list at present (subscription is pending approval), so please CC me with replies. This simple program run as an unprivileged user effectively kills 2.4.0-test10 "Greased weasel": int main(void) { fork(); main(); return 0; } Watching a top(1) listing once this