Re: Request for stats: devfs and kmod errors

Richard Gooch (Richard.Gooch@atnf.CSIRO.AU)
Sat, 1 Aug 1998 17:20:51 +1000


Richard Henderson writes:
> On Fri, Jul 31, 1998 at 03:28:25PM +0100, Alan Cox wrote:
> > Its not devfs. request_module() forgets to block signals.
>
> No, request module _used_ to block all signals. I removed it
> cause that was causing bizzare failures at least on Alpha.
>
> I never really figured out what the precice problem was, cause
> after I stopped blocking signals so that I could strace modprobe,
> the problem went away. My only guess was that it had to do with
> sigchld, as that is the only thing that should have been involved.
>
> Anyway, an exit code of -512 indicates _exit(-2), not a signal.
> And that _shouldn't_ have come from modutils, wherein the only
> exit values used are 0 and 1.

Erm, the manpage for waitpid(2) doesn't mention -512 as a possible
error. Are you perhaps talking about the int *status value (which we
ignore anyway) instead?

Regards,

Richard....

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html