From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 17 17:23:54 2008 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58D991065675 for ; Tue, 17 Jun 2008 17:23:54 +0000 (UTC) (envelope-from csjp@sub.vaned.net) Received: from sub.vaned.net (sub.vaned.net [205.200.235.40]) by mx1.freebsd.org (Postfix) with ESMTP id 23A738FC1A for ; Tue, 17 Jun 2008 17:23:54 +0000 (UTC) (envelope-from csjp@sub.vaned.net) Received: by sub.vaned.net (Postfix, from userid 1001) id 89C58442; Tue, 17 Jun 2008 12:07:29 -0500 (CDT) Date: Tue, 17 Jun 2008 12:07:29 -0500 From: "Christian S.J. Peron" To: Nick Sayer Message-ID: <20080617170729.GA36154@sub.vaned.net> References: <200806061720.m56HK3cJ047382@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200806061720.m56HK3cJ047382@freefall.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/122283: [ip6] [panic] Panic in ip_output related to IPv6 routes X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2008 17:23:54 -0000 On Fri, Jun 06, 2008 at 05:20:03PM +0000, Nick Sayer wrote: > The following reply was made to PR kern/122283; it has been noted by GNATS. > > From: Nick Sayer > To: bug-followup@FreeBSD.org > Cc: > Subject: Re: kern/122283: [ip6] [panic] Panic in ip_output related to IPv6 routes > Date: Fri, 6 Jun 2008 10:10:56 -0700 > > That stack trace looks like one of the alternate stack traces I have > observed. With the debugging symbols, it turns out to be in line 518 > of if_stf.c, which says > > RTFREE(sc->sc_ro.ro_rt); > > which, once again, points back to something being pooched in the route > table. > Is there anything going on when this happens? i.e. are you destroying a device, adding a route etc? Or is it simply routing packets when it occurs?