Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2002 16:52:07 +0100
From:      "Jonathan BENSAMOUN" <jonathan.bensamoun@wanadoo.fr>
To:        <hackers@freebsd.org>
Subject:   fork & launch
Message-ID:  <000501c1ba26$9d7727c0$2d2ae30a@johnport>

next in thread | raw e-mail | index | archive | help
Hi
I coded a syscall which fork inside kernel and launch a new process.
The unique problem I got is when the father is waiting the child process
and received a sigkill signal. It freezes the system like a while (1) in
kernel mode.
Note that a sigkill to the child process does not matter at all.
It ts when the parent process (which did the syscall) receive a kill signal.

Thanks
John



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000501c1ba26$9d7727c0$2d2ae30a>