From owner-freebsd-current@FreeBSD.ORG Tue Mar 17 21:22:49 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 28672A26; Tue, 17 Mar 2015 21:22:49 +0000 (UTC) Received: from mail-ig0-x231.google.com (mail-ig0-x231.google.com [IPv6:2607:f8b0:4001:c05::231]) (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 E0532E00; Tue, 17 Mar 2015 21:22:48 +0000 (UTC) Received: by igbue6 with SMTP id ue6so83854204igb.1; Tue, 17 Mar 2015 14:22:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=nmuLGkbV9fnLCGKeg8Bg81/NUm1tc+n2N71cWEx4Igs=; b=s4PUnzlwYMOS5pVpOzW8PJnHN/VHJKsReMghvfmL2RaDBEjU4DzQ0Gk3e93ZK13GxZ IOujFXcY0g28ebU+f9HPGqqUCKbGOYYYqFx40y6kA3Xn/ZnkQbpJWFEQnBDKDq7WzHKK 8/1w/P8fM6he4lr5+BK+xNOxcLNR0yrTIWZ9uBUBAqKjWnM+dM28dunzrnfU8hrc5jPd H7tWs6SjMdBi/T8o/QlkwIXkoYausGWRw3L82YdUMNEuSYAFQ8oea7Oi8avA2qjPSHYL k3M0TPJL672D11hsGBA4zVGW1kmgaCg+t3+fwq5nDZXSoagsJAk0VFBUkBQQ4od/i5Sb FQ8g== MIME-Version: 1.0 X-Received: by 10.50.39.65 with SMTP id n1mr1374093igk.37.1426627368206; Tue, 17 Mar 2015 14:22:48 -0700 (PDT) Received: by 10.107.156.75 with HTTP; Tue, 17 Mar 2015 14:22:48 -0700 (PDT) In-Reply-To: <1426626487.62241.15.camel@freebsd.org> References: <1426529019.4766.1.camel@hardenedbsd.org> <1426618197.670703.241661961.0D1A6F14@webmail.messagingengine.com> <1426618644.62241.4.camel@freebsd.org> <1426626487.62241.15.camel@freebsd.org> Date: Tue, 17 Mar 2015 17:22:48 -0400 Message-ID: Subject: Re: sbuf-related panic From: Ryan Stone To: Ian Lepore Content-Type: text/plain; charset=UTF-8 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 21:22:49 -0000 On Tue, Mar 17, 2015 at 5:08 PM, Ian Lepore wrote: > I had commented-out INVARIANTS in my kernel config and forgotten that > (doh!) so none of the assertions were actually being tested. > FYI: there is now a GENERIC-NODEBUG kernel config checked into head so you can just buildkernel/installkernel with KERNCONF=GENERIC-NODEBUG when you want to run without invariants/witness/etc.