From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 10 11:39:08 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CAF338A for ; Wed, 10 Sep 2014 11:39:08 +0000 (UTC) Received: from mail-we0-x22e.google.com (mail-we0-x22e.google.com [IPv6:2a00:1450:400c:c03::22e]) (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 0A53331A for ; Wed, 10 Sep 2014 11:39:07 +0000 (UTC) Received: by mail-we0-f174.google.com with SMTP id t60so3986653wes.5 for ; Wed, 10 Sep 2014 04:39:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:user-agent:date:message-id:mime-version :content-type:content-transfer-encoding; bh=XXF+hu9UJ59lnm/cGuZd2xI+7gfhFpXLSuxwgiJeBfI=; b=XoZQv4o7oVavOQfIzTd66TQf4RlHOol6A9bdkzZ/2eCJffpI7oceMyV0zn3CVXDZTR PGfKdiemZlxII0q9KR+RBid/DoooKqazulJ87u8fABgyemJfl7/YBQSGOptwli3UBaS7 95kxjJ4MafpJQUwvhzAHVxfsjF0VVDHSStUKOzMRxtjod8Wp5SNBQa0R/SUq27am0sqF qbwoyhUXX0trLNaDNDFa2wzYfXTE6geKHillqPi5x8MHRXfA4gX9xjpw6wCYX4llk5dr J5yRXbazppPsGAzzDKwMzcfInXLA6T2gvTp3f40fPkNN121n9lHHGZn4SinQSM8oA6iy iNog== X-Received: by 10.180.211.36 with SMTP id mz4mr28435802wic.39.1410349146383; Wed, 10 Sep 2014 04:39:06 -0700 (PDT) Received: from srvbsdfenssv.interne.associated-bears.org (LCaen-656-01-57-48.w217-128.abo.wanadoo.fr. [217.128.200.48]) by mx.google.com with ESMTPSA id gm2sm2119881wib.15.2014.09.10.04.39.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 10 Sep 2014 04:39:05 -0700 (PDT) Sender: Eric Masson Received: from srvbsdfenssv.interne.associated-bears.org (localhost [127.0.0.1]) by srvbsdfenssv.interne.associated-bears.org (Postfix) with ESMTP id C0F1CCF1B9 for ; Wed, 10 Sep 2014 13:39:04 +0200 (CEST) X-Virus-Scanned: amavisd-new at interne.associated-bears.org Received: from srvbsdfenssv.interne.associated-bears.org ([127.0.0.1]) by srvbsdfenssv.interne.associated-bears.org (srvbsdfenssv.interne.associated-bears.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mZXYFEDL_qSb for ; Wed, 10 Sep 2014 13:39:04 +0200 (CEST) Received: by srvbsdfenssv.interne.associated-bears.org (Postfix, from userid 1001) id 16E34CF0C8; Wed, 10 Sep 2014 13:39:04 +0200 (CEST) From: Eric Masson To: Mailing List FreeBSD Emulation Subject: Virtualbox-ose 4.3.12 guru meditation while booting any VM User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) X-Operating-System: FreeBSD 9.3-RELEASE-p1 amd64 Date: Wed, 10 Sep 2014 13:39:03 +0200 Message-ID: <86mwa7so14.fsf@srvbsdfenssv.interne.associated-bears.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2014 11:39:08 -0000 Hi, I'm facing serious issues with virtualbox-ose since 4.3.x Current test has been done on r367755 : virtualbox-ose-4.3.12_1 General-purpose full virtualizer for x86 hardware virtualbox-ose-kmod-4.3.12 VirtualBox kernel module for FreeBSD Whenever I try to boot a VM (32/64 bits, any type), it enters Guru Meditation state with the following message on host console : HMR0InitVM: ffffff808b9d9000 nfe0: promiscuous mode enabled !!Assertion Failed!! Expression: pVCpu->hm.s.idLastCpu == pCpu->idCpu Location : /vol0/ports/build/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.12/src/VBox/VMM/VMMR0/HMSVMR0.cpp(967) void hmR0SvmFlushTaggedTlb(PVMCPU) vcpu idLastCpu=ffffffff pcpu idCpu=1 nfe0: promiscuous mode disabled Until now, I could revert to r340725, and then build 4.2.22, the last revision working flawlessly here, but 9.3-P1 ports infrastructure now refuses to build unstaged ports. Kernel, world & VBox ports have been built with gcc then clang, giving the same error. uname -a FreeBSD srvbsdfenssv.interne.associated-bears.org 9.3-RELEASE-p1 FreeBSD 9.3-RELEASE-p1 #0 r271308: Wed Sep 10 00:21:18 CEST 2014 emss@srvbsdfenssv.interne.associated-bears.org:/usr/obj/usr/src/sys/M3N78-VM amd64 dmesg http://emss.free.fr/contents/Divers/dmesg.txt VBox.log http://emss.free.fr/contents/Divers/VBox.log Any idea on something I could have overlooked ? What information could help solve the issue, please ? Regards Éric Masson -- Si vous avez des infos pour verifier si des esprits hantent des lieux ou m'expliquer comment on fait pour verifier la presence d'ondes Maléfiques !! N'hésitez pas a me faire part de votre vécu. C'est top !!! -+- EI in : GNU - Après la mort c'est comment au niveau du vécu ? -+-