From owner-freebsd-virtualization@FreeBSD.ORG Tue Apr 8 19:55:17 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 4EC123F4 for ; Tue, 8 Apr 2014 19:55:17 +0000 (UTC) Received: from mail-ig0-x232.google.com (mail-ig0-x232.google.com [IPv6:2607:f8b0:4001:c05::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 13B361C23 for ; Tue, 8 Apr 2014 19:55:16 +0000 (UTC) Received: by mail-ig0-f178.google.com with SMTP id hn18so1521617igb.11 for ; Tue, 08 Apr 2014 12:55:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dokukino.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=+T1Liomt/aj09CkjbmmQlFSWv7ePW/ujtXmr2/OmOiI=; b=s+B9GLAzzVuZtEtSYl1AlphrMnOaDXaaLe/pBP4+ZAzT013sVm4PB7JxCkCBbVq9xH yc04dEo7Rd8VmZAtoTQz6VWJG0kvlxx/UvO/3rjiDOp/wMEkAJjXelztT4ro7R9eOg7Q F8K2QZIl1edvHHxUaR1CEUHRiUmPxHYqApl2o= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=+T1Liomt/aj09CkjbmmQlFSWv7ePW/ujtXmr2/OmOiI=; b=hs44Lj/hgMGKwoOcgJwLgATmF+zJGHleFZjKbuO5uqnxKQzUx8ZcaxGLpwe1tKY7Kk aIVXV+k1yaufGfi1d4mRbliMPq3i9i6p2OnKuS66JyswAqa60QiZEGaoivVVfSaa9xLq +OZF76q+psUWnpC5ZkMNJ5OdoUZcYgFnNZWR6rLICGHJSwxDjEMjHMbDpLxigsMGXvFH KDV7NGZCDDX04nT0kAocztCkZz6KJ3JabdYHFhQCy8TVq7UtUNqn0N+BweqCq+03Emjc JsIYNmwgSwLaAoaU/K9NyBPty1OH9inEWjW5Xgv98jjK9/6a0AX8zF4qMuii7P0rI9D2 fS1A== X-Gm-Message-State: ALoCoQkYwhDgi0v4cdtloN+FqlUtF50DUu++l0meQSfe0fFptFxHhcZ+V8DgpLkIrYzNTU4NeXrb X-Received: by 10.50.47.12 with SMTP id z12mr529198igm.37.1396986916111; Tue, 08 Apr 2014 12:55:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.181.168 with HTTP; Tue, 8 Apr 2014 12:54:36 -0700 (PDT) In-Reply-To: <20140408192635.GB89356@mouf.net> References: <20140408182844.GC84921@mouf.net> <5344434F.6000004@freebsd.org> <20140408192635.GB89356@mouf.net> From: Takuya ASADA Date: Wed, 9 Apr 2014 04:54:36 +0900 Message-ID: Subject: Re: bhyve VM crashed To: Steve Wills Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "freebsd-virtualization@freebsd.org" 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, 08 Apr 2014 19:55:17 -0000 Did you execute bhyveload before bhyve? 2014-04-09 4:26 GMT+09:00 Steve Wills : > On Tue, Apr 08, 2014 at 11:43:27AM -0700, Peter Grehan wrote: > > Hi Steve, > > > > > I experienced a bhyve VM crash with this message: > > > > > > vm exit[1] > > > reason VMX > > > rip 0xffffffff80c7490b > > > inst_length 3 > > > status 0 > > > exit_reason 2 > > > > That's a triple-fault :( > > > > (the exit reasons are the VMX ones in Appendix C, Vol 3 of the Intel > SDM). > > > > Any idea what was happening at the time ? > > The VM was building ports. I could try to deduce which ports, but I > wouldn't be > 100% sure. > > > Also, for the guest, do you > > have the config that was being used (e.g. bhyve command line) ? > > /usr/sbin/bhyve -c 4 -m 12G -A -H -P -g 0 -s 0:0,hostbridge -s 1:0,lpc -s > 2:0,virtio-net,tap1,mac=58:9c:fc:01:01:02 -s > 3:0,virtio-blk,/vm/100amd64/disk.img -l com1,/dev/nmdm1A 100amd64 > > Thanks, > Steve > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to " > freebsd-virtualization-unsubscribe@freebsd.org" >