linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Unable to handle kernel NULL pointer dereference with 2.4.27
@ 2004-11-29 17:27 Cyril Bouthors
  2004-11-30  0:53 ` Neil Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Cyril Bouthors @ 2004-11-29 17:27 UTC (permalink / raw)
  To: linux-raid

[-- Attachment #1: Type: text/plain, Size: 1404 bytes --]

Hi,

I'm having this error several times a month on a heavy loaded production NFS server with RAID0:

Unable to handle kernel NULL pointer dereference at virtual address 00000020
 printing eip:
f884488e
*pde = 00000000
Oops: 0002
CPU:    0
EIP:    0010:[raid0:__insmod_raid0_O/lib/modules/2.4.27-1-686/kernel/drivers/md+-235378/96]    Not tainted
EFLAGS: 00010202
eax: f884d6a0   ebx: efd32600   ecx: 00000000   edx: 00000020
esi: efd32600   edi: c2825f5c   ebp: 00001ee2   esp: c2825f1c
ds: 0018   es: 0018   ss: 0018
Process kswapd (pid: 4, stackpage=c2825000)
Stack: efd32600 efd32600 c0153734 efd32600 efd32608 c015379d efd32600 f421cc28
       c0150018 c3581408 c35817c0 c35817c8 00000000 c0153a24 c2825f5c 00015d9c
       efd32428 f50ebdc8 000001d0 0000003c 00000015 c025d478 c0153bb4 00015d9c
Call Trace:    [clear_inode+196/224] [dispose_list+77/176] [__get_lease+488/608] [prune_icache+100/464] [shrink_icache_memory+36/64]
  [try_to_free_pages_zone+143/256] [kswapd_balance_pgdat+102/176] [kswapd_balance+40/64] [kswapd+152/185] [_stext+0/64] [arch_kernel_thread+46/64]
  [kswapd+0/185]

Code: ff 0a 0f 94 c0 84 c0 75 44 ba ff ff ff ff 89 93 8c 01 00 00
 <5>__alloc_pages: 0-order allocation failed (gfp=0xf0/0)

I'm running 2.4.27 compiled with Debian Sid options from the
kernel-image-2.4.27-1-686 package.

Is this a bug in raid0.c ?

Is there a way to fix this?

Thanks.
-- 
Cyril Bouthors

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: Unable to handle kernel NULL pointer dereference with 2.4.27
  2004-11-29 17:27 Unable to handle kernel NULL pointer dereference with 2.4.27 Cyril Bouthors
@ 2004-11-30  0:53 ` Neil Brown
  2004-11-30 12:48   ` Cyril Bouthors
  0 siblings, 1 reply; 3+ messages in thread
From: Neil Brown @ 2004-11-30  0:53 UTC (permalink / raw)
  To: Cyril Bouthors; +Cc: linux-raid

On Monday November 29, cyril@bouthors.org wrote:
> Hi,
> 
> I'm having this error several times a month on a heavy loaded production NFS server with RAID0:
> 
> Unable to handle kernel NULL pointer dereference at virtual address 00000020
>  printing eip:
> f884488e
> *pde = 00000000
> Oops: 0002
> CPU:    0
> EIP:    0010:[raid0:__insmod_raid0_O/lib/modules/2.4.27-1-686/kernel/drivers/md+-235378/96]    Not tainted
> EFLAGS: 00010202
> eax: f884d6a0   ebx: efd32600   ecx: 00000000   edx: 00000020
> esi: efd32600   edi: c2825f5c   ebp: 00001ee2   esp: c2825f1c
> ds: 0018   es: 0018   ss: 0018
> Process kswapd (pid: 4, stackpage=c2825000)
> Stack: efd32600 efd32600 c0153734 efd32600 efd32608 c015379d efd32600 f421cc28
>        c0150018 c3581408 c35817c0 c35817c8 00000000 c0153a24 c2825f5c 00015d9c
>        efd32428 f50ebdc8 000001d0 0000003c 00000015 c025d478 c0153bb4 00015d9c
> Call Trace:    [clear_inode+196/224] [dispose_list+77/176] [__get_lease+488/608] [prune_icache+100/464] [shrink_icache_memory+36/64]
>   [try_to_free_pages_zone+143/256] [kswapd_balance_pgdat+102/176] [kswapd_balance+40/64] [kswapd+152/185] [_stext+0/64] [arch_kernel_thread+46/64]
>   [kswapd+0/185]
> 
> Code: ff 0a 0f 94 c0 84 c0 75 44 ba ff ff ff ff 89 93 8c 01 00 00
>  <5>__alloc_pages: 0-order allocation failed (gfp=0xf0/0)
> 
> I'm running 2.4.27 compiled with Debian Sid options from the
> kernel-image-2.4.27-1-686 package.
> 
> Is this a bug in raid0.c ?

No.  The reference to raid0 is purely accidental - the offset into
raid0 that is mentioned is -235378 : a negative number !!!!

> 
> Is there a way to fix this?

I suspect that it is a filesystem problem.
I recommend reporting the problem to linux-kernel@vger.kernel.org and
mentioning what filesystem you are using.

NeilBrown

> 
> Thanks.
> -- 
> Cyril Bouthors

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

* Re: Unable to handle kernel NULL pointer dereference with 2.4.27
  2004-11-30  0:53 ` Neil Brown
@ 2004-11-30 12:48   ` Cyril Bouthors
  0 siblings, 0 replies; 3+ messages in thread
From: Cyril Bouthors @ 2004-11-30 12:48 UTC (permalink / raw)
  To: linux-raid

[-- Attachment #1: Type: text/plain, Size: 383 bytes --]

On 30 Nov 2004, Neil Brown wrote:
> No.  The reference to raid0 is purely accidental - the offset into
> raid0 that is mentioned is -235378 : a negative number !!!!

Sorry about that.

> I suspect that it is a filesystem problem.
> I recommend reporting the problem to linux-kernel@vger.kernel.org
> and mentioning what filesystem you are using.

I will.

Thanks.
-- 
Cyril Bouthors

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

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

end of thread, other threads:[~2004-11-30 12:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-29 17:27 Unable to handle kernel NULL pointer dereference with 2.4.27 Cyril Bouthors
2004-11-30  0:53 ` Neil Brown
2004-11-30 12:48   ` Cyril Bouthors

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).