* Re: 2.4.18-pre9-xfs-shawn4 - kmem_cache_alloc oops
[not found] <20020212141007.B223@dagb>
@ 2002-02-12 14:13 ` Shawn Starr
2002-02-12 15:06 ` Tarkan Erimer
2002-02-12 20:14 ` Andrew Morton
2002-02-12 14:28 ` Shawn Starr
1 sibling, 2 replies; 7+ messages in thread
From: Shawn Starr @ 2002-02-12 14:13 UTC (permalink / raw)
To: Dag Bakke; +Cc: Linux, xfs
Interesting, I have CONFIG_PNPBIOS on.
What other filesystems do you have or is it just XFS only?
Shawn.
On Tue, 2002-02-12 at 08:10, Dag Bakke wrote:
> After ditching hpfs support, I got the kernel to boot. I do get one
> ooops during boot, though.
> I'll try ditching CONFIG_PNPBIOS and see if that makes a difference.
>
> Thanks,
>
> Dag B
>
>
>
> root@dagb:/usr/src/kernelpatches# ksymoops < ~dagb/kerneloops2.txt
> ksymoops 2.4.3 on i686 2.4.18-pre9-xfs-shawn4. Options used
> -V (default)
> -k /proc/ksyms (default)
> -l /proc/modules (default)
> -o /lib/modules/2.4.18-pre9-xfs-shawn4/ (default)
> -m /usr/src/linux/System.map (default)
>
> Warning: You did not tell me where to find symbol information. I will
> assume that the log matches the kernel and modules that are running
> right now and I'll use the default options above for symbol resolution.
> If the current kernel and/or modules do not match the log, you can get
> more accurate output by telling me the kernel version and where to find
> map, modules, ksyms etc. ksymoops -h explains the options.
>
> Warning (compare_maps): mismatch on symbol partition_name , ksyms_base says c02fb0c0, System.map says c0150450. Ignoring ksyms_base entry
> Unable to handle kernel NULL pointer dereference at virtual address 0000002c
> c012a994
> *pde = 00000000
> Oops: 0000
> CPU: 0
> EIP: 0010:[<c012a994>] Not tainted
> Using defaults from ksymoops -t elf32-i386 -a i386
> EFLAGS: 00010046
> eax: 00000000 ebx: 00000008 ecx: c1374000 edx: 00000000
> esi: 00000000 edi: c0444880 ebp: 000001f0 esp: c1375f90
> ds: 0018 es: 0018 ss: 0018
> Process swapper (pid: 2, stackpage=c1375000)
> Stack: 00000000 00000000 c0444880 c1375fd4 c011d6f8 00000000 000001f0 c1374000
> 00000000 00000000 c011f6c3 00000000 00010f00 cffe7fb8 c0114982 00000000
> 00000000 0008e000 c02d67b1 00010f00 cffe7fb8 00000000 0008e000 c01054df
> Call Trace: [<c011d6f8>] [<c011f6c3>] [<c0114982>] [<c02d67b1>] [<c01054df>]
> [<c01054e8>]
> Code: f6 46 2c 01 74 02 0f 0b 9c 5f fa 8b 4e 08 39 d9 75 22 8b 4e
>
> >>EIP; c012a994 <kmem_cache_alloc+24/b0> <=====
> Trace; c011d6f8 <alloc_uid+48/c0>
> Trace; c011f6c2 <set_user+12/60>
> Trace; c0114982 <reparent_to_init+122/130>
> Trace; c02d67b0 <pnp_dock_thread+10/f0>
> Trace; c01054de <kernel_thread+1e/40>
> Trace; c01054e8 <kernel_thread+28/40>
> Code; c012a994 <kmem_cache_alloc+24/b0>
> 00000000 <_EIP>:
> Code; c012a994 <kmem_cache_alloc+24/b0> <=====
> 0: f6 46 2c 01 testb $0x1,0x2c(%esi) <=====
> Code; c012a998 <kmem_cache_alloc+28/b0>
> 4: 74 02 je 8 <_EIP+0x8> c012a99c <kmem_cache_alloc+2c/b0>
> Code; c012a99a <kmem_cache_alloc+2a/b0>
> 6: 0f 0b ud2a
> Code; c012a99c <kmem_cache_alloc+2c/b0>
> 8: 9c pushf
> Code; c012a99c <kmem_cache_alloc+2c/b0>
> 9: 5f pop %edi
> Code; c012a99e <kmem_cache_alloc+2e/b0>
> a: fa cli
> Code; c012a99e <kmem_cache_alloc+2e/b0>
> b: 8b 4e 08 mov 0x8(%esi),%ecx
> Code; c012a9a2 <kmem_cache_alloc+32/b0>
> e: 39 d9 cmp %ebx,%ecx
> Code; c012a9a4 <kmem_cache_alloc+34/b0>
> 10: 75 22 jne 34 <_EIP+0x34> c012a9c8 <kmem_cache_alloc+58/b0>
> Code; c012a9a6 <kmem_cache_alloc+36/b0>
> 12: 8b 4e 00 mov 0x0(%esi),%ecx
>
>
> 2 warnings issued. Results may not be reliable.
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 2.4.18-pre9-xfs-shawn4 - kmem_cache_alloc oops
[not found] <20020212141007.B223@dagb>
2002-02-12 14:13 ` 2.4.18-pre9-xfs-shawn4 - kmem_cache_alloc oops Shawn Starr
@ 2002-02-12 14:28 ` Shawn Starr
1 sibling, 0 replies; 7+ messages in thread
From: Shawn Starr @ 2002-02-12 14:28 UTC (permalink / raw)
To: Dag Bakke; +Cc: Linux
Can you compile the kdb debugger into the kernel?
Also, if you have memory, enable the BUG() reporting (will use 70K of
memory) but will determine what line the kernel is crashing on.
On Tue, 2002-02-12 at 08:10, Dag Bakke wrote:
> After ditching hpfs support, I got the kernel to boot. I do get one
> ooops during boot, though.
> I'll try ditching CONFIG_PNPBIOS and see if that makes a difference.
>
> Thanks,
>
> Dag B
>
>
>
> root@dagb:/usr/src/kernelpatches# ksymoops < ~dagb/kerneloops2.txt
> ksymoops 2.4.3 on i686 2.4.18-pre9-xfs-shawn4. Options used
> -V (default)
> -k /proc/ksyms (default)
> -l /proc/modules (default)
> -o /lib/modules/2.4.18-pre9-xfs-shawn4/ (default)
> -m /usr/src/linux/System.map (default)
>
> Warning: You did not tell me where to find symbol information. I will
> assume that the log matches the kernel and modules that are running
> right now and I'll use the default options above for symbol resolution.
> If the current kernel and/or modules do not match the log, you can get
> more accurate output by telling me the kernel version and where to find
> map, modules, ksyms etc. ksymoops -h explains the options.
>
> Warning (compare_maps): mismatch on symbol partition_name , ksyms_base says c02fb0c0, System.map says c0150450. Ignoring ksyms_base entry
> Unable to handle kernel NULL pointer dereference at virtual address 0000002c
> c012a994
> *pde = 00000000
> Oops: 0000
> CPU: 0
> EIP: 0010:[<c012a994>] Not tainted
> Using defaults from ksymoops -t elf32-i386 -a i386
> EFLAGS: 00010046
> eax: 00000000 ebx: 00000008 ecx: c1374000 edx: 00000000
> esi: 00000000 edi: c0444880 ebp: 000001f0 esp: c1375f90
> ds: 0018 es: 0018 ss: 0018
> Process swapper (pid: 2, stackpage=c1375000)
> Stack: 00000000 00000000 c0444880 c1375fd4 c011d6f8 00000000 000001f0 c1374000
> 00000000 00000000 c011f6c3 00000000 00010f00 cffe7fb8 c0114982 00000000
> 00000000 0008e000 c02d67b1 00010f00 cffe7fb8 00000000 0008e000 c01054df
> Call Trace: [<c011d6f8>] [<c011f6c3>] [<c0114982>] [<c02d67b1>] [<c01054df>]
> [<c01054e8>]
> Code: f6 46 2c 01 74 02 0f 0b 9c 5f fa 8b 4e 08 39 d9 75 22 8b 4e
>
> >>EIP; c012a994 <kmem_cache_alloc+24/b0> <=====
> Trace; c011d6f8 <alloc_uid+48/c0>
> Trace; c011f6c2 <set_user+12/60>
> Trace; c0114982 <reparent_to_init+122/130>
> Trace; c02d67b0 <pnp_dock_thread+10/f0>
> Trace; c01054de <kernel_thread+1e/40>
> Trace; c01054e8 <kernel_thread+28/40>
> Code; c012a994 <kmem_cache_alloc+24/b0>
> 00000000 <_EIP>:
> Code; c012a994 <kmem_cache_alloc+24/b0> <=====
> 0: f6 46 2c 01 testb $0x1,0x2c(%esi) <=====
> Code; c012a998 <kmem_cache_alloc+28/b0>
> 4: 74 02 je 8 <_EIP+0x8> c012a99c <kmem_cache_alloc+2c/b0>
> Code; c012a99a <kmem_cache_alloc+2a/b0>
> 6: 0f 0b ud2a
> Code; c012a99c <kmem_cache_alloc+2c/b0>
> 8: 9c pushf
> Code; c012a99c <kmem_cache_alloc+2c/b0>
> 9: 5f pop %edi
> Code; c012a99e <kmem_cache_alloc+2e/b0>
> a: fa cli
> Code; c012a99e <kmem_cache_alloc+2e/b0>
> b: 8b 4e 08 mov 0x8(%esi),%ecx
> Code; c012a9a2 <kmem_cache_alloc+32/b0>
> e: 39 d9 cmp %ebx,%ecx
> Code; c012a9a4 <kmem_cache_alloc+34/b0>
> 10: 75 22 jne 34 <_EIP+0x34> c012a9c8 <kmem_cache_alloc+58/b0>
> Code; c012a9a6 <kmem_cache_alloc+36/b0>
> 12: 8b 4e 00 mov 0x0(%esi),%ecx
>
>
> 2 warnings issued. Results may not be reliable.
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 2.4.18-pre9-xfs-shawn4 - kmem_cache_alloc oops
2002-02-12 14:13 ` 2.4.18-pre9-xfs-shawn4 - kmem_cache_alloc oops Shawn Starr
@ 2002-02-12 15:06 ` Tarkan Erimer
2002-02-12 15:18 ` Shawn Starr
2002-02-12 20:14 ` Andrew Morton
1 sibling, 1 reply; 7+ messages in thread
From: Tarkan Erimer @ 2002-02-12 15:06 UTC (permalink / raw)
To: Linux
Hi Shawn,
Do you plan to add XFS support to .mjc patches ?
If so, I would be soo grateful.
Tarkan
----- Original Message -----
From: Shawn Starr <spstarr@sh0n.net>
To: Dag Bakke <dag@bakke.com>
Cc: Linux <linux-kernel@vger.kernel.org>; xfs <linux-xfs@oss.sgi.com>
Sent: Tuesday, February 12, 2002 4:13 PM
Subject: Re: 2.4.18-pre9-xfs-shawn4 - kmem_cache_alloc oops
> Interesting, I have CONFIG_PNPBIOS on.
> What other filesystems do you have or is it just XFS only?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 2.4.18-pre9-xfs-shawn4 - kmem_cache_alloc oops
2002-02-12 15:06 ` Tarkan Erimer
@ 2002-02-12 15:18 ` Shawn Starr
2002-02-12 15:26 ` Tarkan Erimer
0 siblings, 1 reply; 7+ messages in thread
From: Shawn Starr @ 2002-02-12 15:18 UTC (permalink / raw)
To: Tarkan Erimer; +Cc: Linux
It is in the works. I'm trying to iron out any buglets that remain and
make sure that I don't break anything in the process ;-)
Shawn.
On Tue, 2002-02-12 at 10:06, Tarkan Erimer wrote:
> Hi Shawn,
>
> Do you plan to add XFS support to .mjc patches ?
> If so, I would be soo grateful.
>
> Tarkan
>
> ----- Original Message -----
> From: Shawn Starr <spstarr@sh0n.net>
> To: Dag Bakke <dag@bakke.com>
> Cc: Linux <linux-kernel@vger.kernel.org>; xfs <linux-xfs@oss.sgi.com>
> Sent: Tuesday, February 12, 2002 4:13 PM
> Subject: Re: 2.4.18-pre9-xfs-shawn4 - kmem_cache_alloc oops
>
>
> > Interesting, I have CONFIG_PNPBIOS on.
> > What other filesystems do you have or is it just XFS only?
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
--
Shawn Starr
Developer Support Engineer
Datawire Communication Networks Inc.
10 Carlson Court, Suite 300
Toronto, ON, M9W 6L2
T: 416-213-2001 ext 179 F: 416-213-2008
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 2.4.18-pre9-xfs-shawn4 - kmem_cache_alloc oops
2002-02-12 15:18 ` Shawn Starr
@ 2002-02-12 15:26 ` Tarkan Erimer
0 siblings, 0 replies; 7+ messages in thread
From: Tarkan Erimer @ 2002-02-12 15:26 UTC (permalink / raw)
To: Linux
> It is in the works. I'm trying to iron out any buglets that remain and
> make sure that I don't break anything in the process ;-)
thanks.. Be sure, when it is out; i will be the first guy, who tries it 8-)
Tarkan
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 2.4.18-pre9-xfs-shawn4 - kmem_cache_alloc oops
2002-02-12 14:13 ` 2.4.18-pre9-xfs-shawn4 - kmem_cache_alloc oops Shawn Starr
2002-02-12 15:06 ` Tarkan Erimer
@ 2002-02-12 20:14 ` Andrew Morton
2002-02-12 20:23 ` Shawn Starr
1 sibling, 1 reply; 7+ messages in thread
From: Andrew Morton @ 2002-02-12 20:14 UTC (permalink / raw)
To: Shawn Starr; +Cc: Dag Bakke, Linux, xfs
Shawn Starr wrote:
>
> Interesting, I have CONFIG_PNPBIOS on.
> What other filesystems do you have or is it just XFS only?
>
Known bug in -ac kernels. It's due to initialisation-order
disagreement between Alan and I. It looks like Alan has fixed
it in 2.4.18-pre9-ac2. For earlier -ac's, disable the pnpbios
driver in config.
-
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 2.4.18-pre9-xfs-shawn4 - kmem_cache_alloc oops
2002-02-12 20:14 ` Andrew Morton
@ 2002-02-12 20:23 ` Shawn Starr
0 siblings, 0 replies; 7+ messages in thread
From: Shawn Starr @ 2002-02-12 20:23 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linux
I'll be merging to -pre9-ac2 today.
On Tue, 2002-02-12 at 15:14, Andrew Morton wrote:
> Shawn Starr wrote:
> >
> > Interesting, I have CONFIG_PNPBIOS on.
> > What other filesystems do you have or is it just XFS only?
> >
>
> Known bug in -ac kernels. It's due to initialisation-order
> disagreement between Alan and I. It looks like Alan has fixed
> it in 2.4.18-pre9-ac2. For earlier -ac's, disable the pnpbios
> driver in config.
>
> -
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2002-02-12 20:21 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20020212141007.B223@dagb>
2002-02-12 14:13 ` 2.4.18-pre9-xfs-shawn4 - kmem_cache_alloc oops Shawn Starr
2002-02-12 15:06 ` Tarkan Erimer
2002-02-12 15:18 ` Shawn Starr
2002-02-12 15:26 ` Tarkan Erimer
2002-02-12 20:14 ` Andrew Morton
2002-02-12 20:23 ` Shawn Starr
2002-02-12 14:28 ` Shawn Starr
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox