Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 23 Jul 2002 02:02:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 23 Jul 2002 02:02:55 -0400 Received: from [196.26.86.1] ([196.26.86.1]:11199 "HELO infosat-gw.realnet.co.sz") by vger.kernel.org with SMTP id ; Tue, 23 Jul 2002 02:02:53 -0400 Date: Tue, 23 Jul 2002 08:23:49 +0200 (SAST) From: Zwane Mwaikambo X-X-Sender: zwane@linux-box.realnet.co.sz To: Alexander Viro Cc: Linux Kernel Subject: odd memory corruption in 2.5.27? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3149 Lines: 82 Hi Al, kernel is 2.5.27, the box was doing a 'make -j2 bzImage' at the time on an NFS mounted filesystem, the server is 2.4.19-re5-ac3 (gdb) list *0xc014b09c 0xc014b09c is in filp_close (open.c:834). 829 */ 830 int filp_close(struct file *filp, fl_owner_t id) 831 { 832 int retval; 833 834 if (!file_count(filp)) { 835 printk(KERN_ERR "VFS: Close: file count is 0\n"); 836 return 0; 837 } 838 retval = 0; Unable to handle kernel NULL pointer dereference at virtual address 0000008c printing eip: c014b09c *pde = 00000000 Oops: 0000 CPU: 0 EIP: 0010:[] Not tainted EFLAGS: 00010206 eax: cea36a44 ebx: cea36920 ecx: cb235b30 edx: 00000078 esi: 00000078 edi: 00000001 ebp: cea36920 esp: ca9bfddc ds: 0018 es: 0018 ss: 0018 Process fixdep (pid: 1015, threadinfo=ca9be000 task=c8245980) Stack: cea36920 00000001 00000001 0000000a c01202db 00000078 cea36920 ca9be000 c8245980 cea36920 00000000 c0120e40 00000000 c036bb00 ca9bff28 00000002 c0314a6f 00000001 c0340018 c0310018 ffffff00 c0108622 00000010 00000202 Call Trace: [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] Code: 8b 46 14 85 c0 75 12 68 c0 6e 31 c0 e8 13 1b fd ff 5a 31 c0 >>EIP; c014b09c <===== Trace; c01202db Trace; c0120e40 Trace; c0108622 Trace; c0115261 Trace; c014cd1d Trace; c01616ac Trace; c0157cda Trace; c0159020 Trace; c012f75c Trace; c0114e90 Trace; c01080a0 Trace; c0120018 Trace; c014cd1d Trace; c0154970 Trace; c0154ed1 Trace; c014b066 Trace; c01075db Code; c014b09c 00000000 <_EIP>: Code; c014b09c <===== 0: 8b 46 14 mov 0x14(%esi),%eax <===== Code; c014b09f 3: 85 c0 test %eax,%eax Code; c014b0a1 5: 75 12 jne 19 <_EIP+0x19> c014b0b5 Code; c014b0a3 7: 68 c0 6e 31 c0 push $0xc0316ec0 Code; c014b0a8 c: e8 13 1b fd ff call fffd1b24 <_EIP+0xfffd1b24> c011cbc0 Code; c014b0ad 11: 5a pop %edx Code; c014b0ae 12: 31 c0 xor %eax,%eax -- function.linuxpower.ca - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/