From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Caputo Subject: panic with 2.6.28 while doing "ip -6 route" Date: Wed, 14 Jan 2009 02:30:11 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: netdev@vger.kernel.org Return-path: Received: from nacho.alt.net ([208.90.169.18]:57357 "EHLO nacho.alt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751185AbZANCgy (ORCPT ); Tue, 13 Jan 2009 21:36:54 -0500 Sender: netdev-owner@vger.kernel.org List-ID: On a 2.6.28 x86 system with a full IPv6 route table - 1,524 routes - I can reproducibly panic the system with the following: ip -6 route | head The above finishes and a command prompt is shown. Then about half of the time I get a panic: BUG: unable to handle kernel paging request at 01000014 [] ? inet6_rtm_delroute+0x0/0x22 [] ? inet6_rtm_delroute+0x1c/0x22 [] ? rtnetlink_rcv_msg+0x188/0x1a2 [] ? rtnetlink_rcv_msg+0x0/0x1a2 [] ? netlink_rcv_skb+0x30/0x75 [] ? rtnetlink_rcv+0x17/0x1f [] ? netlink_unicast+0x1a8/0x209 [] ? netlink_sendmsg+0x21a/0x227 [] ? sock_sendmsg+0xca/0xe1 [] ? autoremove_wake_function+0x0/0x33 [] ? nommu_map_single+0x0/0x41 [] ? dev_kfree_skb_any+0x23/0x2e [] ? e1000_unmap_and_free_tx_resource+0x5b/0x70 [e1000] [] ? copy_from_user+0x2c/0x4f [] ? verify_iovec+0x40/0x73 [] ? sys_sendmsg+0x14f/0x1aa [] ? sys_socketcall+0x140/0x16d [] ? sysenter_do_call+0x12/0x25 Code: 00 ff 48 0c 8b 81 dc 01 00 00 ff 40 14 39 53 18 75 07 c7 43 18 00 00 00 00 b8 d0 2d 5a c0 e8 a6 3f 04 00 8b 15 e4 2d 5a c0 eb 1f <80> 7a 14 02 75 16 39 72 10 75 11 8b 86 88 00 00 00 85 c0 89 42 EIP: [] fib6_del+0xd9/0x395 SS:ESP 0068:f6457c10 Kernel panic - not syncing: Fatal exception in interrupt Rebooting in 10 seconds.. or: BUG: unable to handle kernel NULL pointer dereferen [] ? ip6_route_del+0xd7/0xfc [] ? inet6_rtm_delroute+0x0/0x22 [] ? inet6_rtm_delroute+0x1c/0x22 [] ? rtnetlink_rcv_msg+0x188/0x1a2 [] ? rtnetlink_rcv_msg+0x0/0x1a2 [] ? netlink_rcv_skb+0x30/0x75 [] ? rtnetlink_rcv+0x17/0x1f [] ? netlink_unicast+0x1a8/0x209 [] ? netlink_sendmsg+0x21a/0x227 [] ? sock_sendmsg+0xca/0xe1 [] ? autoremove_wake_function+0x0/0x33 [] ? __kfree_skb+0x63/0x66 [] ? kfree_skb+0x29/0x2b [] ? unix_stream_recvmsg+0x38e/0x424 [] ? copy_from_user+0x2c/0x4f [] ? verify_iovec+0x40/0x73 [] ? sys_sendmsg+0x14f/0x1aa [] ? sys_socketcall+0x140/0x16d [] ? sysenter_do_call+0x12/0x25 Code: 00 ff 48 0c 8b 81 dc 01 00 00 ff 40 14 39 53 18 75 07 c7 43 18 00 00 00 00 b8 d0 2d 5a c0 e8 a6 3f 04 00 8b 15 e4 2d 5a c0 eb 1f <80> 7a 14 02 75 16 39 72 10 75 11 8b 86 88 00 00 00 85 c0 89 42 EIP: [] fib6_del+0xd9/0x395 SS:ESP 0068:f6535c10 Kernel panic - not syncing: Fatal exception in interrupt Rebooting in 10 seconds.. I'm not sure if the "head" command is related. Quagga with BGP is running on this system. Other details: CPUs: 2x Intel Xeon 3.06ghz 533mhz FSB 512k ECC cache (both are CPUID F29) RAM: 1GB Motherboard: Intel SE7501HG2. Board Part Number: A95718-306 Kernel: Linux 2.6.28 NIC driver: e1000-8.0.6 from sourceforge NICs: - dual GigE on motherboard - Intel PRO/1000 MF Dual Port Server Adapter InterruptThrottleRate: 0 Chris