From owner-freebsd-virtualization@FreeBSD.ORG Mon Mar 16 10:45:14 2015 Return-Path: Delivered-To: virtualization@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 08C3422E; Mon, 16 Mar 2015 10:45:14 +0000 (UTC) Received: from smtp.digiware.nl (smtp.digiware.nl [31.223.170.169]) (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 5DF1A9EE; Mon, 16 Mar 2015 10:45:13 +0000 (UTC) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id 77FE316A404; Mon, 16 Mar 2015 11:45:11 +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 09E4jdQPgkNG; Mon, 16 Mar 2015 11:44:50 +0100 (CET) Received: from [IPv6:2001:4cb8:3:1:9518:7c2:6988:6987] (unknown [IPv6:2001:4cb8:3:1:9518:7c2:6988:6987]) by smtp.digiware.nl (Postfix) with ESMTP id DA66B16A402; Mon, 16 Mar 2015 11:44:50 +0100 (CET) Message-ID: <5506B422.20100@digiware.nl> Date: Mon, 16 Mar 2015 11:44:50 +0100 From: Willem Jan Withagen Organization: Digiware Management b.v. User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Alexander Motin , Florian Smeets , virtualization@FreeBSD.org Subject: Re: bhyve 20150316 crashed References: <55061FF6.9010301@digiware.nl> <55069AAC.5050604@smeets.im> <55069B5C.4020100@FreeBSD.org> In-Reply-To: <55069B5C.4020100@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; format=flowed 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 10:45:14 -0000 On 16-3-2015 09:59, Alexander Motin wrote: > On 16.03.2015 10:56, Florian Smeets wrote: >> On 3/16/2015 1:12 AM, Willem Jan Withagen wrote: >>> 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 >>> >> >> I was about to report the same thing. I'm still running r280041 and >> wanted to repro with the latest changes before reporting. >> >> I've just now updates 7 bhyves to r280120 and am putting some load on it. > > I also hit this problem, and I hope it should be fixed by r280126. Alexander, Updated /usr/src, and then successfully updated the FreeBSD-head VM /usr/src. And it it now slugging away on building world. Which has not generated any problems. Thanx for the fast response. --WjW