From owner-freebsd-hackers Wed Feb 20 7:53: 1 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by hub.freebsd.org (Postfix) with ESMTP id 6540F37B400 for ; Wed, 20 Feb 2002 07:52:33 -0800 (PST) Received: from johnport (nice-1-a7-79-229.dial.proxad.net [62.147.79.229]) by postfix3-2.free.fr (Postfix) with SMTP id 4F7EA181BE for ; Wed, 20 Feb 2002 16:52:31 +0100 (CET) Message-ID: <000501c1ba26$9d7727c0$2d2ae30a@johnport> From: "Jonathan BENSAMOUN" To: Subject: fork & launch Date: Wed, 20 Feb 2002 16:52:07 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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