From owner-freebsd-virtualization@FreeBSD.ORG Tue Mar 4 05:39: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 01F7DAAB for ; Tue, 4 Mar 2014 05:39: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 B87D4174 for ; Tue, 4 Mar 2014 05:39:31 +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 C726B12188; Tue, 4 Mar 2014 15:39:30 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro-2.local ([64.245.0.210]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BSG34448 (AUTH peterg@ptree32.com.au); Tue, 4 Mar 2014 15:39:30 +1000 Message-ID: <53156710.1050503@freebsd.org> Date: Mon, 03 Mar 2014 21:39:28 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Andrea Brancatelli , "freebsd-virtualization@freebsd.org" Subject: Re: bhyve core dump... References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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, 04 Mar 2014 05:39:32 -0000 Hi Andrea, > I was installing mysql56 in a freebsd10 inside freebsd 10 and while doing > the install the machine bombed out. In the console this is what I got: > > Assertion failed: (aior != NULL), function ahci_handle_dma, file > /usr/src/usr.sbin/bhyve/pci_ahci.c, line 445. > Abort trap (core dumped) > > The VM was calculating the SHA256 of the distfile when it bombed out. > Nothing else was going on inside the VM at that time. > > I even have the .core if it matters. This is the issue that was fixed in HEAD with http://svnweb.freebsd.org/base?view=revision&revision=260999 Not yet in stable: should be there soon. The workaround is to use virtio block as the disk emulation. later, Peter.