From owner-freebsd-current@FreeBSD.ORG Tue Mar 24 01:01:03 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 59BC8106564A for ; Tue, 24 Mar 2009 01:01:03 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id 2E3F58FC08 for ; Tue, 24 Mar 2009 01:01:02 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id B491B2FBD23; Mon, 23 Mar 2009 20:45:39 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 23 Mar 2009 20:45:39 -0400 X-Sasl-enc: L0y8/EIOlXgpW0WRUg0lLCPjGz5B+jpXmbByN2fQExHP 1237855539 Received: from empiric.lon.incunabulum.net (unknown [81.168.51.182]) by mail.messagingengine.com (Postfix) with ESMTPSA id 1BF7332140; Mon, 23 Mar 2009 20:45:38 -0400 (EDT) Message-ID: <49C82D31.1030200@FreeBSD.org> Date: Tue, 24 Mar 2009 00:45:37 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.19 (X11/20090126) MIME-Version: 1.0 To: Pierre Guinoiseau References: <49C819BB.4090100@poildetroll.net> In-Reply-To: <49C819BB.4090100@poildetroll.net> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Kernel panic with IGMPv3 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: Tue, 24 Mar 2009 01:01:03 -0000 Pierre Guinoiseau wrote: > Here is the kgdb output with a kernel compiled today from latest > current, I hope this helps, and I'm at your disposition if more infos > are required to solve this problem. :) > Full ifconfig and the value of 'error' returned by ip_output() in that stack frame please...! Some issues were found and fixed after the merge. It looks like for whatever reason, ip_output() fails at that point, and it is possible that the mbuf chain shouldn't be getting freed at that point. Are you running avahi or SMP? cheers, BMS P.S. I will be going on holiday tomorrow and will not be able to help out further for at least a week.