From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 27 Jul 2001 14:49:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 27 Jul 2001 14:49:37 -0400 Received: from Hell.WH8.TU-Dresden.De ([141.30.225.3]:50954 "EHLO Hell.WH8.TU-Dresden.De") by vger.kernel.org with ESMTP id ; Fri, 27 Jul 2001 14:49:22 -0400 Message-ID: <3B61B7AF.FC57C80D@delusion.de> Date: Fri, 27 Jul 2001 20:49:19 +0200 From: "Udo A. Steinberg" Organization: Disorganized X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.7-ac1 i686) X-Accept-Language: en, de MIME-Version: 1.0 To: Alan Cox , Linux Kernel Subject: Linux 2.4.7-ac1 PNP Oops on shutdown Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Original-Recipient: rfc822;linux-kernel-outgoing Hi Alan, 2.4.7-ac1 oopses reproduceably during every shutdown. As far as I can tell, 2.4.6-ac5 didn't exhibit this behaviour. Oops is attached. Regards, Udo. ksymoops 2.4.1 on i686 2.4.7-ac1. Options used -V (default) -k /proc/ksyms (default) -l /proc/modules (default) -o /lib/modules/2.4.7-ac1/ (default) -m /boot/System.map-2.4.7-ac1 (specified) Unable to handle kernel NULL pointer dereference at virtual address 00000000 c0112b5d *pde = 00000000 Oops: 0000 CPU: 0 EIP: 0010:[] Using defaults from ksymoops -t elf32-i386 -a i386 EFLAGS: 00010002 eax: c0317670 ebx: 00000000 ecx: 00000246 edx: cff0ff94 esi: cff16000 edi: c0317674 ebp: cff17fc8 esp: cff17fb4 ds: 0018 es: 0018 ss: 0018 Process kpnpbios (pid: 2, stackpage=cff17000) Stack: 00010f00 cff16000 ffffe000 00000001 00000286 00010f00 c011792d c01dde51 c0317670 00000000 00010f00 c144bfc0 00000000 0008e000 cff16000 c01054c8 00000000 00000078 c02b1fc0 Call Trace: [] [] [] Code: 8b 03 0f 0d 00 eb 64 8b 4b fc 8b 01 a8 03 74 54 31 c0 9c 5e >>EIP; c0112b5d <===== Trace; c011792d Trace; c01dde51 Trace; c01054c8 Code; c0112b5d 00000000 <_EIP>: Code; c0112b5d <===== 0: 8b 03 mov (%ebx),%eax <===== Code; c0112b5f 2: 0f 0d 00 prefetch (%eax) Code; c0112b62 5: eb 64 jmp 6b <_EIP+0x6b> c0112bc8 Code; c0112b64 7: 8b 4b fc mov 0xfffffffc(%ebx),%ecx Code; c0112b67 a: 8b 01 mov (%ecx),%eax Code; c0112b69 c: a8 03 test $0x3,%al Code; c0112b6b e: 74 54 je 64 <_EIP+0x64> c0112bc1 Code; c0112b6d 10: 31 c0 xor %eax,%eax Code; c0112b6f 12: 9c pushf Code; c0112b70 13: 5e pop %esi