Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 30 Apr 2002 16:05:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 30 Apr 2002 16:05:50 -0400 Received: from tonib-gw-old.customer.0rbitel.net ([195.24.39.218]:49163 "EHLO mail.ludost.net") by vger.kernel.org with ESMTP id ; Tue, 30 Apr 2002 16:05:49 -0400 Date: Tue, 30 Apr 2002 23:05:44 +0300 (EEST) From: Vasil Kolev X-X-Sender: To: Subject: oops in 2.4.18 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 I got the following oops running 2.4.18 today: (The machine is dual P3/866 ,1G ram, using LVM and reiserfs,more info on req.) Unable to handle kernel NULL pointer dereference at virtual address 00000028 c022a4d1 *pde = 00000000 Oops: 0000 CPU: 0 EIP: 0010:[] Not tainted Using defaults from ksymoops -t elf32-i386 -a i386 EFLAGS: 00010206 eax: ef4cbf80 ebx: df2afb60 ecx: 00000000 edx: 00000000 esi: ef4cbf80 edi: ef4cbf48 ebp: ddafe940 esp: ef4cbf14 ds: 0018 es: 0018 ss: 0018 Process apache (pid: 2642, stackpage=ef4cb000) Stack: df2afb60 ef4cbf80 000000bf ef4cbf48 c01eab25 ddafe940 ef4cbf80 000000bf ef4cbf48 00000000 000000bf ddafe940 000000bf 00000a52 00000378 00000378 00000000 00000000 c01ead5e ddafe940 ef4cbf80 000000bf 00000000 c41da8e0 Call Trace: [] [] [] [] Code: 8b 42 28 ff d0 83 c4 0c 5b c3 90 83 ec 04 55 57 56 53 8b 44 >>EIP; c022a4d1 <===== >>eax; ef4cbf80 >>ebx; df2afb60 >>esi; ef4cbf80 >>edi; ef4cbf48 >>ebp; ddafe940 >>esp; ef4cbf14 Trace; c01eab25 Trace; c01ead5e Trace; c0135c27 Trace; c0106e5b Code; c022a4d1 00000000 <_EIP>: Code; c022a4d1 <===== 0: 8b 42 28 mov 0x28(%edx),%eax <===== Code; c022a4d4 3: ff d0 call *%eax Code; c022a4d6 5: 83 c4 0c add $0xc,%esp Code; c022a4d9 8: 5b pop %ebx Code; c022a4da 9: c3 ret Code; c022a4db a: 90 nop Code; c022a4dc b: 83 ec 04 sub $0x4,%esp Code; c022a4df e: 55 push %ebp Code; c022a4e0 f: 57 push %edi Code; c022a4e1 10: 56 push %esi Code; c022a4e2 11: 53 push %ebx Code; c022a4e3 12: 8b 44 00 00 mov 0x0(%eax,%eax,1),%eax - 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/