From owner-freebsd-virtualization@FreeBSD.ORG Mon Mar 16 00:12:55 2015 Return-Path: Delivered-To: virtualization@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B04331F for ; Mon, 16 Mar 2015 00:12:55 +0000 (UTC) Received: from smtp.digiware.nl (unknown [IPv6:2001:4cb8:90:ffff::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BD22C91 for ; Mon, 16 Mar 2015 00:12:51 +0000 (UTC) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id 7E03A16A405 for ; Mon, 16 Mar 2015 01:12:47 +0100 (CET) X-Virus-Scanned: amavisd-new at digiware.nl Received: from smtp.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VfrnTQMbSaaC; Mon, 16 Mar 2015 01:12:37 +0100 (CET) Received: from [192.168.10.211] (unknown [192.168.10.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.digiware.nl (Postfix) with ESMTPSA id B8D5216A404 for ; Mon, 16 Mar 2015 01:12:37 +0100 (CET) Message-ID: <55061FF6.9010301@digiware.nl> Date: Mon, 16 Mar 2015 01:12:38 +0100 From: Willem Jan Withagen User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: virtualization@FreeBSD.org Subject: bhyve 20150316 crashed Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 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, 16 Mar 2015 00:12:55 -0000 Assertion failed: (err == 0), function pci_vtblk_proc, file /usr/srcs/src11/src/usr.sbin/bhyve/pci_virtio_block.c, line 276. I noticed some work by several people on the virtio part of the tree. This is with todays tree: bhyve00 11.0-CURRENT FreeBSD 11.0-CURRENT #72 r280010: En VM crashing is an older FreeBSD-head, whilest running svlite up. And err is actually 7, type = 1 --WjW