public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* OOPs in do_select()
@ 2002-03-25 20:07 Padraig Brady
  2002-03-25 20:14 ` Padraig Brady
  0 siblings, 1 reply; 2+ messages in thread
From: Padraig Brady @ 2002-03-25 20:07 UTC (permalink / raw)
  To: linux-kernel

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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: OOPs in do_select()
  2002-03-25 20:07 OOPs in do_select() Padraig Brady
@ 2002-03-25 20:14 ` Padraig Brady
  0 siblings, 0 replies; 2+ messages in thread
From: Padraig Brady @ 2002-03-25 20:14 UTC (permalink / raw)
  To: linux-kernel

feck..
kernel was 2.4.16

Padraig.

Padraig Brady wrote:
> 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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-03-25 20:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-25 20:07 OOPs in do_select() Padraig Brady
2002-03-25 20:14 ` Padraig Brady

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox