Subject: Re: proposal for Linux exit_group emulation
To: None <tech-kern@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: tech-kern
Date: 12/02/2005 15:03:39
> This looks ugly to me. Why trap both the syscall and tne userret?

In userret to catch processes sleeping in the kernel
In syscall to catch processes running in userland. I realize this is
poor since the process could spend quite some time before going in 
the kernel. Sending it a signal is not possible because it will be 
reported to wait4(). What else can be done?

> Have you tested the above with openoffice or java?

It works fine with java. I don't have the OpenOffice monster at hand.

-- 
Emmanuel Dreyfus
manu@netbsd.org