Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2002 10:20:52 -0800 (PST)
From:      Julian Elischer <julian@elischer.org>
To:        Jonathan BENSAMOUN <jonathan.bensamoun@wanadoo.fr>
Cc:        hackers@freebsd.org
Subject:   Re: fork & launch
Message-ID:  <Pine.BSF.4.21.0202201019010.63302-100000@InterJet.elischer.org>
In-Reply-To: <000501c1ba26$9d7727c0$2d2ae30a@johnport>

next in thread | previous in thread | raw e-mail | index | archive | help
1/ 
can you say whay you want to do this?
2/ 
check the code that creates kernel threads, (kthread_create())



On Wed, 20 Feb 2002, Jonathan BENSAMOUN wrote:

> 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
> 


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?Pine.BSF.4.21.0202201019010.63302-100000>