From owner-freebsd-virtualization@FreeBSD.ORG Tue Apr 8 18:43:32 2014 Return-Path: Delivered-To: freebsd-virtualization@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 958EC263; Tue, 8 Apr 2014 18:43:32 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 58439144D; Tue, 8 Apr 2014 18:43:32 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id D8A0A1236F; Wed, 9 Apr 2014 04:43:30 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro-2.local (c-69-181-164-196.hsd1.ca.comcast.net [69.181.164.196]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BTF21543 (AUTH peterg@ptree32.com.au); Wed, 9 Apr 2014 04:43:30 +1000 Message-ID: <5344434F.6000004@freebsd.org> Date: Tue, 08 Apr 2014 11:43:27 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Steve Wills Subject: Re: bhyve VM crashed References: <20140408182844.GC84921@mouf.net> In-Reply-To: <20140408182844.GC84921@mouf.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-virtualization@FreeBSD.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2014 18:43:32 -0000 Hi Steve, > I experienced a bhyve VM crash with this message: > > vm exit[1] > reason VMX > rip 0xffffffff80c7490b > inst_length 3 > status 0 > exit_reason 2 That's a triple-fault :( (the exit reasons are the VMX ones in Appendix C, Vol 3 of the Intel SDM). Any idea what was happening at the time ? Also, for the guest, do you have the config that was being used (e.g. bhyve command line) ? later, Peter.