From owner-freebsd-virtualization@FreeBSD.ORG Mon Jun 23 21:13:27 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 11705B21; Mon, 23 Jun 2014 21:13:27 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E12C7250B; Mon, 23 Jun 2014 21:13:26 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id F1D76B91F; Mon, 23 Jun 2014 17:13:24 -0400 (EDT) From: John Baldwin To: freebsd-virtualization@freebsd.org Subject: Re: bhyve crash Date: Mon, 23 Jun 2014 12:58:54 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20140415; KDE/4.5.5; amd64; ; ) References: <20140620131323.GC83357@mouf.net> In-Reply-To: <20140620131323.GC83357@mouf.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201406231258.55006.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 23 Jun 2014 17:13:25 -0400 (EDT) X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 23 Jun 2014 21:13:27 -0000 On Friday, June 20, 2014 9:13:27 am Steve Wills wrote: > Hi, > > Just had a bhyve crash on 11-CURRENT. The host is r267362. The guest is > r266947. The crash was: > > pid 38256 (bhyve), uid 0: exited on signal 6 (core dumped) > > (The formatting of this may be off a bit) > > vmexit[12] > reason VMX > rip 0xffffffff80d9e11d > inst_length 3 > status 0 > exit_reason 2 > qualification 0x0000000000000000 > inst_type 0 > inst_error 0 > > I can provide the core dump file. Ideas? The backtrace from the core would be good as signal 6 is usually an abort() (such as from an assertion failure). -- John Baldwin