From owner-freebsd-current@FreeBSD.ORG Tue Mar 17 18:58:32 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF780ABB; Tue, 17 Mar 2015 18:58:32 +0000 (UTC) Received: from mail-la0-x22c.google.com (mail-la0-x22c.google.com [IPv6:2a00:1450:4010:c03::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 472AE9A0; Tue, 17 Mar 2015 18:58:32 +0000 (UTC) Received: by ladw1 with SMTP id w1so17052985lad.0; Tue, 17 Mar 2015 11:58:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=nNHEv6s8J80Ezx5zAIjlADV1rWgk1aY71hVh/i9wi2E=; b=uFSxszkTV/SqhSBfMBp6PEXFwFxoqAMHF0YbtU7wq+JnC/HzrXSVa6OSBzc1F4/99K 8s6FR8H/kI4mly12/P4OaYuAdK8xgPSgrCbNbaSzVTEU0cNDj+ifquszDg3sFYq0Mwy7 +f7NUX0qjyFAl/ffua4pam5vpNLdncUs715n/RR1CAfapDSieoLXwPVfV+lvp3Pmnz7W hk2cdnNMI0/xOuArluKtEDsLJyraVKe2X8evPtx66XuKAIAM2n/Gaoc775ys1GAlUvT3 zPEEd8fC/75cI5pINxdiNPHu/oM+XukwElc1sQgKBE+eAUqFpS2qCqjcl3QUnKh1F38g e8Xw== MIME-Version: 1.0 X-Received: by 10.112.26.209 with SMTP id n17mr55809857lbg.84.1426618710290; Tue, 17 Mar 2015 11:58:30 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.82.164 with HTTP; Tue, 17 Mar 2015 11:58:29 -0700 (PDT) In-Reply-To: <1426618197.670703.241661961.0D1A6F14@webmail.messagingengine.com> References: <1426529019.4766.1.camel@hardenedbsd.org> <1426618197.670703.241661961.0D1A6F14@webmail.messagingengine.com> Date: Tue, 17 Mar 2015 11:58:29 -0700 X-Google-Sender-Auth: CGG4l05AnOM6cftKC_LsZMhr56Y Message-ID: Subject: Re: sbuf-related panic From: Craig Rodrigues To: Mark Felder Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-current Current 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 18:58:32 -0000 On Tue, Mar 17, 2015 at 11:49 AM, 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. > The Jenkins build which boots a VM and runs the kyua tests is kernel panicking in sbuf as well: https://jenkins.freebsd.org/job/FreeBSD_HEAD-tests2/853/console You might want to see if that build passes before updating. -- Craig