From: Andrew Morton <akpm@osdl.org>
To: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.19-rc2-mm2
Date: Fri, 20 Oct 2006 09:19:01 -0700 [thread overview]
Message-ID: <20061020091901.71a473e9.akpm@osdl.org> (raw)
In-Reply-To: <200610201339.49190.m.kozlowski@tuxland.pl>
On Fri, 20 Oct 2006 13:39:49 +0200
Mariusz Kozlowski <m.kozlowski@tuxland.pl> wrote:
> Hello,
>
> I installed 2.6.19-rc2-mm2 without kernel debugging options enabled first.
> The output below is what I saw when the kernel started. Then I enabled
> debugging and system hangs with oops with no trace in the logs. It is not
> easily repeatable though. It happens from time to time.
>
> BUG: unable to handle kernel NULL pointer dereference at virtual address
> 00000000
> printing eip:
> ded5bc12
> *pde = 00000000
> Oops: 0000 [#1]
> PREEMPT
> last sysfs
> file: /class/pcmcia_socket/pcmcia_socket0/available_resources_setup_done
> Modules linked in: pcmcia firmware_class yenta_socket rsrc_nonstatic
> pcmcia_core
> CPU: 0
> EIP: 0060:[<ded5bc12>] Not tainted VLI
> EFLAGS: 00010002 (2.6.19-rc2-mm2 #1)
> EIP is at get_pcmcia_device+0x1e/0x93 [pcmcia]
> eax: ddba2828 ebx: fffffff0 ecx: 00000000 edx: 00000000
> esi: 00000000 edi: 00000000 ebp: 00000246 esp: ddac7f30
> ds: 007b es: 007b ss: 0068
> Process cardmgr (pid: 4807, ti=ddac6000 task=ddea7030 task.ti=ddac6000)
> Stack: 40000000 00000000 c00c6409 ddba2828 ded5c777 00000001 00000000 ddba2400
> 0000000c ddc4930c ded60040 dd5a21c0 bfc9a600 c00c6409 c01661d4 bfc9a600
> dd5a21c0 dd5a21c0 00000004 ddac6000 c016622d 00000000 ddea7030 dd5a21c0
> Call Trace:
> [<ded5c777>] ds_ioctl+0x88b/0x89f [pcmcia]
> [<c01661d4>] do_ioctl+0x64/0x6d
> [<c016622d>] vfs_ioctl+0x50/0x27b
> [<c016648c>] sys_ioctl+0x34/0x50
> [<c0102eae>] sysenter_past_esp+0x5f/0x85
> =======================
> Code: 3f e1 89 d8 e8 f6 7e b1 ff 31 c0 5b c3 55 57 56 53 89 d7 9c 5d fa 89 e2
> 81 e2 00 e0 ff ff 83 42 14 01 8b 90 44 01 00 00 8d 5a f0 <8b> 4b 10 0f 18 01
> 90 8d b0 44 01 00 00 39 d6 75 12 eb 37 89 c8
> EIP: [<ded5bc12>] get_pcmcia_device+0x1e/0x93 [pcmcia] SS:ESP 0068:ddac7f30
> <6>note: cardmgr[4807] exited with preempt_count 1
> pccard: PCMCIA card inserted into slot 1
> cs: memory probe 0xa0000000-0xa0ffffff: clean.
Don't know. Nothing has changed in the git-pcmcia tree since July.
Are you able to bisect it, as per
http://www.zip.com.au/~akpm/linux/patches/stuff/bisecting-mm-trees.txt ?
> When running without debug options enabled also these were seen amongst dmesg
> lines:
>
> [drm:radeon_cp_init] *ERROR* radeon_cp_init called without lock held
> [drm:drm_unlock] *ERROR* Process 5131 using kernel context 0
<googles>
This? http://lkml.org/lkml/2005/9/10/78
> When debug options were enabled these above disappeared. System info:
>
> Linux orion 2.6.19-rc2-mm2 #2 PREEMPT Fri Oct 20 13:14:25 CEST 2006 i686
> Intel(R) Pentium(R) 4 CPU 2.40GHz GNU/Linux
>
> Gnu C 4.1.1
> Gnu make 3.81
> binutils 2.16.1
> util-linux 2.12r
> mount 2.12r
> module-init-tools 3.2.2
> e2fsprogs 1.39
> pcmcia-cs 3.2.8
> nfs-utils 1.0.6
> Linux C Library > libc.2.4
> Dynamic linker (ldd) 2.4
> Procps 3.2.6
> Net-tools 1.60
> Kbd 1.12
> Sh-utils 5.94
> udev 087
> Modules Loaded orinoco_cs orinoco hermes pcmcia firmware_class
> yenta_socket rsrc_nonstatic pcmcia_core
>
> This time it _is_ -mm ;-)
>
Well... that's what it's for ;) Thanks for testing.
next prev parent reply other threads:[~2006-10-20 16:19 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-20 8:56 2.6.19-rc2-mm2 Andrew Morton
2006-10-20 9:34 ` 2.6.19-rc2-mm2 Cornelia Huck
2006-10-20 13:19 ` 2.6.19-rc2-mm2 Alan Cox
2006-10-20 11:39 ` 2.6.19-rc2-mm2 Mariusz Kozlowski
2006-10-20 13:32 ` 2.6.19-rc2-mm2 Anton Vorontsov
2006-10-20 14:57 ` 2.6.19-rc2-mm2 Mariusz Kozlowski
2006-10-20 16:19 ` Andrew Morton [this message]
2006-10-20 16:54 ` 2.6.19-rc2-mm2 Mariusz Kozlowski
2006-10-20 17:25 ` 2.6.19-rc2-mm2 Andrew Morton
2006-10-20 22:37 ` 2.6.19-rc2-mm2 Matthew Frost
2006-10-21 0:16 ` 2.6.19-rc2-mm2 Andi Kleen
2006-10-21 0:50 ` 2.6.19-rc2-mm2 Greg KH
2006-10-21 2:13 ` 2.6.19-rc2-mm2 Andi Kleen
2006-10-21 3:55 ` 2.6.19-rc2-mm2 Greg KH
2006-10-22 0:34 ` 2.6.19-rc2-mm2 Matthew Frost
2006-10-21 0:48 ` 2.6.19-rc2-mm2 Greg KH
2006-10-23 7:58 ` 2.6.19-rc2-mm2 Cornelia Huck
2006-10-24 7:40 ` 2.6.19-rc2-mm2 Greg KH
2006-10-20 11:59 ` 2.6.19-rc2-mm2 Gabriel C
2006-10-20 12:04 ` 2.6.19-rc2-mm2 Jiri Kosina
2006-10-20 12:33 ` 2.6.19-rc2-mm2 Gabriel C
2006-10-20 22:43 ` 2.6.19-rc2-mm2 Andrew Morton
2006-10-23 3:29 ` 2.6.19-rc2-mm2 Mauro Carvalho Chehab
2006-10-20 15:34 ` [PATCH 2.6.19-rc2-mm2] fix tty_ioctl powerpc build Hugh Dickins
2006-10-20 17:59 ` Alan Cox
2006-10-20 19:52 ` Andy Whitcroft
2006-10-20 15:54 ` 2.6.19-rc2-mm2 Martin J. Bligh
2006-10-20 16:30 ` 2.6.19-rc2-mm2 Badari Pulavarty
2006-10-20 17:31 ` 2.6.19-rc2-mm2 Andy Whitcroft
2006-10-22 2:16 ` 2.6.19-rc2-mm2 Martin J. Bligh
2006-10-22 3:15 ` 2.6.19-rc2-mm2 Dave Jones
2006-10-22 3:24 ` 2.6.19-rc2-mm2 Randy Dunlap
2006-10-22 22:18 ` 2.6.19-rc2-mm2 Andy Whitcroft
2006-10-21 0:24 ` 2.6.19-rc2-mm2 J.A. Magallón
2006-10-21 0:37 ` 2.6.19-rc2-mm2 Jiri Kosina
2006-10-21 0:41 ` 2.6.19-rc2-mm2 Randy Dunlap
2006-10-21 17:30 ` 2.6.19-rc2-mm2: reproducible hang on shutdown on i386 Rafael J. Wysocki
2006-10-23 14:43 ` Rafael J. Wysocki
2006-10-23 17:34 ` Andrew Morton
2006-10-23 21:00 ` Rafael J. Wysocki
2006-10-22 13:32 ` [Nasty crash on boot] was Re: 2.6.19-rc2-mm2 Reuben Farrelly
2006-10-22 18:13 ` Andrew Morton
2006-10-22 22:37 ` Andi Kleen
2006-10-23 20:54 ` 2.6.19-rc2-mm2 Magnus Määttä
2006-10-23 21:04 ` 2.6.19-rc2-mm2 Andrew Morton
2006-10-23 21:22 ` 2.6.19-rc2-mm2 Magnus Määttä
2006-10-24 8:04 ` WARNING: Do not use with EFI-based (e.g. IA64) systems. Bootloader may get eaten Mel Gorman
2006-10-26 6:11 ` 2.6.19-rc2-mm2 Joseph Fannin
2006-10-28 3:18 ` 2.6.19-rc2-mm2 - process_session-helper breaks /sbin/killall5 Valdis.Kletnieks
2006-10-28 4:47 ` Andrew Morton
2006-10-28 17:53 ` Valdis.Kletnieks
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=20061020091901.71a473e9.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=m.kozlowski@tuxland.pl \
/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