From owner-freebsd-virtualization@FreeBSD.ORG Thu Nov 27 19:12:24 2014 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 DA37BE93; Thu, 27 Nov 2014 19:12:24 +0000 (UTC) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (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 90EF08; Thu, 27 Nov 2014 19:12:24 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id r20so19320134wiv.0 for ; Thu, 27 Nov 2014 11:12:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=3y5Jhl4cRDTcRObsaHz629z/2AnchIFBjSVEFCqwEKU=; b=yw+3an7l8ag4kk5TMAZubPReQjohCBTFU4jSPDfzkn4C4x6f16uCAZNkuYM9Vcf0Rh T+ie4iIJdDkozJFLcf6xMiEl3i1biRXniETgnIz5segdM7qWHZTWrD2TfyAS6i44KvgY nJYojZJDl+Pp8jiUbGRcxjJy/ehhYvWcVjB5ts7B01DEIIlJrMpDY0BbIy5dk0ePosYI SLVRr8KKsRZcdKJRO3vVE3REzBHKhsg0DGymULlIekW/knxp0GSEosCJuZZxyG9faBtk J3eBFtenNwHcKesao9ozcEcK1pf5MMNmda+DzdOrYQWM2KkIsfiAKkOd14GaIeG8QnNV B+Vw== MIME-Version: 1.0 X-Received: by 10.180.98.100 with SMTP id eh4mr20408565wib.54.1417115542364; Thu, 27 Nov 2014 11:12:22 -0800 (PST) Received: by 10.27.12.168 with HTTP; Thu, 27 Nov 2014 11:12:22 -0800 (PST) In-Reply-To: <54773CF8.2020306@freebsd.org> References: <54773CF8.2020306@freebsd.org> Date: Thu, 27 Nov 2014 11:12:22 -0800 Message-ID: Subject: Re: bhyve failure From: Neel Natu To: Julian Elischer Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-virtualization@freebsd.org" 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: Thu, 27 Nov 2014 19:12:24 -0000 Hi Julian, On Thu, Nov 27, 2014 at 7:02 AM, Julian Elischer wrote: > I added WITNESS to a kernel I've been running and during boot I got this > result: > > vm exit[0] > reason VMX > rip 0xffffffff8078c1a7 > inst_length 7 > status 0 > exit_reason 2 That's a triple fault (from sys/amd64/vmm/intel/vmcs.h) #define EXIT_REASON_TRIPLE_FAULT 2 > qualification 0x0000000000000000 > inst_type 0 > inst_error 0 > Abort trap (core dumped) > > anyone have a decoder ring? > A few questions to narrow this down: Did you add WITNESS to the guest kernel or the host kernel when this happened? Is this readily reproducible? Can you share the host and guest revision numbers? best Neel > > julian > _______________________________________________ > 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"