Oops in 2.1.66

Christopher J. Reimer (reimer@doe.carleton.ca)
Sun, 30 Nov 1997 19:35:24 -0500 (EST)


Hi, I am not sure if this should go here or to the emacs
developers, as I got an oops from emacs

Unable to handle kernel paging request at virtual address d57ca000
current->tss.cr3 = 02115000, (r3 = 02115000
*pde = 00000000
Oops: 0002
CPU: 0
EIP: 0010:[<c37c9fe2>]
EFLAGS: 00010002
eax: d57ca000 ebx: 00000000 ecx: c3472000 edx: c1ac9000
esi: c3472000 edi: 00000001 ebp: 00000286 esp: c2129f58
ds: 0018 es: 0018 ss: 0018
Process emacs (pid: 418, process nr: 27, stackpage=c2129000)
Stack: c01867e7 c3472000 c37ca000 00000000 c01f0770 00000000 c2129f8c
c2129fbc
c3472000 c010febd c3472000 c3472000 00000001 c2129fbc c0116dd5
00000000
20000000 c010a390 00000001 00000000 0000001e 18176c04 18176c04
00000000
Call Trace: [<c01867e7>] [<c010febd>] [<c0116dd5>] [<c010a390>]
[<c01092f0>]
Code: 00 00 50 3f 08 08 46 00 00 00 12 00 09 00 62 43 00 00 58 a8

I think the relevent parts of my system map are

c010a39c T request_irq
c010a49c T disable_irq

c010fe98 T tqueue_bh
c010fecc T immediate_bh

c01092e0 t ret_from_exception
c01092f0 T ret_from_intr
c0109320 t handle_bottom_half

c0116d8c T do_bottom_half
c0116dec T request_region

c01866d4 T do_tty_hangup
c0186970 T disassociate_ctty

and I am running 2.1.66 compiled with egcs-2.90.17p with -O6
optimization. The kernel is 2.1.66 with the crypt, memcpy, msr and
Mark Lord's new ide patch.

Chris