OOPs in do_select()

From: Padraig Brady (padraig@antefacto.com)
Date: Mon Mar 25 2002 - 15:07:40 EST


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/



This archive was generated by hypermail 2b29 : Sun Mar 31 2002 - 22:00:10 EST