From owner-freebsd-current@FreeBSD.ORG Tue Mar 17 19:14:41 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3577E6F2 for ; Tue, 17 Mar 2015 19:14:41 +0000 (UTC) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03B25C11 for ; Tue, 17 Mar 2015 19:14:40 +0000 (UTC) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id DF01C20BA3 for ; Tue, 17 Mar 2015 15:14:37 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute3.internal (MEProxy); Tue, 17 Mar 2015 15:14:39 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:x-sasl-enc:from:to:cc :mime-version:content-transfer-encoding:content-type:in-reply-to :references:subject:date; s=smtpout; bh=o6EECGfDYuU+C4aQlA5RdAZA tiI=; b=MdcXWP0Z1lhH9ACkuuEBxWigMm5WM1Ggt4FER+zmSOl1k0oz/TQcaCrY v2ELaHyg+hXqrNidvq44iK8HX3ofBV10hpHo9r603HHYQIcIq3UtsTOO8PJ8AQXI G4aNkaj2oEvXV2m9OLuH25z9+7Xh8MlMCFfcv7t0G9AI/e0Gf2M= Received: by web3.nyi.internal (Postfix, from userid 99) id C2D9A10F8F1; Tue, 17 Mar 2015 15:14:39 -0400 (EDT) Message-Id: <1426619679.676332.241672369.5773381C@webmail.messagingengine.com> X-Sasl-Enc: /ISGZUQ8aUJpd+ewU5Zh6/LloGTJSaOSi1kZyLH2sSgg 1426619679 From: Mark Felder To: Ian Lepore MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-15db86eb In-Reply-To: <1426618644.62241.4.camel@freebsd.org> References: <1426529019.4766.1.camel@hardenedbsd.org> <1426618197.670703.241661961.0D1A6F14@webmail.messagingengine.com> <1426618644.62241.4.camel@freebsd.org> Subject: Re: sbuf-related panic Date: Tue, 17 Mar 2015 14:14:39 -0500 Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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, 17 Mar 2015 19:14:41 -0000 On Tue, Mar 17, 2015, at 13:57, Ian Lepore wrote: > On Tue, 2015-03-17 at 13:49 -0500, Mark Felder wrote: > > > > On Mon, Mar 16, 2015, at 13:03, Shawn Webb wrote: > > > On amd64, doing a Poudriere run. On r280133: > > > > > > > I appeared to be hitting this on 280130, the most recent CURRENT > > snapshot. I'm going to build the latest since some sbuf fixes have > > landed and see if I can finish a poudriere build run. > > There is still a panic, one that I can't yet figure out why it wasn't > panicking before my changes, but I'm working on it. > Is the previous snapshot -- r279813 -- old enough to have missed the related changes? I'm just trying to get a machine up from 10.1-RELEASE to relatively CURRENT quickly.