From owner-freebsd-emulation@FreeBSD.ORG Sat May 29 18:44:34 2010 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 8C73A1065673; Sat, 29 May 2010 18:44:34 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 431AC8FC0C; Sat, 29 May 2010 18:44:34 +0000 (UTC) Received: by iwn5 with SMTP id 5so266015iwn.13 for ; Sat, 29 May 2010 11:44:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=xJabDXEvdJENtXVShx+rG1Vzx5cOGNf9QCkeP7Vo7Vo=; b=lneBM6nx3Nef2snXBNpBawxuJT2MENAe3N1CfROe2OapUEA7xNarptLJ3dN+8w3hc+ 640cQDUCeUxxzonnMUifUmoVUimxaTKSbigczjAgqpVH+pGm1gsLNbFjEM8/dW+XfZBd 4Qlid1rGW3aKBjUYKYKwR3FudLwx91EFt++nQ= 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:content-transfer-encoding; b=LrUYSNJQnVKprGSajk+63ao8yo18fhuxKb6dOeJ0+HmZM7y3FN0Qt056QTgluMGO41 5qyZgidQ2iVWVge1cssF8D37CQc+o7ERBYbmuXoPPi6KbC7kGfbesvIl5oZVbvES1Rby zlyi1kb6tTL5xULNhEi1pNxfyxsY/Jxp9v710= MIME-Version: 1.0 Received: by 10.231.193.93 with SMTP id dt29mr2706078ibb.71.1275158673603; Sat, 29 May 2010 11:44:33 -0700 (PDT) Received: by 10.231.182.204 with HTTP; Sat, 29 May 2010 11:44:33 -0700 (PDT) In-Reply-To: <4C011524.7050806@FreeBSD.org> References: <4C011524.7050806@FreeBSD.org> Date: Sat, 29 May 2010 13:44:33 -0500 Message-ID: From: Brandon Gooch To: Beat Gaetzi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: emulation@freebsd.org Subject: Re: CFT: VirtualBox 3.2.0 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: Sat, 29 May 2010 18:44:34 -0000 On Sat, May 29, 2010 at 8:22 AM, Beat Gaetzi wrote: > Hi, > > The vbox@ team is happy to announce a call for tester for VirtualBox 3.2.= 0. > > The VirtualBox 3.2.0 changelog is available here: > =A0http://www.virtualbox.org/wiki/Changelog > > Changes to the port: > =A0- VirtualBox and the guest additions have been updated to 3.2.0. > =A0- Add option to build with VNC support (Disabled by default) > =A0- Add option to build with VDE support (Disabled by default) > =A0- Add option to build webservice (Disabled by default) > =A0- Fix build with QT4 support disabled and X11 support enabled. > =A0- Replace custom pkg-install.in script with GROUPS framework. > =A0- Do not build Guest Additions in virtualbox-ose port. > =A0- Add patch to implement locking/unlocking of host DVD drive. > > You will find a tarball with the latest port version here: > =A0https://svn.bluelife.at/nightlies/virtualbox-port.tar.gz > > Please check the wiki page for known problems: > =A0http://wiki.freebsd.org/VirtualBox > > Please backup your virtual machines before upgrading and report any > functionality which was working with previous versions of VirtualBox and > no longer working with 3.2.0, any build failures or problems with the > newly added port options. > > Many thanks to the VirtualBox developers (especially Alexander Eichner > for all his work and help), all tester and patch submitter and the whole > vbox@ team especially decke@. > > Beat, on behalf of vbox@ First report: $ uname -a FreeBSD x300 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0 r208609: Fri May 28 04:25:01 CDT 2010 root@x300:/usr/obj/usr/src/sys/X300 amd64 The port builds fine, all options enabled. However, on loading kldload-ing vboxdrv.ko instantly panics the machine. I'm unable to obtain a dump (double fault?), but I can run appropriate debugging commands if someone would like to steer me around :) Partially transcribed backtrace: Tracing pid 5325 tid 100183 td 0xffffff0067aa23e0 bzero() at bzero+0xa VBoxDrvFreeBSDModuleEvent() at VBoxDrvFreeBSDModuleEvent+0x3d module_register_init() at module_register_init+0xa8 linker_load_module() at... kern_kldload() at... kldload() at... syscall() at... Thank you to everyone on the vbox@ team for the AWESOME effort put into bringing another powerful virtualization option to FreeBSD. -Brandon