Oops report (kernel 2.1.122)

root (frichard@bbn.com)
Tue, 29 Sep 1998 12:40:07 -0400


I got the following "Ooops" report when accessing an HFS zip100 disk
mounted on my PC. I'm accessing the disk from a PMac 7300/200 running
MS PowerPoint. The PC is running netatalk (1.4b2+asun2.1.0). I also
couldn't get PAM to work at all, but this may be a netatalk problem:

Sep 23 12:07:01 frichard afpd[502]: server_child[1] 692 killed
Sep 23 12:07:01 frichard kernel: Unable to handle kernel paging request at virtual address 8f1c24bb
Sep 23 12:07:01 frichard kernel: current->tss.cr3 = 019b1000, `r3 = 019b1000
Sep 23 12:07:01 frichard kernel: *pde = 00000000
Sep 23 12:07:01 frichard kernel: Oops: 0000
Sep 23 12:07:01 frichard kernel: CPU: 0
Sep 23 12:07:01 frichard kernel: EIP: 0010:[<c014e772>]
Sep 23 12:07:01 frichard kernel: EFLAGS: 00010202
Sep 23 12:07:01 frichard kernel: eax: c320adc8 ebx: c320adac ecx: c0967ef4 edx: c320ada4
Sep 23 12:07:01 frichard kernel: esi: 8f1c244b edi: c320adee ebp: c320ada0 esp: c0967dc4
Sep 23 12:07:01 frichard kernel: ds: 0018 es: 0018 ss: 0018
Sep 23 12:07:01 frichard kernel: Process afpd (pid: 692, process nr: 50, stackpage=c0967000)
Sep 23 12:07:01 frichard kernel: Stack: 00000000 c0967ef4 8f1c244b 00000001 c0257140 00000001 02240000 1b010000
Sep 23 12:07:01 frichard kernel: 00000000 c0bf9600 c0967e44 c0967e34 00000000 00000000 00000246 c0966000
Sep 23 12:07:01 frichard kernel: 00000000 00000000 00000002 00000400 00000000 00000000 00000004 00000000
Sep 23 12:07:01 frichard kernel: Call Trace: [<c014f056>] [<c014e5fc>] [<c014e907>] [<c014ee19>] [<c0150759>] [<c012d05c>] [<c012d25c>]
Sep 23 12:07:01 frichard kernel: [<c012ce1c>] [<c012d311>] [<c012b0ae>] [<c0107ba4>] [<c010002b>]
Sep 23 12:07:01 frichard kernel: Code: 8b 46 70 50 8d 7c 24 2c 89 7c 24 1c 8b 4c 24 1c 51 e8 44 cb

Which, when run through "scripts/ksymoops" (I had to recompile the
kernel, so there's a chance this is incorrect) gives:

Using `System.map' to map addresses to symbols.

>>EIP: c014e772 <get_new_entry+fe/25c>
Trace: c014f056 <hfs_cat_compare+2a/30>
Trace: c014e5fc <find_entry+14/8c>
Trace: c014e907 <get_entry+37/6c>
Trace: c014ee19 <hfs_cat_get+11/18>
Trace: c0150759 <cap_lookup+16d/1ac>
Trace: c012d05c <real_lookup+48/70>
Trace: c012d25c <lookup_dentry+15c/1e8>
Trace: c012ce1c <getname+58/90>
Trace: c012d311 <__namei+29/5c>
Trace: c012b0ae <sys_newstat+2e/94>
Trace: c0107ba4 <system_call+34/38>
Trace: c010002b <startup_32+2b/a4>
Code: c014e772 <get_new_entry+fe/25c>
Code: c014e772 <get_new_entry+fe/25c> 8b 46 70 movl 0x70(%esi),%eax
Code: c014e775 <get_new_entry+101/25c> 50 pushl %eax
Code: c014e776 <get_new_entry+102/25c> 8d 7c 24 2c leal 0x2c(%esp,1),%edi
Code: c014e77a <get_new_entry+106/25c> 89 7c 24 1c movl %edi,0x1c(%esp,1)
Code: c014e77e <get_new_entry+10a/25c> 8b 4c 24 1c movl 0x1c(%esp,1),%ecx
Code: c014e782 <get_new_entry+10e/25c> 51 pushl %ecx
Code: c014e783 <get_new_entry+10f/25c> e8 44 cb 00 90 call 9000cb5a <_EIP+0x9000cb5a>
Code: c014e788 <get_new_entry+114/25c> 90 nop
Code: c014e789 <get_new_entry+115/25c> 90 nop

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/