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

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



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

-- 
ciao,
Marco

Attachment: signature.asc
Description: Digital signature


Reply to: