From owner-freebsd-current@FreeBSD.ORG Thu Mar 12 16:17:24 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6883106564A for ; Thu, 12 Mar 2009 16:17:24 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id AD9208FC18 for ; Thu, 12 Mar 2009 16:17:24 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n2CGHJtT042988 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 12 Mar 2009 09:17:19 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <49B9358F.9060805@freebsd.org> Date: Thu, 12 Mar 2009 09:17:19 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.18 (X11/20081209) MIME-Version: 1.0 To: Bruce Simpson References: <49B885A1.9000907@incunabulum.net> <20090312043239.GE25538@weongyo.cdnetworks.kr> <49B89C70.4020504@incunabulum.net> <200903121140.53652.Thomas.Sparrevohn@btinternet.com> <49B9113B.8070306@incunabulum.net> In-Reply-To: <49B9113B.8070306@incunabulum.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com; whitelist Cc: Thomas Sparrevohn , freebsd-current@freebsd.org Subject: Re: IGMPv3 hot interface detach panics? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2009 16:17:25 -0000 Bruce Simpson wrote: > Thomas Sparrevohn wrote: >> ... >> I am getting a panic as well - but I am not sure its related >> >> > > Looks like inm is NULL at line 1706 in igmp.c > > Can you confirm this by inspecting the core dump? i.e. > frame 9 > print inm > > gcc has inlined the functions at this point. It may be a symptom of a > race. > Can you reproduce what the system was doing at the time? It's the same panic I hit and not a race. I caught it just single-stepping through a normal net80211 vap teardown on device eject. Not sure I'll have time to look at it today. Sam