From: Andrew Morton <akpm@osdl.org>
To: David Howells <dhowells@redhat.com>, Neil Brown <neilb@cse.unsw.edu.au>
Cc: "bugme-daemon@kernel-bugs.osdl.org"
<bugme-daemon@bugzilla.kernel.org>,
linux-kernel@vger.kernel.org, alex@hausnet.ru
Subject: Re: [Bugme-new] [Bug 7495] New: Kernel periodically hangs.
Date: Sat, 11 Nov 2006 10:00:38 -0800 [thread overview]
Message-ID: <20061111100038.6277efd4.akpm@osdl.org> (raw)
In-Reply-To: <200611111129.kABBTWgp014081@fire-2.osdl.org>
On Sat, 11 Nov 2006 03:29:32 -0800
bugme-daemon@bugzilla.kernel.org wrote:
> http://bugzilla.kernel.org/show_bug.cgi?id=7495
>
> Summary: Kernel periodically hangs.
> Kernel Version: Linux version 2.6.18.2 (root@pub) (gcc version 3.4.6)
> #13 SMP Fr
> Status: NEW
> Severity: blocking
> Owner: other_other@kernel-bugs.osdl.org
> Submitter: alex@hausnet.ru
>
>
> [42587.676000] BUG: unable to handle kernel NULL pointer dereference at
> virtual address 0000003c
> [42587.680000] printing eip:
> [42587.680000] 781610e7
> [42587.680000] *pde = 00000000
> [42587.680000] Oops: 0000 [#1]
> [42587.684000] SMP
> [42587.684000] Modules linked in: sata_promise sk98lin 8250_pnp 8250
> i2c_nforce2 ehci_hcd serial_core sata_nv ahci i2c_core ohci_hcd forcedeth
> libata
> [42587.688000] CPU: 1
> [42587.688000] EIP: 0060:[<781610e7>] Not tainted VLI
> [42587.688000] EFLAGS: 00010286 (2.6.18.2 #13)
> [42587.692000] EIP is at clear_inode+0x96/0xce
> [42587.692000] eax: 00000000 ebx: c0102240 ecx: f7f278d4 edx: f510d400
> [42587.692000] esi: c0102384 edi: f7e6dec0 ebp: 00000070 esp: f7e6de98
> [42587.696000] ds: 007b es: 007b ss: 0068
> [42587.696000] Process kswapd0 (pid: 230, ti=f7e6c000 task=f7c03560
> task.ti=f7e6c000)
> [42587.696000] Stack: c0102248 c0102240 7816116a da7b4af0 da7b4af8 00000000
> 00000080 781614a2
> [42587.700000] 00000080 00000080 c01023f8 ef78dca8 00000000 00009858
> 00000083 f7fee560
> [42587.700000] 781614c8 7813a643 00261600 00000000 00009858 00000005
> 00000000 00000000
> [42587.700000] Call Trace:
> [42587.704000] [<7816116a>] dispose_list+0x4b/0xc1
> [42587.708000] [<781614a2>] prune_icache+0x17c/0x18e
> [42587.708000] [<781614c8>] shrink_icache_memory+0x14/0x2b
> [42587.708000] [<7813a643>] shrink_slab+0x130/0x18c
> [42587.712000] [<7813b75a>] balance_pgdat+0x1ea/0x2dd
> [42587.712000] [<7813b933>] kswapd+0xe6/0xe8
> [42587.716000] [<781261dc>] kthread+0x7d/0xa1
> [42587.716000] [<78100e05>] kernel_thread_helper+0x5/0xb
I've seen three or four reports of oopses like this in 2.6.18. I have a
suspision we broke something.
> Kernel started with noapic option, cause it hands on load without this option.
Him and a million other people. I know we broke APIC. Around 2.6.9, I
think.
next parent reply other threads:[~2006-11-11 18:01 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200611111129.kABBTWgp014081@fire-2.osdl.org>
2006-11-11 18:00 ` Andrew Morton [this message]
2006-11-11 18:10 ` [Bugme-new] [Bug 7495] New: Kernel periodically hangs Arjan van de Ven
2006-11-11 18:19 ` Andrew Morton
2006-11-12 11:50 ` Arjan van de Ven
2006-11-12 12:53 ` Adrian Bunk
2006-11-12 13:16 ` Arjan van de Ven
2006-11-12 13:37 ` Adrian Bunk
2006-11-12 13:57 ` Arjan van de Ven
2006-11-12 14:10 ` Adrian Bunk
2006-11-12 14:16 ` Arjan van de Ven
2006-11-12 15:21 ` Adrian Bunk
2006-11-12 15:50 ` Arjan van de Ven
2006-11-12 15:59 ` Patrick McFarland
2006-11-12 16:07 ` Arjan van de Ven
2006-11-12 16:47 ` Adrian Bunk
2006-11-12 21:45 ` Dave Jones
2006-11-13 2:07 ` Andi Kleen
2006-11-12 19:18 ` Ingo Oeser
2006-11-12 19:34 ` Andrew Morton
2006-11-12 20:32 ` Arjan van de Ven
2006-11-13 6:42 ` Neil Brown
2006-11-13 11:22 ` David Howells
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=20061111100038.6277efd4.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=alex@hausnet.ru \
--cc=bugme-daemon@bugzilla.kernel.org \
--cc=dhowells@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=neilb@cse.unsw.edu.au \
/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