[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#333522: possible problem cause: wait4(-1)



On Thu, Oct 20, 2005 at 09:44:07AM +0200, Marco d'Itri wrote:
> On Oct 20, Horms <horms@debian.org> wrote:
> 
> > Could you please point me to the part of the code where udevd calls
> > modprobe and handles the subsequent SIGCHLD? That will be a good starting poing
> > for further investigation.
> run_program() in udev_utils_run.c, called from main in udev.c.
> 
>         pid = fork();
>         switch(pid) {
> ...
>         default:
> ...
>                 waitpid(pid, &status, 0);

thanks

-- 
Horms



Reply to: