From owner-freebsd-stable@FreeBSD.ORG Thu Jul 11 21:37:43 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 879C9EB0; Thu, 11 Jul 2013 21:37:43 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) by mx1.freebsd.org (Postfix) with ESMTP id 65C8B1741; Thu, 11 Jul 2013 21:37:43 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id BF1A8B990; Thu, 11 Jul 2013 17:37:42 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org Subject: Re: locks under printf(9) and WITNESS = panic? Date: Thu, 11 Jul 2013 16:21:41 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p25; KDE/4.5.5; amd64; ; ) References: <77F3F7FC35D843ADA82D54EF37249ED0@multiplay.co.uk> In-Reply-To: <77F3F7FC35D843ADA82D54EF37249ED0@multiplay.co.uk> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201307111621.41665.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 11 Jul 2013 17:37:42 -0400 (EDT) Cc: stable@freebsd.org, Steven Hartland X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jul 2013 21:37:43 -0000 On Saturday, June 29, 2013 9:19:24 pm Steven Hartland wrote: > when booting stable/9 under a debug kernel with WITNESS > enabled and verbose I get the following panic.. > > It seems very much like the discussion from a year back on > current: http://lists.freebsd.org/pipermail/freebsd-current/2012- January/031375.html > > Any ideas? Yeah, that lock needs to be MTX_RECURSE (the cnputs_mtx). However, it only recurses under witness. *sigh* -- John Baldwin