From owner-freebsd-stable@FreeBSD.ORG Sun Jan 12 03:16:09 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB156214 for ; Sun, 12 Jan 2014 03:16:09 +0000 (UTC) Received: from mail.egr.msu.edu (hill.egr.msu.edu [35.9.37.162]) by mx1.freebsd.org (Postfix) with ESMTP id AE5981DE5 for ; Sun, 12 Jan 2014 03:16:08 +0000 (UTC) Received: from hill (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id E4309296A8 for ; Sat, 11 Jan 2014 22:16:00 -0500 (EST) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by hill (hill.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Zg37Y8aQoflh for ; Sat, 11 Jan 2014 22:16:00 -0500 (EST) Received: from EGR authenticated sender Message-ID: <52D208EF.1010601@egr.msu.edu> Date: Sat, 11 Jan 2014 22:15:59 -0500 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: panic: stable/10 with Debugging enabled in kern_cons.c:500 References: <1389478327.46758.7.camel@powernoodle.corp.yahoo.com> <1389480297.46758.9.camel@powernoodle.corp.yahoo.com> In-Reply-To: <1389480297.46758.9.camel@powernoodle.corp.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jan 2014 03:16:09 -0000 On 01/11/2014 17:44, Sean Bruno wrote: > On Sat, 2014-01-11 at 14:12 -0800, Sean Bruno wrote: >> I can't imagine that I'm the first person to run with the following >> debug options enabled: >> >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug-deadlocks.html >> >> But, I can't get stable/10 to post on a plain old supermicro box with >> those debugging symbols enabled. >> >> random: unblocking device. >> panic: mtx_lock_spin: recursed on non-recursive mutex cnputs_mtx >> @ /usr/src/sys/kern/kern_cons.c:500 >> > > Witness induced. Removed the witness option and this doesn't happen > (obviously). Can I get someone familiar with console code to look into > this? Kind of crappy when I'm investigating a resource starvation > issue. > > sean > Confirmed panic in 10-r258899M (20131203) on XenServer. For reference, what is your rev?