lkml.org 
[lkml]   [1997]   [Jun]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Hi all!

Got an Oops on 2.1.42 today, here's what led up to it (from the
bash history):

500 cd /usr/X11/xc
501 ls
502 rm -rf xc &
503 cp ~/DATA/X/{X33contrib.tgz,X33src-1.tgz,X33src-3.tgz} .
504 ls
505 procinfo
506 sync

I was wiping out my old XFree86 source tree and going to compile a new one.
(Btw, I use the console at 132x43. Sorry if this doesn't quite come out
right on your screen.)

Then, I got:

Jun 14 15:32:57 zarathustra kernel: Unable to handle kernel NULL pointer dereference at virtual address 00000004
Jun 14 15:32:57 zarathustra kernel: current->tss.cr3 = 016d8000, |r3 = 016d8000
Jun 14 15:32:57 zarathustra kernel: *pde = 00000000
Jun 14 15:32:57 zarathustra kernel: Oops: 0000
Jun 14 15:32:57 zarathustra kernel: CPU: 0
Jun 14 15:32:57 zarathustra kernel: EIP: 0010:[<c0122278>]
Jun 14 15:32:57 zarathustra kernel: EFLAGS: 00010013
Jun 14 15:32:57 zarathustra kernel: eax: 00000000 ebx: c171bf74 ecx: c02b1dd4 edx: 00000000
Jun 14 15:32:57 zarathustra kernel: esi: 00000246 edi: c171bf74 ebp: 00000001 esp: c171bf68
Jun 14 15:32:57 zarathustra kernel: ds: 0018 es: 0018 ss: 0018
Jun 14 15:32:57 zarathustra kernel: Process update (pid: 10, process nr: 9, stackpage=c171b000)
Jun 14 15:32:57 zarathustra kernel: Stack: c02b1d80 c1773b20 00000000 c171a000 c02b1dd4 c01227ae c02b1d80 c171a000
Jun 14 15:32:57 zarathustra kernel: 00000001 00000000 bffffde0 c01254d4 00000000 00000000 c171a000 00000001
Jun 14 15:32:57 zarathustra kernel: 00000000 00000000 c01255e5 c171a000 00000001 00000000 c0109432 00000001
Jun 14 15:32:57 zarathustra kernel: Call Trace: [<c01227ae>] [<c01254d4>] [<c01255e5>] [<c0109432>]
Jun 14 15:32:57 zarathustra kernel: Code: 8b 42 04 39 d8 74 05 89 c2 eb f5 90 89 4a 04 56 9d 89 e0 25

The system then froze, so I started to copy it down manually (because
most of the Oopses I've gotten weren't in the /var/log/*'s.), then after a
few minutes, it resumed operation. (Still using it as of now).

Here's the relevant portions of my /usr/src/linux/.config:

CONFIG_EXPERIMENTAL=y
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KERNELD=y
CONFIG_NET=y
CONFIG_PCI=y
CONFIG_PCI_OPTIMIZE=y
CONFIG_SYSVIPC=y
CONFIG_SYSCTL=y
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_JAVA=y
CONFIG_M586=y
CONFIG_VIDEO_SELECT=y
CONFIG_PNP_PARPORT=m
CONFIG_BLK_DEV_FD=m
CONFIG_BLK_DEV_IDE=y
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_BLK_DEV_IDECD=m
CONFIG_BLK_DEV_TRITON=y
CONFIG_BLK_DEV_LOOP=m
CONFIG_INET=y
CONFIG_PATH_MTU_DISCOVERY=y
CONFIG_IP_NOSR=y
CONFIG_SKB_LARGE=y
CONFIG_IPV6=m
CONFIG_NETDEVICES=y
CONFIG_DUMMY=m
CONFIG_PPP=m
CONFIG_SLIP=m
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLIP_SMART=y
CONFIG_MINIX_FS=m
CONFIG_EXT2_FS=y
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_PROC_FS=y
CONFIG_ISO9660_FS=m
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=m
CONFIG_PRINTER=m
CONFIG_PRINTER_READBACK=y
CONFIG_UMISC=y

And my System.map:

c0122214 t __wait_on_inode
c01222a0 T clear_inode

Dan
ramune@datadepot.com

\
 
 \ /
  Last update: 2005-03-22 13:39    [W:0.051 / U:0.792 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site