Comment 6 for bug 144030

Revision history for this message
Sam Liddicott (sam-liddicott) wrote : kernel paging fault

If I get rid do:
mv /lib/modules/2.6.22-12-generic /lib/modules/2.6.22-12-generic.o

and then I use boot command

break=bottom

and then at the ramdisk prompt do:

rmmod thermal fan processor ide-cd cdrom

then I find I boot up generally OK, no hanging, no mouse driver, but I do get this:

Sep 29 16:07:04 aces kernel: [ 39.636000] BUG: unable to handle kernel paging request at virtual address f084fbe4
Sep 29 16:07:04 aces kernel: [ 39.636000] printing eip:
Sep 29 16:07:04 aces kernel: [ 39.636000] c01fe46e
Sep 29 16:07:04 aces kernel: [ 39.636000] *pde = 2ff0d067
Sep 29 16:07:04 aces kernel: [ 39.636000] *pte = 00000000
Sep 29 16:07:04 aces kernel: [ 39.636000] Oops: 0000 [#1]
Sep 29 16:07:04 aces kernel: [ 39.636000] SMP
Sep 29 16:07:04 aces kernel: [ 39.636000] Modules linked in: ext3 jbd mbcache sg sd_mod ide_cd cdrom ata_generic forcedeth sata_nv libata scsi_mod amd74xx ide_core ehci_hcd oh
ci_hcd usbcore fuse apparmor commoncap
Sep 29 16:07:04 aces kernel: [ 39.636000] CPU: 0
Sep 29 16:07:04 aces kernel: [ 39.636000] EIP: 0060:[vsnprintf+1070/1584] Not tainted VLI
Sep 29 16:07:04 aces kernel: [ 39.636000] EFLAGS: 00010297 (2.6.22-12-generic #1)
Sep 29 16:07:04 aces kernel: [ 39.636000] EIP is at vsnprintf+0x42e/0x630
Sep 29 16:07:04 aces kernel: [ 39.636000] eax: f084fbe4 ebx: ef66f1e7 ecx: f084fbe4 edx: fffffffe
Sep 29 16:07:04 aces kernel: [ 39.636000] esi: c0376400 edi: f084fbe4 ebp: ef670000 esp: ef839ea0
Sep 29 16:07:04 aces kernel: [ 39.636000] ds: 007b es: 007b fs: 00d8 gs: 0033 ss: 0068
Sep 29 16:07:04 aces kernel: [ 39.636000] Process grep (pid: 4341, ti=ef838000 task=df9fd4c0 task.ti=ef838000)
Sep 29 16:07:04 aces kernel: [ 39.636000] Stack: 00001015 00000000 00000010 00000004 ffffffff 00000001 c037641a 00000e27
Sep 29 16:07:04 aces kernel: [ 39.636000] ef66f1d9 00000000 ffffffff ffffffff ffffffff ffffffff c0376420 ef66f1d9
Sep 29 16:07:04 aces kernel: [ 39.636000] ef520100 ef520100 000001d9 c019adce ef839f30 ef839f0c c03b38f8 ee80c660
Sep 29 16:07:04 aces kernel: [ 39.636000] Call Trace:
Sep 29 16:07:04 aces kernel: [ 39.636000] [seq_printf+46/96] seq_printf+0x2e/0x60
Sep 29 16:07:04 aces kernel: [ 39.636000] [r_show+125/144] r_show+0x7d/0x90
Sep 29 16:07:04 aces kernel: [ 39.636000] [seq_read+470/672] seq_read+0x1d6/0x2a0
Sep 29 16:07:04 aces kernel: [ 39.636000] [vfs_read+188/352] vfs_read+0xbc/0x160
Sep 29 16:07:04 aces kernel: [ 39.636000] [seq_read+0/672] seq_read+0x0/0x2a0
Sep 29 16:07:04 aces kernel: [ 39.636000] [sys_read+65/112] sys_read+0x41/0x70
Sep 29 16:07:04 aces kernel: [ 39.636000] [sysenter_past_esp+107/169] sysenter_past_esp+0x6b/0xa9
Sep 29 16:07:04 aces kernel: [ 39.636000] =======================
Sep 29 16:07:04 aces kernel: [ 39.636000] Code: fd ff ff c6 03 25 e9 39 fd ff ff 8d 47 04 89 44 24 50 8b 3f 81 ff ff 0f 00 00 77 05 bf d4 33 38 c0 8b 54 24 2c 89 f9 89 c8 eb 06 <80> 38 00 74 07 40 4a 83 fa ff 75 f4 29 c8 89 c6 8b 44 24 28 f6
Sep 29 16:07:04 aces kernel: [ 39.636000] EIP: [vsnprintf+1070/1584] vsnprintf+0x42e/0x630 SS:ESP 0068:ef839ea0

If I then modprobe thermal, all hangs again but not quite as badly. Some of the alt-sysreq keystrokes work.