From owner-freebsd-virtualization@FreeBSD.ORG Wed May 28 04:34:21 2014 Return-Path: Delivered-To: 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 76D6B9E2 for ; Wed, 28 May 2014 04:34:21 +0000 (UTC) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (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 1181E28B7 for ; Wed, 28 May 2014 04:34:20 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id l18so10392412wgh.11 for ; Tue, 27 May 2014 21:34:18 -0700 (PDT) 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=I6pckorh8hZ+OzKVgKBOrqr3ovARE1sqqK1hGESCaLU=; b=hm/sIy7vvoVcZBTYQOU3/mIS4D9aSmxF9I4VNvFAfc4JW2CHCU77q5ZZh5o2spfm4Z a5wTVoLkZsTHH98XvuRktwvy49T7nfSijJ4srquHxg3jIx6BrMI7wE4RL0MyPjgrM6LH THo+q9+DKOYZxzwUqa0O1W8+Y72sifhrLQuL1kAztjJN6QJkGnUGIvfk0dE0l/ojQ489 AwDzO+ncTvwiSsFZTV3WxJf7z040kixfKhW0Xo44lBhr7TM38AirNpBdFbfAKFIt0MSV UR8Y2+5QzzLxMSHFDEALmpLyt7xbfE88jRWbtgqXWPSfgYWiXim2FR7eNDppWf4UpPsj fzSQ== MIME-Version: 1.0 X-Received: by 10.180.126.33 with SMTP id mv1mr44246707wib.6.1401251658134; Tue, 27 May 2014 21:34:18 -0700 (PDT) Received: by 10.194.135.49 with HTTP; Tue, 27 May 2014 21:34:18 -0700 (PDT) In-Reply-To: <53852A48.9080703@digiware.nl> References: <53852A48.9080703@digiware.nl> Date: Tue, 27 May 2014 21:34:18 -0700 Message-ID: Subject: Re: Trying to run DragonFly under bhyve From: Anish To: Willem Jan Withagen Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18 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: Wed, 28 May 2014 04:34:21 -0000 >Failed to emulate instruction at 0xffffffff8096052c Abort trap (core dumped) You can also analyze the coredump of bhyve $gdb /usr/sbin/bhyve bhyve.core Look at vie->inst[] from one of stack frame. -Anish On Tue, May 27, 2014 at 5:14 PM, Willem Jan Withagen wrote: > When I do this under AMD I get: > > Copyright (c) 2003-2013 The > DragonFly Project. > Copyright (c) 1992-2003 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > Failed to emulate instruction at 0xffffffff8096052c > Abort trap (core dumped) > > To conclude which instruction this is, I need to get at the bytes of > that instruction... but that stays hidden in the vmm-driver. > > Any easy way to get this back into userspace? > > --WjW > > > _______________________________________________ > 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" >