From owner-freebsd-current@FreeBSD.ORG Mon Jul 9 15:41:41 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C746A106566C; Mon, 9 Jul 2012 15:41:41 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 8DEBF8FC0C; Mon, 9 Jul 2012 15:41:41 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [202.12.127.84]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA" (not verified)) (Authenticated sender: imb@protected-networks.net) by sarah.protected-networks.net (Postfix) with ESMTPSA id 33C7B617C; Mon, 9 Jul 2012 11:41:39 -0400 (EDT) DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=im9sS8IaDMKYTMyJguvtyZnGE7ZzFg+ASDmSGI1hd6bOEauXafrL+xBZLgOdltYMq hHc4divl+njuLg/JYrp6tOs7N+gwQE9IU5jFbERGUwq5WL7oBzbqw3wctFzR+1+ Message-ID: <4FFAFBB2.6070909@protected-networks.net> Date: Mon, 09 Jul 2012 11:41:38 -0400 From: Michael Butler User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:13.0) Gecko/20120619 Thunderbird/13.0.1 MIME-Version: 1.0 To: John Baldwin References: <4FF98128.6050607@protected-networks.net> <20120708133455.GX2338@deviant.kiev.zoral.com.ua> <4FF98F21.9060003@protected-networks.net> <201207091122.38865.jhb@freebsd.org> In-Reply-To: <201207091122.38865.jhb@freebsd.org> X-Enigmail-Version: 1.4.2 OpenPGP: id=0442D492 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Konstantin Belousov , current@freebsd.org Subject: Re: sleeping thread panic? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 09 Jul 2012 15:41:41 -0000 On 07/09/12 11:22, John Baldwin wrote: > On Sunday, July 08, 2012 9:46:09 am Michael Butler wrote: [ .. snip .. ] >> >> Sorry, that is the entire info file - nothing more than I've posted is >> logged, > For future reference, you can look at the core.txt.0 file generated > by crashinfo. It should contain the dmesg near the bottom and you could > have gotten the stack trace of the broken thread from that. While that's usually the case in my experience, none was written with this :-( imb