public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Manfred Spraul" <manfred@colorfullife.com>
To: <mshiju@in.ibm.com>
Cc: <linux-kernel@vger.kernel.org>
Subject: Re: kernel Oops message -2.4.x - contains ksymoops <oops.txt
Date: Tue, 27 Mar 2001 22:13:30 +0200	[thread overview]
Message-ID: <001d01c0b6fa$688b9030$5517fea9@local> (raw)

> Unable to handle kernel NULL pointer dereference at virtual address
> 00000004
> [...]
>
> EIP; c0111720 <interruptible_sleep_on_timeout+30/60>

It accesses a wait queue pointer

>
> Trace; c2810add <[lanstreamer]streamer_open+2cd/8f0>
>
Uninitialized old style waitqueue?
I assume a
    init_waitqueue_head(&streamer_priv->srb_wait);
is missing somewhere.

I've checked the code from 2.4.2/drivers/net/tokenring/lanstreamer.c,
and I don't see a problem. Which driver to you use?

--
    Manfred


             reply	other threads:[~2001-03-27 20:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-27 20:13 Manfred Spraul [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-03-27 12:10 kernel Oops message -2.4.x - contains ksymoops <oops.txt mshiju

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='001d01c0b6fa$688b9030$5517fea9@local' \
    --to=manfred@colorfullife.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mshiju@in.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox