Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id fARD3qA16108 for linux-xfs-outgoing; Tue, 27 Nov 2001 05:03:52 -0800 Received: from mail.uni-kl.de (mail.uni-kl.de [131.246.137.52]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id fARD3fo16086 for ; Tue, 27 Nov 2001 05:03:42 -0800 Received: from aixs1.rhrk.uni-kl.de (aixs1.rhrk.uni-kl.de [131.246.137.3]) by mail.uni-kl.de (8.10.2+Sun/8.11.5) with ESMTP id fARC3cH24310 for ; Tue, 27 Nov 2001 13:03:38 +0100 (MET) Received: from trip210.wohnheim.uni-kl.de ([131.246.188.10] helo=student.uni-kl.de ident=ralf) by aixs1.rhrk.uni-kl.de with esmtp (Exim 3.33 #2) id 168gxd-000cKU-00 for linux-xfs@oss.sgi.com; Tue, 27 Nov 2001 13:03:38 +0100 Message-ID: <3C039CDD.70608@student.uni-kl.de> Date: Tue, 27 Nov 2001 15:02:05 +0100 From: "R. Sinoradzki" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6+) Gecko/20011119 X-Accept-Language: en MIME-Version: 1.0 To: linux-xfs@oss.sgi.com Subject: 2.4.15 Oops on unmount Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Hi, I have just compiled a new kernel (2.4.15) and get an Oops when unmounting a XFS partition. My last kernel was 2.4.15-pre7-xfs and worked fine. It was compiled with gcc-3.0. Because of a problem with the Nvidia driver (which doesn`t compile right with gcc-3.0) I made an update to 2.4.15 and compiled everything with egcs again. Processor: Athlon Chipset: Via KT-266A Drives: 2x Maxtor IDE This is, what ksymoops says: ksymoops 2.4.3 on i686 2.4.15-xfs. Options used -V (default) -k /proc/ksyms (default) -l /proc/modules (default) -o /lib/modules/2.4.15-xfs/ (default) -m /System.map (specified) <1>Unable to handle kernel NULL pointer dereference at virtual address 0000001c <4>c01f6556 <1>*pde = 00000000 <4>Oops: 0000 <4>CPU: 0 <4>EIP: 0010:[] Tainted: P Using defaults from ksymoops -t elf32-i386 -a i386 <4>EFLAGS: 00010202 <4>eax: 00000000 ebx: cea04c20 ecx: 00000000 edx: 00000000 <4>esi: ce42b800 edi: 00000000 ebp: cea04c20 esp: cfd15ec0 <4>ds: 0018 es: 0018 ss: 0018 <4>Process umount (pid: 272, stackpage=cfd15000) <4>Stack: 00000000 c15f7b80 00000004 00000000 00000000 c01f646d c01e2ecb cea04c20 <4> cea04c20 00000000 ce42b800 c15f7b80 00000000 00000000 00000000 c15f7b80 <4> c01edd3a ce42b800 00000000 c0351400 c15f7b80 00001608 ce42b400 00000200 <4>Call Trace: [] [] [] [] [] <4> [] [] [] [] [] [] <4>Code: 8b 50 1c 8b 40 18 89 44 24 10 89 54 24 14 8d 44 24 04 50 53 >>EIP; c01f6556 <===== Trace; c01f646c Trace; c01e2eca Trace; c01edd3a Trace; c01f58d0 Trace; c0135142 Trace; c01441ce <__mntput+1e/30> Trace; c0138c66 Trace; c0144b38 Trace; c0123d34 Trace; c0144b5c Trace; c0106cfa Code; c01f6556 00000000 <_EIP>: Code; c01f6556 <===== 0: 8b 50 1c mov 0x1c(%eax),%edx <===== Code; c01f6558 3: 8b 40 18 mov 0x18(%eax),%eax Code; c01f655c 6: 89 44 24 10 mov %eax,0x10(%esp,1) Code; c01f6560 a: 89 54 24 14 mov %edx,0x14(%esp,1) Code; c01f6564 e: 8d 44 24 04 lea 0x4(%esp,1),%eax Code; c01f6568 12: 50 push %eax Code; c01f6568 13: 53 push %ebx I hope, this is information enough. I dont't know much about kernel bug tracking, so please tell me, if you need more information. Bye, Ralf