From owner-freebsd-virtualization@FreeBSD.ORG Mon Mar 16 09:44:22 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 84C549B; Mon, 16 Mar 2015 09:44:22 +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 8D53AFE7; Mon, 16 Mar 2015 09:44:21 +0000 (UTC) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id A68FD16A408; Mon, 16 Mar 2015 10:44:13 +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 R2N5gkspri5I; Mon, 16 Mar 2015 10:44:12 +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 6BB3016A404; Mon, 16 Mar 2015 10:31:38 +0100 (CET) Message-ID: <5506A2FB.7050100@digiware.nl> Date: Mon, 16 Mar 2015 10:31:39 +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: 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 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 09:44:22 -0000 On 16/03/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. > Thanx, I'll svnup again, and build the new stuff. --WjW