From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roel Kluin <12o3l@tiscali.nl> Subject: Re: [BUG] in inet6_create Date: Thu, 01 Nov 2007 22:14:23 +0100 Message-ID: <472A41AF.2030704@tiscali.nl> References: <472A3218.20708@tiscali.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: linux-net@vger.kernel.org To: netdev@vger.kernel.org Return-path: Received: from smtp-out2.tiscali.nl ([195.241.79.177]:39508 "EHLO smtp-out2.tiscali.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753398AbXKAVO2 (ORCPT ); Thu, 1 Nov 2007 17:14:28 -0400 In-Reply-To: <472A3218.20708@tiscali.nl> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Roel Kluin wrote: > I got this bug recently, I am not sure whether this is related to any previously > reported ones. It was a recently pulled git kernel. Also I have been hacking my > kernel a bit lately, but I think that I haven't got any changes in the currently > running kernel. > > FYI: my network card was not running (module not loaded, and I just started > thunderbird) > > Roel > > More information needed? > -- probably mailing to linux-net was more appropriate > > NET: Registered protocol family 10 > BUG: unable to handle kernel NULL pointer dereference at virtual address 00000000 > printing eip: f881034f *pde = 00000000 > Oops: 0000 [#1] > Modules linked in: ipv6 > > Pid: 17080, comm: modprobe Not tainted (2.6.24-rc1 #1) > EIP: 0060:[] EFLAGS: 00010293 CPU: 0 > EIP is at inet6_create+0x5f/0x340 [ipv6] > EAX: 00000000 EBX: 00000000 ECX: f7621fd5 EDX: f8842e78 > ESI: ffffffff EDI: 0000003a EBP: ffffff9f ESP: d780de74 > DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 0068 > Process modprobe (pid: 17080, ti=d780c000 task=c3a86000 task.ti=d780c000) > Stack: 00000000 00000246 00000246 00000003 c60e22a0 00000246 00000000 00000000 > f88410fc ffffffea 00000003 c063f680 c028d597 00000002 00000001 c028d52c > c60e22a0 00000003 f8842d00 00000032 00000000 c028d6a7 0000003a f88438c0 > Call Trace: > [] __sock_create+0xf7/0x1e0 > [] __sock_create+0x8c/0x1e0 > [] sock_create_kern+0x27/0x30 > [] icmpv6_init+0x1f/0xa0 [ipv6] > [] inet6_init+0x13f/0x2f0 [ipv6] > [] sys_init_module+0x173/0x16c0 > [] autoremove_wake_function+0x0/0x50 > [] sys_read+0x41/0x70 > [] syscall_call+0x7/0xb > ======================= > Code: c0 85 c9 0f 84 12 02 00 00 c7 44 24 18 00 00 00 00 0f bf c6 c1 e0 03 8b 98 80 2e 84 f8 8d 90 80 2e 84 f8 89 5c 24 1c 8b 44 24 1c <8b> 00 0f 18 00 90 39 d3 bd a2 ff ff ff 75 36 e9 f3 01 00 00 85 > EIP: [] inet6_create+0x5f/0x340 [ipv6] SS:ESP 0068:d780de74 > BUG: unable to handle kernel NULL pointer dereference at virtual address 00000000 > printing eip: f881034f *pde = 00000000 > Oops: 0000 [#2] > Modules linked in: ipv6 > > Pid: 17078, comm: thunderbird-bin Tainted: G D (2.6.24-rc1 #1) > EIP: 0060:[] EFLAGS: 00210293 CPU: 0 > EIP is at inet6_create+0x5f/0x340 [ipv6] > EAX: 00000000 EBX: 00000000 ECX: f7621fd5 EDX: f8842e78 > ESI: ffffffff EDI: 00000000 EBP: ffffff9f ESP: c2801f00 > DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 0068 > Process thunderbird-bin (pid: 17078, ti=c2800000 task=c20bf000 task.ti=c2800000) > Stack: c0185024 00200246 00200246 00000001 c60e2000 00200246 00000000 00000000 > f88410fc ffffffea 00000001 c063f680 c028d597 00000002 00000001 c028d52c > c60e2000 00000001 0000000a 08b095bc c2800000 c028d6e9 00000000 c2801f74 > Call Trace: > [] new_inode+0x24/0x90 > [] __sock_create+0xf7/0x1e0 > [] __sock_create+0x8c/0x1e0 > [] sock_create+0x39/0x50 > [] sys_socket+0x1c/0x50 > [] sys_socketcall+0x68/0x280 > [] trace_hardirqs_on+0xbb/0x160 > [] do_sched_setscheduler+0xad/0xc0 > [] restore_nocheck+0x12/0x15 > [] syscall_call+0x7/0xb > ======================= > Code: c0 85 c9 0f 84 12 02 00 00 c7 44 24 18 00 00 00 00 0f bf c6 c1 e0 03 8b 98 80 2e 84 f8 8d 90 80 2e 84 f8 89 5c 24 1c 8b 44 24 1c <8b> 00 0f 18 00 90 39 d3 bd a2 ff ff ff 75 36 e9 f3 01 00 00 85 > EIP: [] inet6_create+0x5f/0x340 [ipv6] SS:ESP 0068:c2801f00 > - > To unsubscribe from this list: send the line "unsubscribe netdev" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >