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 [EMAIL PROTECTED]
> with "unsubscribe freebsd-hackers" in the body of the message
> 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to