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, 21 Feb 2003 08:23:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 21 Feb 2003 08:23:11 -0500 Received: from pae99.poznan.sdi.tpnet.pl ([217.98.164.99]:27804 "HELO pae99.poznan.sdi.tpnet.pl") by vger.kernel.org with SMTP id ; Fri, 21 Feb 2003 08:23:09 -0500 Reply-To: From: =?iso-8859-2?Q?=A3ukasz_Tylski?= To: Subject: 2.4.20 cbq oops Date: Fri, 21 Feb 2003 14:33:10 +0100 Organization: BDI Message-ID: <001101c2d9ad$c85a83e0$0c07010a@apltyl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi there. Does somebody could tell me what could make this happen : ksymoops 2.4.8 on i686 2.4.20. Options used -v vmlinux (specified) -k /proc/ksyms (default) -l /proc/modules (default) -o /lib/modules/2.4.20/ (default) -m System.map (specified) Error (regular_file): read_ksyms stat /proc/ksyms failed No modules in ksyms, skipping objects No ksyms, skipping lsmod Warning (compare_maps): mismatch on symbol state b, System.map says c02f8580, vmlinux says 0. Ignoring System.map entry Warning (compare_maps): mismatch on symbol state a, vmlinux says 0, System.map says c02f8580. Ignoring System.map entry Unable to handle kernel NULL pointer dereference at virtual address 00000000 c01cf7d0 *pde = 00000000 Oops: 0000 CPU: 0 EIP: 0010:[] Not tainted Using defaults from ksymoops -t elf32-i386 -a i386 EFLAGS: 00010296 eax: 00000004 ebx: ced2b05c ecx: 00000000 edx: 00000000 esi: c0288380 edi: ced2b000 ebp: ced2b000 esp: cedb7c24 ds: 0018 es: 0018 ss: 0018 Process tc (pid: 47, stackpage=cedb7000) Stack: cedb7c34 00000007 00000004 000001f0 c12c3540 c12c3538 00000246 000001f0 00000202 00000008 00000000 00000268 00000268 c0288380 c01cf7a0 c01cabf4 ced2b000 00000000 cef2d898 cfed5ea4 cfed5e90 00010000 cf3a7780 cfedc800 Call Trace: [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] Code: 0f b7 02 83 e8 04 89 44 24 0c e8 41 82 ff ff 85 c0 78 1d 8b >>EIP; c01cf7d0 <===== >>esi; c0288380 Trace; c01cf7a0 Trace; c01cabf4 Trace; c01cb2fb Trace; c01c8143 Trace; c01c8888 Trace; c01c84a0 Trace; c01c81d0 Trace; c01e188a Trace; c01e1129 Trace; c01e15ed Trace; c01baa05 Trace; c01bbf57 Trace; c0120fc7 Trace; c0110248 Trace; c01bb38d Trace; c01bc446 Trace; c01100d0 Trace; c0107510 Trace; c010741f Code; c01cf7d0 00000000 <_EIP>: Code; c01cf7d0 <===== 0: 0f b7 02 movzwl (%edx),%eax <===== Code; c01cf7d3 3: 83 e8 04 sub $0x4,%eax Code; c01cf7d6 6: 89 44 24 0c mov %eax,0xc(%esp,1) Code; c01cf7da a: e8 41 82 ff ff call ffff8250 <_EIP+0xffff8250> Code; c01cf7df f: 85 c0 test %eax,%eax Code; c01cf7e1 11: 78 1d js 30 <_EIP+0x30> Code; c01cf7e3 13: 8b 00 mov (%eax),%eax 2 warnings and 1 error issued. Results may not be reliable. I think the problem could be with glibc 2.3/2.3.1 but I am not sure. Maybe someone had the same. Regards, Lukasz Tylski