public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* oops in kernel 2.6.15-rc6
@ 2005-12-28 13:50 Mathias Klein
  2005-12-28 14:28 ` Kalin KOZHUHAROV
  2005-12-30 22:37 ` Adrian Bunk
  0 siblings, 2 replies; 8+ messages in thread
From: Mathias Klein @ 2005-12-28 13:50 UTC (permalink / raw)
  To: Linux Kernel Mailing List

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

Hello all,

[please CC me on replies, I'm not subscribed to this list]

I had this following kernel oops while compiling a new kernel. 

Dec 27 19:02:00 sidney kernel: [14896.995613] Unable to handle kernel paging request at virtual address 76f7104d
Dec 27 19:02:00 sidney kernel: [14896.995665]  printing eip:
Dec 27 19:02:00 sidney kernel: [14896.995682] c013a392
Dec 27 19:02:00 sidney kernel: [14896.995692] *pde = 00000000
Dec 27 19:02:00 sidney kernel: [14896.995711] Oops: 0002 [#1]
Dec 27 19:02:00 sidney kernel: [14896.995726] PREEMPT 
Dec 27 19:02:00 sidney kernel: [14896.995744] Modules linked in: md5 ipv6 lp capi capifs kernelcapi nls_iso8859_15 nls_cp437 vfat fat parport_pc parport joydev evdev tuner tvaudio msp3400 bttv video_buf firmware_class v4l2_common btcx_risc tveeprom videodev snd_bt87x snd_ens1370 gameport nvidiafb snd_rawmidi snd_seq_device snd_pcm snd_timer snd_page_alloc snd_ak4531_codec rivafb uhci_hcd ide_cd snd 8139too mii i2c_viapro usbcore cdrom soundcore crc32
Dec 27 19:02:00 sidney kernel: [14896.996038] CPU:    0
Dec 27 19:02:00 sidney kernel: [14896.996044] EIP:    0060:[shrink_slab+95/315]    Not tainted VLI
Dec 27 19:02:00 sidney kernel: [14896.996053] EFLAGS: 00010246   (2.6.15-rc6.sidney.10) 
Dec 27 19:02:00 sidney kernel: [14896.996117] EIP is at shrink_slab+0x5f/0x13b
Dec 27 19:02:00 sidney kernel: [14896.996141] eax: c1154900   ebx: 00000000   ecx: 00006830   edx: 00000000
Dec 27 19:02:00 sidney kernel: [14896.996172] esi: 700f0b05   edi: 0000002b   ebp: c125df3f   esp: c125df1c
Dec 27 19:02:00 sidney kernel: [14896.996200] ds: 007b   es: 007b   ss: 0068
Dec 27 19:02:00 sidney kernel: [14896.996224] Process kswapd0 (pid: 51, threadinfo=c125c000 task=c1256580)
Dec 27 19:02:00 sidney kernel: [14896.996248] Stack: 000000d0 0002a300 00000000 0002a300 00000080 00000000 c029f100 c029f100 
Dec 27 19:02:00 sidney kernel: [14896.996339]        0000000c c125dfac c013b53d 00000000 000000d0 0000682f c029f100 c125df78 
Dec 27 19:02:00 sidney kernel: [14896.996426]        00000001 00000000 00000000 c125dfd4 00000002 0000682f 00000000 00000020 
Dec 27 19:02:00 sidney kernel: [14896.996512] Call Trace:
Dec 27 19:02:00 sidney kernel: [14896.996550]  [show_stack+120/131] show_stack+0x78/0x83
Dec 27 19:02:00 sidney kernel: [14896.996600]  [show_registers+306/415] show_registers+0x132/0x19f
Dec 27 19:02:00 sidney kernel: [14896.996646]  [die+202/332] die+0xca/0x14c
Dec 27 19:02:00 sidney kernel: [14896.996687]  [do_page_fault+910/1211] do_page_fault+0x38e/0x4bb
Dec 27 19:02:00 sidney kernel: [14896.996748]  [error_code+79/96] error_code+0x4f/0x60
Dec 27 19:02:00 sidney kernel: [14896.996791]  [phys_startup_32+329596353/-1073741824] 0x13b53dc1
Dec 27 19:02:00 sidney kernel: [14896.996834] Code: 00 00 00 8b 35 f4 f8 29 c0 c1 e1 02 89 4d ec 83 ee 04 c7 45 f0 00 00 00 00 e9 ba 00 00 00 ff 75 0c 6a 00 ff 16 89 c7 8b 45 ec 31 <d2> 8b 4d 10 f7 76 0c 41 f7 e7 89 45 e0 89 55 e4 89 d3 89 45 e8 

please let me know if you need more informations/how I can help you solve
this problem.

Mathias Klein

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

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

* Re: oops in kernel 2.6.15-rc6
  2005-12-28 13:50 oops in kernel 2.6.15-rc6 Mathias Klein
@ 2005-12-28 14:28 ` Kalin KOZHUHAROV
  2005-12-28 14:55   ` Mathias Klein
  2005-12-30 22:37 ` Adrian Bunk
  1 sibling, 1 reply; 8+ messages in thread
From: Kalin KOZHUHAROV @ 2005-12-28 14:28 UTC (permalink / raw)
  To: linux-kernel

Mathias Klein wrote:
> Hello all,
> 
> [please CC me on replies, I'm not subscribed to this list]
> 
> I had this following kernel oops while compiling a new kernel. 
> 
> Dec 27 19:02:00 sidney kernel: [14896.995613] Unable to handle kernel paging request at virtual address 76f7104d
> Dec 27 19:02:00 sidney kernel: [14896.995665]  printing eip:
> Dec 27 19:02:00 sidney kernel: [14896.995682] c013a392
> Dec 27 19:02:00 sidney kernel: [14896.995692] *pde = 00000000
> Dec 27 19:02:00 sidney kernel: [14896.995711] Oops: 0002 [#1]

I might be wrong, but that is the second oops for this run, probably the first [#0] is more
interesting...

> Dec 27 19:02:00 sidney kernel: [14896.995726] PREEMPT 
> Dec 27 19:02:00 sidney kernel: [14896.995744] Modules linked in: md5 ipv6 lp capi capifs kernelcapi nls_iso8859_15 nls_cp437 vfat fat parport_pc parport joydev evdev tuner tvaudio msp3400 bttv video_buf firmware_class v4l2_common btcx_risc tveeprom videodev snd_bt87x snd_ens1370 gameport nvidiafb snd_rawmidi snd_seq_device snd_pcm snd_timer snd_page_alloc snd_ak4531_codec rivafb uhci_hcd ide_cd snd 8139too mii i2c_viapro usbcore cdrom soundcore crc32
> Dec 27 19:02:00 sidney kernel: [14896.996038] CPU:    0
> Dec 27 19:02:00 sidney kernel: [14896.996044] EIP:    0060:[shrink_slab+95/315]    Not tainted VLI
> Dec 27 19:02:00 sidney kernel: [14896.996053] EFLAGS: 00010246   (2.6.15-rc6.sidney.10) 
> Dec 27 19:02:00 sidney kernel: [14896.996117] EIP is at shrink_slab+0x5f/0x13b
> Dec 27 19:02:00 sidney kernel: [14896.996141] eax: c1154900   ebx: 00000000   ecx: 00006830   edx: 00000000
> Dec 27 19:02:00 sidney kernel: [14896.996172] esi: 700f0b05   edi: 0000002b   ebp: c125df3f   esp: c125df1c
> Dec 27 19:02:00 sidney kernel: [14896.996200] ds: 007b   es: 007b   ss: 0068
> Dec 27 19:02:00 sidney kernel: [14896.996224] Process kswapd0 (pid: 51, threadinfo=c125c000 task=c1256580)
> Dec 27 19:02:00 sidney kernel: [14896.996248] Stack: 000000d0 0002a300 00000000 0002a300 00000080 00000000 c029f100 c029f100 
> Dec 27 19:02:00 sidney kernel: [14896.996339]        0000000c c125dfac c013b53d 00000000 000000d0 0000682f c029f100 c125df78 
> Dec 27 19:02:00 sidney kernel: [14896.996426]        00000001 00000000 00000000 c125dfd4 00000002 0000682f 00000000 00000020 
> Dec 27 19:02:00 sidney kernel: [14896.996512] Call Trace:
> Dec 27 19:02:00 sidney kernel: [14896.996550]  [show_stack+120/131] show_stack+0x78/0x83
> Dec 27 19:02:00 sidney kernel: [14896.996600]  [show_registers+306/415] show_registers+0x132/0x19f
> Dec 27 19:02:00 sidney kernel: [14896.996646]  [die+202/332] die+0xca/0x14c
> Dec 27 19:02:00 sidney kernel: [14896.996687]  [do_page_fault+910/1211] do_page_fault+0x38e/0x4bb
> Dec 27 19:02:00 sidney kernel: [14896.996748]  [error_code+79/96] error_code+0x4f/0x60
> Dec 27 19:02:00 sidney kernel: [14896.996791]  [phys_startup_32+329596353/-1073741824] 0x13b53dc1
> Dec 27 19:02:00 sidney kernel: [14896.996834] Code: 00 00 00 8b 35 f4 f8 29 c0 c1 e1 02 89 4d ec 83 ee 04 c7 45 f0 00 00 00 00 e9 ba 00 00 00 ff 75 0c 6a 00 ff 16 89 c7 8b 45 ec 31 <d2> 8b 4d 10 f7 76 0c 41 f7 e7 89 45 e0 89 55 e4 89 d3 89 45 e8 
> 
> please let me know if you need more informations/how I can help you solve
> this problem.

Kalin.

-- 
|[ ~~~~~~~~~~~~~~~~~~~~~~ ]|
+-> http://ThinRope.net/ <-+
|[ ______________________ ]|


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

* Re: oops in kernel 2.6.15-rc6
  2005-12-28 14:28 ` Kalin KOZHUHAROV
@ 2005-12-28 14:55   ` Mathias Klein
  2005-12-28 15:15     ` Pekka Enberg
  2005-12-28 16:28     ` Randy.Dunlap
  0 siblings, 2 replies; 8+ messages in thread
From: Mathias Klein @ 2005-12-28 14:55 UTC (permalink / raw)
  To: Linux Kernel Mailing List

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

On Wed, Dec 28, 2005 at 11:28:50PM +0900, Kalin KOZHUHAROV wrote:
> Mathias Klein wrote:
> > Hello all,
> > 
> > [please CC me on replies, I'm not subscribed to this list]
> > 
> > I had this following kernel oops while compiling a new kernel. 
> > 
> > Dec 27 19:02:00 sidney kernel: [14896.995613] Unable to handle kernel paging request at virtual address 76f7104d
> > Dec 27 19:02:00 sidney kernel: [14896.995665]  printing eip:
> > Dec 27 19:02:00 sidney kernel: [14896.995682] c013a392
> > Dec 27 19:02:00 sidney kernel: [14896.995692] *pde = 00000000
> > Dec 27 19:02:00 sidney kernel: [14896.995711] Oops: 0002 [#1]
> 
> I might be wrong, but that is the second oops for this run, probably the first [#0] is more
> interesting...

Probably yes but there is no [#0] Oops in the logs.
(Indeed I do have another [#1] Oops in another run with that kernel without
an [#0] Oops)

Mathias

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

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

* Re: oops in kernel 2.6.15-rc6
  2005-12-28 14:55   ` Mathias Klein
@ 2005-12-28 15:15     ` Pekka Enberg
  2005-12-29  7:50       ` Mathias Klein
  2005-12-28 16:28     ` Randy.Dunlap
  1 sibling, 1 reply; 8+ messages in thread
From: Pekka Enberg @ 2005-12-28 15:15 UTC (permalink / raw)
  To: Mathias Klein; +Cc: Linux Kernel Mailing List

On 12/28/05, Mathias Klein <ma_klein@gmx.de> wrote:
> On Wed, Dec 28, 2005 at 11:28:50PM +0900, Kalin KOZHUHAROV wrote:
> > Mathias Klein wrote:
> > > Hello all,
> > >
> > > [please CC me on replies, I'm not subscribed to this list]
> > >
> > > I had this following kernel oops while compiling a new kernel.
> > >
> > > Dec 27 19:02:00 sidney kernel: [14896.995613] Unable to handle kernel paging request at virtual address 76f7104d
> > > Dec 27 19:02:00 sidney kernel: [14896.995665]  printing eip:
> > > Dec 27 19:02:00 sidney kernel: [14896.995682] c013a392
> > > Dec 27 19:02:00 sidney kernel: [14896.995692] *pde = 00000000
> > > Dec 27 19:02:00 sidney kernel: [14896.995711] Oops: 0002 [#1]
> >
> > I might be wrong, but that is the second oops for this run, probably the first [#0] is more
> > interesting...
>
> Probably yes but there is no [#0] Oops in the logs.
> (Indeed I do have another [#1] Oops in another run with that kernel without
> an [#0] Oops)

#1 is the first oops. See die() in arch/i386/kernel/traps.c. Anyway,
try enabling CONFIG_DEBUG_SLAB and CONFIG_DEBUG_PAGEALLOC to see if
they pick up anything.

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

* Re: oops in kernel 2.6.15-rc6
  2005-12-28 14:55   ` Mathias Klein
  2005-12-28 15:15     ` Pekka Enberg
@ 2005-12-28 16:28     ` Randy.Dunlap
  1 sibling, 0 replies; 8+ messages in thread
From: Randy.Dunlap @ 2005-12-28 16:28 UTC (permalink / raw)
  To: Mathias Klein; +Cc: Linux Kernel Mailing List

On Wed, 28 Dec 2005, Mathias Klein wrote:

> On Wed, Dec 28, 2005 at 11:28:50PM +0900, Kalin KOZHUHAROV wrote:
> > Mathias Klein wrote:
> > > Hello all,
> > >
> > > [please CC me on replies, I'm not subscribed to this list]
> > >
> > > I had this following kernel oops while compiling a new kernel.
> > >
> > > Dec 27 19:02:00 sidney kernel: [14896.995613] Unable to handle kernel paging request at virtual address 76f7104d
> > > Dec 27 19:02:00 sidney kernel: [14896.995665]  printing eip:
> > > Dec 27 19:02:00 sidney kernel: [14896.995682] c013a392
> > > Dec 27 19:02:00 sidney kernel: [14896.995692] *pde = 00000000
> > > Dec 27 19:02:00 sidney kernel: [14896.995711] Oops: 0002 [#1]
> >
> > I might be wrong, but that is the second oops for this run, probably the first [#0] is more
> > interesting...
>
> Probably yes but there is no [#0] Oops in the logs.
> (Indeed I do have another [#1] Oops in another run with that kernel without
> an [#0] Oops)

The first Oops is #1.
That is the one that we are interested in most of the time.

-- 
~Randy

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

* Re: oops in kernel 2.6.15-rc6
  2005-12-28 15:15     ` Pekka Enberg
@ 2005-12-29  7:50       ` Mathias Klein
  0 siblings, 0 replies; 8+ messages in thread
From: Mathias Klein @ 2005-12-29  7:50 UTC (permalink / raw)
  To: Linux Kernel Mailing List

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

On Wed, Dec 28, 2005 at 05:15:54PM +0200, Pekka Enberg wrote:
> #1 is the first oops. See die() in arch/i386/kernel/traps.c. Anyway,
> try enabling CONFIG_DEBUG_SLAB and CONFIG_DEBUG_PAGEALLOC to see if
> they pick up anything.

I'll give it a try and come back if it occurs again...

Thanks
Mathias


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

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

* Re: oops in kernel 2.6.15-rc6
  2005-12-28 13:50 oops in kernel 2.6.15-rc6 Mathias Klein
  2005-12-28 14:28 ` Kalin KOZHUHAROV
@ 2005-12-30 22:37 ` Adrian Bunk
  2006-01-02 12:28   ` Mathias Klein
  1 sibling, 1 reply; 8+ messages in thread
From: Adrian Bunk @ 2005-12-30 22:37 UTC (permalink / raw)
  To: Mathias Klein; +Cc: Linux Kernel Mailing List

On Wed, Dec 28, 2005 at 02:50:22PM +0100, Mathias Klein wrote:

> Hello all,

Hi Mathias,

> [please CC me on replies, I'm not subscribed to this list]
> 
> I had this following kernel oops while compiling a new kernel. 
>...
> please let me know if you need more informations/how I can help you solve
> this problem.

older kernels (e.g. 2.6.14.x) are working without problems?

> Mathias Klein

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


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

* Re: oops in kernel 2.6.15-rc6
  2005-12-30 22:37 ` Adrian Bunk
@ 2006-01-02 12:28   ` Mathias Klein
  0 siblings, 0 replies; 8+ messages in thread
From: Mathias Klein @ 2006-01-02 12:28 UTC (permalink / raw)
  To: Linux Kernel Mailing List

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

On Fri, Dec 30, 2005 at 11:37:21PM +0100, Adrian Bunk wrote:
> On Wed, Dec 28, 2005 at 02:50:22PM +0100, Mathias Klein wrote:
> 
> > Hello all,
> 
> Hi Mathias,
> 
> > [please CC me on replies, I'm not subscribed to this list]
> > 
> > I had this following kernel oops while compiling a new kernel. 
> >...
> > please let me know if you need more informations/how I can help you solve
> > this problem.
> 
> older kernels (e.g. 2.6.14.x) are working without problems?

Before there was running version 2.6.12.3 and 2.6.13.4 whithout problems.

> 
> > Mathias Klein
> 
> cu
> Adrian

Mathias

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

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

end of thread, other threads:[~2006-01-02 12:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-28 13:50 oops in kernel 2.6.15-rc6 Mathias Klein
2005-12-28 14:28 ` Kalin KOZHUHAROV
2005-12-28 14:55   ` Mathias Klein
2005-12-28 15:15     ` Pekka Enberg
2005-12-29  7:50       ` Mathias Klein
2005-12-28 16:28     ` Randy.Dunlap
2005-12-30 22:37 ` Adrian Bunk
2006-01-02 12:28   ` Mathias Klein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox