From: "Mike Black" <mblack@csihq.com>
To: "linux-kernel" <linux-kernel@vger.kernel.org>
Subject: Re: RAID resync oops 2.4.19-pre10
Date: Tue, 11 Jun 2002 11:25:38 -0400 [thread overview]
Message-ID: <01c201c2115c$3eef0370$f6de11cc@black> (raw)
OK...good news is that the resync now completed (after 3 hours).
I had renamed nfs.o and nfsd.o so that NFS was completely disabled. This was the only change I made.
I'll note that this RAID5 array was NOT mounted (and obviously not exported) so I have no idea why nfs should even be related to
this oops.
With NFS running there are two exported file systems and two imported file systems on this box.
----- Original Message -----
From: "Mike Black" <mblack@csihq.com>
To: "linux-kernel" <linux-kernel@vger.kernel.org>
Sent: Tuesday, June 11, 2002 8:14 AM
Subject: RAID resync oops 2.4.19-pre10
> I'm still try to get my 2TB raid array to resync without oopsing -- since pre10 has new aic7xxx SCSI code I figured I'd try that.
> This oops occurred and the kernel was still running.
> I've seen this type of NFS oops on numerous previous kernels doing this same resync.
> I'll try removing the NFS module again and see what happens.
> If ANYBODY has any bright ideas on this it would be much appreciated....I can't test 2.5 because RAID5 won't compile on it.
> This situation is repeatable as all get out -- I can move this array to another (slower) box and it will resync just fine. So I'm
> of the opinion that this is a race condition that is only exposed on the much faster box.
>
> ksymoops 2.4.5 on i686 2.4.19-pre10. Options used
> -V (specified)
> -K (specified)
> -L (specified)
> -O (specified)
> -m /System.map (specified)
>
> Jun 11 08:03:50 yeti kernel: Unable to handle kernel NULL pointer dereference at virtual address 00000000
> Jun 11 08:03:50 yeti kernel: f88254c7
> Jun 11 08:03:50 yeti kernel: *pde = 00000000
> Jun 11 08:03:50 yeti kernel: Oops: 0002
> Jun 11 08:03:50 yeti kernel: CPU: 1
> Jun 11 08:03:50 yeti kernel: EIP: 0010:[nfs:__insmod_nfs_O/lib/modules/2.4.19-pre10/kernel/fs/nfs/nfs.o+-281401/96] Not
> tainted
> Jun 11 08:03:50 yeti kernel: EFLAGS: 00010202
> Jun 11 08:03:50 yeti kernel: eax: 00000000 ebx: 0000000a ecx: 00000001 edx: d420f001
> Jun 11 08:03:50 yeti kernel: esi: 00000000 edi: f5833e6c ebp: f4f96414 esp: f5833dcc
> Jun 11 08:03:50 yeti kernel: ds: 0018 es: 0000 ss: 0018
> Jun 11 08:03:50 yeti kernel: Process raid5d (pid: 333, stackpage=f5833000)
> Jun 11 08:03:50 yeti kernel: Stack: f4f96400 0000000c f4f96400 f4f96414 f7a81800 f5833e00 f4f96414 00000018
> Jun 11 08:03:50 yeti kernel: f5832000 00000246 00000001 0000000c 00000006 00000000 00000000 00000000
> Jun 11 08:03:50 yeti kernel: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
> Jun 11 08:03:50 yeti kernel: Call Trace: [md_done_sync+42/88]
> [nfs:__insmod_nfs_O/lib/modules/2.4.19-pre10/kernel/fs/nfs/nfs.o+-277360/96]
> [nfs:__insmod_nfs_O/lib/modules/2.4.19-pre10/kernel/fs/nfs/nfs.o+-277774/96] [rw_intr+406/416]
> [nfs:__insmod_nfs_O/lib/modules/2.4.19-pre10/kernel/fs/nfs/nfs.o+-275826/96]
> Jun 11 08:03:50 yeti kernel: Code: 00 00 8d b4 26 00 00 00 00 83 bc 24 bc 00 00 00 03 0f 85 af
> Using defaults from ksymoops -t elf32-i386 -a i386
>
>
> >>edx; d420f001 <_end+13ecf6ed/384dd6ec>
> >>edi; f5833e6c <_end+354f4558/384dd6ec>
> >>ebp; f4f96414 <_end+34c56b00/384dd6ec>
> >>esp; f5833dcc <_end+354f44b8/384dd6ec>
>
> Code; 00000000 Before first symbol
> 00000000 <_EIP>:
> Code; 00000000 Before first symbol
> 0: 00 00 add %al,(%eax)
> Code; 00000002 Before first symbol
> 2: 8d b4 26 00 00 00 00 lea 0x0(%esi,1),%esi
> Code; 00000009 Before first symbol
> 9: 83 bc 24 bc 00 00 00 cmpl $0x3,0xbc(%esp,1)
> Code; 00000010 Before first symbol
> 10: 03
> Code; 00000011 Before first symbol
> 11: 0f 85 af 00 00 00 jne c6 <_EIP+0xc6> 000000c6 Before first symbol
>
>
>
> Michael D. Black mblack@csihq.com
> http://www.csihq.com/
> http://www.csihq.com/~mike
> 321-676-2923, x203
> Melbourne FL
>
next reply other threads:[~2002-06-11 15:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-11 15:25 Mike Black [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-06-11 12:14 RAID resync oops 2.4.19-pre10 Mike Black
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='01c201c2115c$3eef0370$f6de11cc@black' \
--to=mblack@csihq.com \
--cc=linux-kernel@vger.kernel.org \
/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