From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 27 19:28:13 2011 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77BA8106566B; Wed, 27 Apr 2011 19:28:13 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id B4AC08FC0A; Wed, 27 Apr 2011 19:28:12 +0000 (UTC) Received: by eyg7 with SMTP id 7so816230eyg.13 for ; Wed, 27 Apr 2011 12:28:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=ROo1w9DJHmlZERBj8E7rbGWribYsrolnCcGY9hspjDA=; b=G35LpdQTwlZ2VgXf5L1uzheO3KDL5BX1tTFtiC25YTV2xv3B3LpChq5U7UH1svuPU5 v7o0NznEKU4ul0bYF1KiZuZJy/eXVnK+aYCcWnIxPI/I8pKPbpB8ZYOd2WG8yh0dumOK pcLPzAFKkBeAgfY/dQ4Agydyz+j1RNZifRono= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=k9rhXzlaU+mfI0cUH7fAystiYx5u2c/4PmBXniFs/9+K4crjzGZL6Hiyf6GIHTx3so 5fv4vyfTgGxLYTbZ/XLzxGW83tEcXXadWf10SIEiajTKw9HyKA+xw4EJ7oJaPL4uGzX+ JdvQl5QMYMR2v2MSwcUqp9AJNZjt4DNOKNJCQ= MIME-Version: 1.0 Received: by 10.213.7.216 with SMTP id e24mr2625871ebe.35.1303932491465; Wed, 27 Apr 2011 12:28:11 -0700 (PDT) Received: by 10.213.35.70 with HTTP; Wed, 27 Apr 2011 12:28:11 -0700 (PDT) In-Reply-To: <9c0bedf7a0e9f131712e7c3bab754ecd@bluelife.at> References: <430fcb25aefc374bf256e45e3151de15@bluelife.at> <9c0bedf7a0e9f131712e7c3bab754ecd@bluelife.at> Date: Wed, 27 Apr 2011 15:28:11 -0400 Message-ID: From: Ryan Stone To: Bernhard Froehlich Content-Type: text/plain; charset=ISO-8859-1 Cc: emulation@freebsd.org, ports@freebsd.org Subject: Re: Call for Testers: VirtualBox 4.0.6 (PBIs now available) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Apr 2011 19:28:13 -0000 (Sorry for the noise earlier about the PBIs not working under PC-BSD; I'm not sure how I missed that had been already reported). I tried the new amd64 PBI and I am able to successfully start VMs now. I had one VM(running some relatively recent version of amd64 HEAD) boot up fine, but a second one (also running amd64 HEAD, but maybe a different svn revision) gets a Guru Meditation during startup. I'm not sure what is causing the crash. In their original configurations the working VM booted off of an emulated IDE disk while the broken VM booted of an emulated SATA disk, however I just tried changing the SATA disk to instead be an IDE disk and it doesn't seems to have resolved the problem. I'm not getting a corefile for the crash(or I'm unable to find it). I do have kern.sugid_coredump=1 and I'm running the PBI. Is this expected for a Guru Meditation, or should it be putting a core somewhere? I've put the VBox.log for the most recent crash here: http://people.freebsd.org/~rstone/vbox-4.0.6/VBox.log This seems to be easy to reproduce so let me know if there's any more information that I can gather. Also, the working VM was emulating uniprocessor machine. I tried adding a second CPU and that VM started crashing, too. I tried changing the broken VM to have only one core but it still crashes. I'm not sure if it's related to the first crash or not.