From: Oleg Drokin <green@namesys.com>
To: Bill Rees <bill@billrees.com>
Cc: ReiserFS ML <reiserfs-list@namesys.com>, mason@suse.com
Subject: Re: Error In Dmesg
Date: Fri, 30 May 2003 17:25:32 +0400 [thread overview]
Message-ID: <20030530132532.GA16571@namesys.com> (raw)
In-Reply-To: <NHBBIGLOALLFLCNJNOLHMECLCBAA.bill@billrees.com>
Hello!
On Fri, May 30, 2003 at 08:56:32AM -0400, Bill Rees wrote:
> My application is running with the Sun jdk 1.4.1_02 under Red Hat 9.0 and
> I've received this error in dmesg:
Do you have any way to reproduce?
> Unable to handle kernel NULL pointer dereference at virtual address 00000018
> printing eip:
> e092b263
> *pde = 00000000
> Oops: 0000
> CPU: 0
> EIP: 0060:[<e092b263>] Not tainted
> EFLAGS: 00010282
> EIP is at do_journal_end [reiserfs] 0x3b3 (2.4.20-8smp)
So it's died here:
/* for each real block, add it to the journal list hash,
** copy into real block index array in the commit or desc block
*/
for (i = 0, cn = SB_JOURNAL(p_s_sb)->j_first ; cn ; cn = cn->next, i++) {
if (test_bit(BH_JDirty, &cn->bh->b_state) ) {
(in test_bit) because cn->bh is zero.
Hm. Chris, do you have any ideas how that might have happened?
Bye,
Oleg
next prev parent reply other threads:[~2003-05-30 13:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-30 12:56 Error In Dmesg Bill Rees
2003-05-30 13:25 ` Oleg Drokin [this message]
2003-05-30 13:39 ` Bill Rees
-- strict thread matches above, loose matches on Subject: below --
2010-11-09 23:26 error in dmesg Sasa Ostrouska
2010-11-09 23:30 ` Sasa Ostrouska
2010-11-10 0:30 ` Haojian Zhuang
2010-11-10 6:30 ` Sasa Ostrouska
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=20030530132532.GA16571@namesys.com \
--to=green@namesys.com \
--cc=bill@billrees.com \
--cc=mason@suse.com \
--cc=reiserfs-list@namesys.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.