From owner-freebsd-stable@FreeBSD.ORG Fri Apr 18 11:02:49 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 872C5106564A; Fri, 18 Apr 2008 11:02:49 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 5209F8FC1C; Fri, 18 Apr 2008 11:02:49 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id E1504100A6E; Fri, 18 Apr 2008 07:02:48 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Fri, 18 Apr 2008 07:02:48 -0400 X-Sasl-enc: v4wzM18H/Wa1gwNF1Wi/ow6x1e/2kKlDcOI1wq92ay9Y 1208516568 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 2F31029ED4; Fri, 18 Apr 2008 07:02:48 -0400 (EDT) Message-ID: <48087FD7.5070900@FreeBSD.org> Date: Fri, 18 Apr 2008 12:02:47 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.12 (X11/20080405) MIME-Version: 1.0 To: John Baldwin References: <01ab01c898ca$ce4763e0$6ad62ba0$@muni.cz> <200804080957.30738.jhb@freebsd.org> <47FBB24B.60504@FreeBSD.org> In-Reply-To: <47FBB24B.60504@FreeBSD.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Petr Holub , freebsd-stable@freebsd.org, re@FreeBSD.org Subject: Re: panics on 6.3-RELEASE in IP stack X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2008 11:02:49 -0000 Bruce M. Simpson wrote: >>> >>> I started to play with RAT application (ports: mbone/rat + an SVN >>> version) >>> and >>> it seems to crash my 6.3-RELEASE-p1 box in rather deterministic way. >>> Crash >>> details are shown below. Has anyone seen a problem like this? >>> >> >> Yes, there's an off-by-one reference count bug in the multicast stuff. > > I concur, this fix should really be MFCed. The problem went away in > 7.x due to a total rewrite. I am distracted by other stuff at the > moment, so, starter's orders... This just bit me. The fix is in RELENG_6, but it is not present after the -p1 tag. So updating to STABLE should fix the problem for Petr. Whilst 6 is no longer the STABLE branch, I think this really should go onto 6 in case any other releases happen from that branch. cheers BMS