From: Adam Kropelin <akropel1@rochester.rr.com>
To: Sasa Ostrouska <sasa.ostrouska@volja.net>
Cc: Paolo Ornati <ornati@fastwebnet.it>, linux-kernel@vger.kernel.org
Subject: Re: oops in 2.6.14-rc3
Date: Sun, 23 Oct 2005 10:22:49 -0400 [thread overview]
Message-ID: <20051023102249.A18848@mail.kroptech.com> (raw)
In-Reply-To: <1130072744.7496.10.camel@localhost>
Sasa Ostrouska <sasa.ostrouska@volja.net> wrote:
> Oct 20 03:01:50 rc-vaio kernel: Unable to handle kernel paging request at virtual address f8e43706
> Oct 20 03:01:50 rc-vaio kernel: printing eip:
> Oct 20 03:01:50 rc-vaio kernel: c01eaf49
> Oct 20 03:01:50 rc-vaio kernel: *pde = 01bae067
> Oct 20 03:01:50 rc-vaio kernel: Oops: 0000 [#1]
> Oct 20 03:01:50 rc-vaio kernel: PREEMPT
> Oct 20 03:01:50 rc-vaio kernel: Modules linked in: snd_pcm_oss
> snd_mixer_oss lp ipv6 uhci_hcd joydev parport_pc parport psmouse pcspkr
> rtc sis_agp shpchp pci_hotplug i2c_sis96x i2c_core usb_storage
> snd_intel8x0 snd_ac97_codec snd_ac97_bus snd_pcm snd_timer snd
> snd_page_alloc ohci_hcd ehci_hcd usbcore sis900 ohci1394 ieee1394 tsdev
> pcmcia firmware_class yenta_socket rsrc_nonstatic pcmcia_core ide_scsi
> agpgart
> Oct 20 03:01:50 rc-vaio kernel: CPU: 0
> Oct 20 03:01:50 rc-vaio kernel: EIP: 0060:[<c01eaf49>] Not tainted VLI
> Oct 20 03:01:50 rc-vaio kernel: EFLAGS: 00010297 (2.6.14-rc4)
> Oct 20 03:01:50 rc-vaio kernel: EIP is at vsnprintf+0x369/0x500
> Oct 20 03:01:50 rc-vaio kernel: eax: f8e43706 ebx: 0000000a ecx: f8e43706 edx: fffffffe
> Oct 20 03:01:50 rc-vaio kernel: esi: f596e11f edi: 00000000 ebp: f596efff esp: f398ded0
> Oct 20 03:01:50 rc-vaio kernel: ds: 007b es: 007b ss: 0068
> Oct 20 03:01:50 rc-vaio kernel: Process grep (pid: 7529, threadinfo=f398c000 task=f6122030)
> Oct 20 03:01:50 rc-vaio kernel: Stack: 000003e1 00000000 00000010 00000004 00000002 00000001 ffffffff ffffffff
> Oct 20 03:01:50 rc-vaio kernel: 00000eed f596e113 c0331532 f596e113 f665c380 f665c380 00000113 c017c52f
> Oct 20 03:01:50 rc-vaio kernel: f398df44 c0330829 f7fe0ca0 c011fcb4 f665c380 c0331520 00000000 c0330829
> Oct 20 03:01:50 rc-vaio kernel: Call Trace:
> Oct 20 03:01:50 rc-vaio kernel: [<c017c52f>] seq_printf+0x2f/0x60
> Oct 20 03:01:50 rc-vaio kernel: [<c011fcb4>] r_show+0x84/0x90
> Oct 20 03:01:50 rc-vaio kernel: [<c017c0f1>] seq_read+0x221/0x290
> Oct 20 03:01:50 rc-vaio kernel: [<c015bae7>] vfs_read+0xc7/0x180
> Oct 20 03:01:50 rc-vaio kernel: [<c015be77>] sys_read+0x47/0x80
> Oct 20 03:01:50 rc-vaio kernel: [<c0103005>] syscall_call+0x7/0xb
> Oct 20 03:01:50 rc-vaio kernel: Code: 00 83 cf 01 89 44 24 1c eb bc 8b
> 44 24 40 8b 54 24 18 83 44 24 40 04 8b 08 b8 fe 14 34 c0 81 f9 ff 0f 00
> 00 0f 46 c8 89 c8 eb 06 <80> 38 00 74 07 40 4a 83 fa ff 75 f4 29 c8 83
> e7 10 89 c3 75 20
> Oct 20 03:01:50 rc-vaio kernel: <6>note: grep[7529] exited with preempt_count 1
If I had to guess (and I do) I'd say one of your shutdown scripts tried
to grep thru something in /proc and the module that once supplied the
data for that something is gone, without having removed its /proc
entries. Lacking any particular insight on what module to blame, I'd
start by disabling various modules and booting cleanly so they never
load. Binary search your way thru them until you find the culprit.
--Adam
next prev parent reply other threads:[~2005-10-23 13:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-08 0:32 oops in 2.6.14-rc3 Sasa Ostrouska
2005-10-08 1:48 ` Grant Coady
2005-10-08 13:04 ` Sasa Ostrouska
2005-10-08 7:14 ` Paolo Ornati
2005-10-23 13:05 ` Sasa Ostrouska
2005-10-23 14:22 ` Adam Kropelin [this message]
2005-10-23 14:31 ` Sergey Vlasov
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=20051023102249.A18848@mail.kroptech.com \
--to=akropel1@rochester.rr.com \
--cc=linux-kernel@vger.kernel.org \
--cc=ornati@fastwebnet.it \
--cc=sasa.ostrouska@volja.net \
/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