Oops in 2.2.12

David Ronis (ronis@ronispc.chem.mcgill.ca)
Fri, 27 Aug 1999 12:55:18 -0400


I upgraded from 2.2.11 to 2.2.12 yesterday on my i586-gnulibc1 using
gcc 2.95.1. There have been no hardware changes and no configuration
changes (although I did run xconfig to have a look for new options).

While running two main jobs: 1. an FPU calculation that had been
running for 20Hrs, and 2. A cvs update/rebuild of the current gcc
snapshot (I'd gotten to the configure step). I encountered the oops
appended below.

David

Warning (compare_ksyms_lsmod): module isofs is in lsmod but not in ksyms, probably no symbols exported
Aug 27 12:35:34 ronispc kernel: Unable to handle kernel paging request at virtual address 000081c8
Aug 27 12:35:34 ronispc kernel: current->tss.cr3 = 014b7000, Lr3 = 014b7000
Aug 27 12:35:34 ronispc kernel: *pde = 00000000
Aug 27 12:35:34 ronispc kernel: Oops: 0000
Aug 27 12:35:34 ronispc kernel: CPU: 0
Aug 27 12:35:34 ronispc kernel: EIP: 0010:[<c014008a>]
Using defaults from ksymoops -t elf32-i386 -a i386
Aug 27 12:35:34 ronispc kernel: EFLAGS: 00010202
Aug 27 12:35:34 ronispc kernel: eax: 000081a4 ebx: c0753800 ecx: c29e0880 edx: c01b4000
Aug 27 12:35:34 ronispc kernel: esi: c1a1ff18 edi: c0345e40 ebp: 000081a4 esp: c1a1fea4
Aug 27 12:35:34 ronispc kernel: ds: 0018 es: 0018 ss: 0018
Aug 27 12:35:34 ronispc kernel: Process sh (pid: 20149, process nr: 43, stackpage=c1a1f000)
Aug 27 12:35:34 ronispc kernel: Stack: c0345e40 000081a4 812240d1 0000000a c1a1e000 00000011 fffffff4 c012f601
Aug 27 12:35:34 ronispc kernel: c0753800 c1a1fef4 01710065 c14b6310 000041ed ffffffe9 00000003 bffff17c
Aug 27 12:35:34 ronispc kernel: 080c40b8 c014273e 000081a4 c0345e40 c1a1ff18 00000003 c0753800 00000000
Aug 27 12:35:34 ronispc kernel: Call Trace: [<c012f601>] [<c014273e>] [<c012f8c5>] [<c0126b16>] [<c0126add>] [<c0126e47>] [<c0126e2e>]
Aug 27 12:35:34 ronispc kernel: [<c0107d7d>] [<c0107c44>]
Aug 27 12:35:34 ronispc kernel: Code: 66 83 78 24 00 75 11 8b 54 24 58 c7 02 ff ff ff ff 31 c0 e9

>>EIP; c014008a <ext2_new_inode+12/650> <=====
Trace; c012f601 <lookup_dentry+305/394>
Trace; c014273e <ext2_create+26/198>
Trace; c012f8c5 <open_namei+155/308>
Trace; c0126b16 <filp_open+4a/108>
Trace; c0126add <filp_open+11/108>
Trace; c0126e47 <sys_open+3f/b0>
Trace; c0126e2e <sys_open+26/b0>
Trace; c0107d7d <error_code+2d/40>
Trace; c0107c44 <system_call+34/40>
Code; c014008a <ext2_new_inode+12/650>
00000000 <_EIP>:
Code; c014008a <ext2_new_inode+12/650> <=====
0: 66 83 78 24 00 cmpw $0x0,0x24(%eax) <=====
Code; c014008f <ext2_new_inode+17/650>
5: 75 11 jne 18 <_EIP+0x18> c01400a2 <ext2_new_inode+2a/650>
Code; c0140091 <ext2_new_inode+19/650>
7: 8b 54 24 58 movl 0x58(%esp,1),%edx
Code; c0140095 <ext2_new_inode+1d/650>
b: c7 02 ff ff ff movl $0xffffffff,(%edx)
Code; c014009a <ext2_new_inode+22/650>
10: ff
Code; c014009b <ext2_new_inode+23/650>
11: 31 c0 xorl %eax,%eax
Code; c014009d <ext2_new_inode+25/650>
13: e9 00 00 00 00 jmp 18 <_EIP+0x18> c01400a2 <ext2_new_inode+2a/650>

2 warnings issued. Results may not be reliable.

-
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/