From owner-freebsd-emulation@FreeBSD.ORG Mon Apr 21 19:40:03 2014 Return-Path: Delivered-To: freebsd-emulation@smarthost.ysv.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 4091D687 for ; Mon, 21 Apr 2014 19:40:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 2DFA41DB9 for ; Mon, 21 Apr 2014 19:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3LJe3WG053648 for ; Mon, 21 Apr 2014 19:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3LJe3wT053647; Mon, 21 Apr 2014 19:40:03 GMT (envelope-from gnats) Date: Mon, 21 Apr 2014 19:40:03 GMT Message-Id: <201404211940.s3LJe3wT053647@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org Cc: From: John Baldwin Subject: Re: kern/186051: [vmware] [panic] FreeBSD 8.4+, 9.x+, 10.0 guest panic with VMWare Server on boot X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: John Baldwin List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 19:40:03 -0000 The following reply was made to PR kern/186051; it has been noted by GNATS. From: John Baldwin To: bug-followup@freebsd.org, freebsd@stratum16.com Cc: Subject: Re: kern/186051: [vmware] [panic] FreeBSD 8.4+, 9.x+, 10.0 guest panic with VMWare Server on boot Date: Mon, 21 Apr 2014 14:37:41 -0400 It appears to be crashing because VMWare is raising a privileged instruction trap in the OS when it invokes 'hlt'. That seems like a bug in VMWare. There isn't a way to disable 'hlt' from the loader prompt unfortunately. Can you show the output of 'sysctl machdep.idle' under your working kernel? -- John Baldwin