Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965554AbVKGXGH (ORCPT ); Mon, 7 Nov 2005 18:06:07 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965564AbVKGXGH (ORCPT ); Mon, 7 Nov 2005 18:06:07 -0500 Received: from zproxy.gmail.com ([64.233.162.199]:8595 "EHLO zproxy.gmail.com") by vger.kernel.org with ESMTP id S965554AbVKGXGF convert rfc822-to-8bit (ORCPT ); Mon, 7 Nov 2005 18:06:05 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=R+FV4ACkxyNaew1IHKoAoqvlFd9LJnogicneKQbn4UZGgLNs/khU10kYEaSsZehe9TaeXQ/TExN3tHU47c5BJ8TzQH+Q8tnFHbiUBU1vzEHpH0sJr/1HuOL/jJ7SHjsz+C1I6OIweFdrpsFZ9oK5W5YnYCEBqfIgUaQPWU5viyY= Message-ID: Date: Mon, 7 Nov 2005 18:06:04 -0500 From: Adayadil Thomas To: linux-kernel@vger.kernel.org Subject: (2.6.12) Unable to handle kernel paging request at virtual address 00100100 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2047 Lines: 52 Kernel Version: 2.6.12 I am debugging one module I have written. (ip_conntrack_dos) Given below is the Oops message. It would be greatly appreciated if someone could answer the questions I have. 1. "Unable to handle kernel paging request at virtual address 00100100" --> I am wondering if this is a 2.6.12 's general issue or something to do with my module. 2. I have the System.map that was crated when I compiled the 2.6.12 kernel. This does'nt contain the symbols relevant to my module. How can I get a System.map after I load my module ? Any information is much appreciated. Thanks <1>Unable to handle kernel paging request at virtual address 00100100 <1> printing eip: <4>f8bb245b <1>*pde = 00000000 <1>Oops: 0000 [#1] <4>PREEMPT SMP <4>Modules linked in: ip_conntrack_dos e1000 <4>CPU: 0 <4>EIP: 0060:[] Tainted: P VLI <4>EFLAGS: 00010246 (2.6.12) <4>EIP is at init_conntrack_syn+0x193/0x214 [ip_conntrack_dos] <4>eax: dd0f34b3 ebx: f48de908 ecx: f48de900 edx: 00000000 <4>esi: f4c65bc8 edi: f48de900 ebp: 00100100 esp: c040dae0 <4>ds: 007b es: 007b ss: 0068 <4>Process swapper (pid: 0, threadinfo=c040c000 task=c036eb00) <4>Stack: 0239ed81 c040db20 f69a4480 f7549000 f48de900 f48de91c 000023a8 f8ca1000 <4> 00000000 00000000 f8bb27bf c040db20 0239ed81 c040dbf0 80000000 c02cb5d0 <4> a5ecad96 c0406108 010a0a0a c0065000 f7549000 00000000 c02b82b1 c02b860f <4>Call Trace: <4> [] help+0x1ff/0x22c [ip_conntrack_dos] <4> [] br_dev_queue_push_xmit+0x0/0xe4 <4> [] ipt_route_hook+0x21/0x28 <4> [] ip_nat_out+0x63/0x68 <4> [] ip_conntrack_help+0x26/0x38 <4> [] nf_iterate+0x33/0x70 - 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/