Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 11 Mar 2003 17:35:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 11 Mar 2003 17:35:54 -0500 Received: from tomts7.bellnexxia.net ([209.226.175.40]:9616 "EHLO tomts7-srv.bellnexxia.net") by vger.kernel.org with ESMTP id ; Tue, 11 Mar 2003 17:35:53 -0500 From: Ed Tomlinson Organization: me To: Andrew Morton Subject: [opps] 2.5.64-mm1 Date: Tue, 11 Mar 2003 17:46:52 -0500 User-Agent: KMail/1.5.9 Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org References: <20030305230712.5a0ec2d4.akpm@digeo.com> <87y93pgek8.fsf@lapper.ihatent.com> In-Reply-To: <87y93pgek8.fsf@lapper.ihatent.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200303111746.52955.tomlins@cam.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2051 Lines: 55 Got home this afternoon and found my box has paniced with: Unable to handle kernel NULL pointer dereference at virtual address 0000003c printing eip: c011372b *pde = 00000000 Oops: 0000 CPU: 0 EIP: 0060:[] Not tainted EFLAGS: 00010007 EIP is at do_schedule+0x193/0x330 eax: dff8a000 ebx: ffffffe0 ecx: c030e0a0 edx: 00000003 esi: dff8c660 edi: 00000000 ebp: dff8bfdc esp: dff8bfc4 ds: 007b es: 007b ss: 0068 Process ksoftirqd/0 (pid: 2, threadinfo=dff8a000 task=dff8c660) Stack: dff8a000 dff8a000 00000000 dff8a000 00000000 dff8c660 dff8bfec c011a3be c011a358 00000000 00000000 c01070e9 00000000 00000000 00000000 Call Trace: [] ksoftirqd+0x66/0xa4 [] ksoftirqd+0x0/0xa4 [] kernel_thread_helper+0x5/0xc Code: 8b 53 5c 8b 7e 60 85 d2 75 0b 89 7b 60 ff 47 18 eb 78 8d 76 and feeding the eip and code to ksymoops: >>EIP; c011372b <===== Code; c011372b 00000000 <_EIP>: Code; c011372b <===== 0: 8b 53 5c mov 0x5c(%ebx),%edx <===== Code; c011372e 3: 8b 7e 60 mov 0x60(%esi),%edi Code; c0113731 6: 85 d2 test %edx,%edx Code; c0113733 8: 75 0b jne 15 <_EIP+0x15> Code; c0113735 a: 89 7b 60 mov %edi,0x60(%ebx) Code; c0113738 d: ff 47 18 incl 0x18(%edi) Code; c011373b 10: eb 78 jmp 8a <_EIP+0x8a> Code; c011373d 12: 8d 76 00 lea 0x0(%esi),%esi Does this ring bells anywhere? Ed Tomlinson - 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/