OOPs in do_select()

Padraig Brady (padraig@antefacto.com)
Mon, 25 Mar 2002 20:07:40 +0000


This happened on an embedded system so
I haven't got a standard OOPs, but anyway
the message was:

"Unable to handle kernel NULL pointer dereference at 00000000"

looking at the trace and doing a little poking around
the error was definitely in do_select, and maybe on the
following line:

if (!(bit & BITS(fds, off)))

The cause was there was a client talking to a server
over a socket and the server SEGFAULTED. The OOPs was
associated with the client process.

Note the client was often seen to crash when the server
did, suggesting it received bad data from the kernel?

cheers,
Padraig.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/