Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 29 Oct 2000 12:21:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 29 Oct 2000 12:21:37 -0500 Received: from neodymium.btinternet.com ([194.73.73.83]:46832 "EHLO neodymium.btinternet.com") by vger.kernel.org with ESMTP id ; Sun, 29 Oct 2000 12:21:31 -0500 From: davej@suse.de Date: Sun, 29 Oct 2000 17:21:22 +0000 (GMT) To: Linux Kernel Mailing List Subject: Oops in block_read_full_page() in test10-pre6 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 Wierd thing about this oops is that it happened just as I ticked over between the daylight savings adjustment, and the system clock changed itself. Coincidence ? :) Unable to handle kernel NULL pointer dereference at virtual address 00000010 c012efaa *pde = 00000000 Oops: 0000 CPU: 0 EIP: 0010:[] Using defaults from ksymoops -t elf32-i386 -a i386 EFLAGS: 00010282 eax: 00000000 ebx: 00000000 ecx: c11c3474 edx: c11c3448 esi: c11c3448 edi: c5bf75fc ebp: 00000000 esp: c201bee4 ds: 0018 es: 0018 ss: 0018 Process bash (pid: 13794, stackpage=c201b000) Stack: 00000000 c11c3448 c5bf75fc 00000000 0000001a 00000000 c02d3540 00000246 c0121c6e 00000000 c11c3448 c5bf75fc 00000000 c201bf1c 01234567 c201a000 c11c3474 c11c3474 c014ae7e c11c3448 c014a7f8 c0122535 c468c860 c11c3448 Call Trace: [] [] [] [] [] [] [] [] Code: 8b 40 10 89 44 24 24 c7 44 24 18 00 00 00 00 8b 42 18 a8 01 >>EIP; c012efaa <===== Trace; c0121c6e <___wait_on_page+ca/d4> Trace; c014ae7e Trace; c014a7f8 Trace; c0122535 Trace; c0122821 Trace; c0122760 Trace; c012cad5 Trace; c010a613 Code; c012efaa 00000000 <_EIP>: Code; c012efaa <===== 0: 8b 40 10 mov 0x10(%eax),%eax <===== Code; c012efad 3: 89 44 24 24 mov %eax,0x24(%esp,1) Code; c012efb1 7: c7 44 24 18 00 00 00 movl $0x0,0x18(%esp,1) Code; c012efb8 e: 00 Code; c012efb9 f: 8b 42 18 mov 0x18(%edx),%eax Code; c012efbc 12: a8 01 test $0x1,%al -- | Dave Jones http://www.suse.de/~davej | SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/