From owner-freebsd-net@FreeBSD.ORG Sun Oct 2 15:53:03 2005 Return-Path: X-Original-To: net@FreeBSD.org Delivered-To: freebsd-net@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13AA416A41F; Sun, 2 Oct 2005 15:53:03 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from mrout1-b.corp.dcn.yahoo.com (mrout1-b.corp.dcn.yahoo.com [216.109.112.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A67D43D5A; Sun, 2 Oct 2005 15:52:58 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (proxy8.corp.yahoo.com [216.145.48.13]) by mrout1-b.corp.dcn.yahoo.com (8.13.4/8.13.4/y.out) with ESMTP id j92FqYjU012051; Sun, 2 Oct 2005 08:52:34 -0700 (PDT) Date: Sun, 02 Oct 2005 16:52:38 +0100 Message-ID: From: gnn@FreeBSD.org To: Andre Oppermann In-Reply-To: <433ABC12.948DA54D@freebsd.org> References: <20050927222634.GA46375@xor.obsecurity.org> <20050928151319.GA27347@xor.obsecurity.org> <433ABC12.948DA54D@freebsd.org> User-Agent: Wanderlust/2.12.2 (99 Luftballons) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/21.3.50 (powerpc-apple-darwin8.1.0) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: SUZUKI Shinsuke , net@FreeBSD.org, Kris Kennaway Subject: Re: ipv6 panic in 6.0 ([kris@FreeBSD.org: kern/85780: 'panic:bogus refcnt 0' in routing/ipv6]) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2005 15:53:03 -0000 Hi, I am working, very slowly, through this bug, but in the hopes that others might know something and chime in the packet that caused this is an ICMPv6 packet for neighbor solicitation (type 135, code 0), directed at the machine which paniced, i.e. not broadcast or multicast and is attempting to look up a network route, or at least that's what it looks like. I say that it is looking up a network route because the target address portion of the packet includes only the first 8 bytes, which in this case are the 64 bits of prefix for the IPv6 network which the interface is on. I'll keep digging but figured I'd throw this out there to anyone who might have more clue. Later, George