From owner-freebsd-emulation@FreeBSD.ORG Thu May 28 09:57:55 2009 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B7AB106566C; Thu, 28 May 2009 09:57:55 +0000 (UTC) (envelope-from ulf.lilleengen@gmail.com) Received: from bene1.itea.ntnu.no (bene1.itea.ntnu.no [IPv6:2001:700:300:3::56]) by mx1.freebsd.org (Postfix) with ESMTP id 5CBCC8FC18; Thu, 28 May 2009 09:57:54 +0000 (UTC) (envelope-from ulf.lilleengen@gmail.com) Received: from localhost (localhost [127.0.0.1]) by bene1.itea.ntnu.no (Postfix) with ESMTP id EED3516C789; Thu, 28 May 2009 11:57:52 +0200 (CEST) Received: from carrot.geeknest.org (gaupe.stud.ntnu.no [IPv6:2001:700:300:3::184]) by bene1.itea.ntnu.no (Postfix) with ESMTP id 1B8A916C780; Thu, 28 May 2009 11:57:52 +0200 (CEST) Date: Thu, 28 May 2009 11:57:54 +0000 From: Ulf Lilleengen To: Martin Wilke Message-ID: <20090528115754.GA1390@carrot.geeknest.org> References: <20090527134343.GB1104@bsdcrew.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090527134343.GB1104@bsdcrew.de> User-Agent: Mutt/1.5.19 (2009-01-05) X-Virus-Scanned: Debian amavisd-new at bene1.itea.ntnu.no Cc: ports@FreeBSD.org, freebsd-emulation@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 4 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: Thu, 28 May 2009 09:57:56 -0000 On Wed, May 27, 2009 at 03:43:43PM +0200, Martin Wilke wrote: > > Howdy, > > First of all sorry for all unanswered mails, I got a stupid flu, > but now i feel better... ok now back to vbox, time for a new call > for testing :-) > > Following was added/fixed: > > - ACPI Support was added > - hostDVD support was added > - Fix startup on HEAD > - Plist problem under AMD64 was fixed > - Qt4 Frontend is now Optional > - Desktop file was added > - Xorg dependencies was fixed > - Guest additions was added (thx to Maho NAKATA ) > > Open task: > We have got 2 patches for nls support and the request > to make dbus and pulseaudio optional. These both will > be added with the next run. > > We'd like to say many many thanks for all your feedback. > > http://people.freebsd.org/~miwi/vbox/virtualbox_5.tgz > FreeBSD version: FreeBSD carrot.geeknest.org 7.2-STABLE FreeBSD 7.2-STABLE #16 r192900: Wed May 27 19:09:49 UTC 2009 lulf@carrot.geeknest.org:/usr/home/devel/freebsd/obj/usr/src/sys/CARROT i386 Using the svn port: rev 387 I get a panic when loading vboxdrv. It seems related to the hz fix-patch that was added, as the assertion Assert(cMillies != RT_INDEFINITE_WAIT); on line 212 in semevent-r0drv-freebsd.c:212 fails. 0 doadump () at pcpu.h:196 #1 0xc058dd08 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:418 #2 0xc058dfe5 in panic (fmt=Variable "fmt" is not available. ) at /usr/src/sys/kern/kern_shutdown.c:574 #3 0xc07f3ff4 in trap_fatal (frame=0xf442ebc8, eva=0) at /usr/src/sys/i386/i386/trap.c:939 #4 0xc07f4d31 in trap (frame=0xf442ebc8) at /usr/src/sys/i386/i386/trap.c:726 #5 0xc07daddb in calltrap () at /usr/src/sys/i386/i386/exception.s:159 #6 0xc60e70be in rtSemEventWait (EventSem=0xc6032c90, cMillies=4294967295, fInterruptible=false) at /usr/home/lulf/src/virtualbox/work/virtualbox-2.2.2r19980/src/VBox/Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c:212 #7 0xc60e71b0 in RTSemEventWait (EventSem=0xc6032c90, cMillies=4294967295) at /usr/home/lulf/src/virtualbox/work/virtualbox-2.2.2r19980/src/VBox/Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c:240 #8 0xc60e47f1 in rtTimerThread (Thread=0xc6034c90, pvUser=0xc6033390) at /usr/home/lulf/src/virtualbox/work/virtualbox-2.2.2r19980/src/VBox/Runtime/generic/timer-generic.cpp:238 #9 0xc60e96c0 in rtThreadMain (pThread=0xc6034c90, NativeThread=3314350912, pszThreadName=0xc6034cd0 "TIMER") at /usr/home/lulf/src/virtualbox/work/virtualbox-2.2.2r19980/src/VBox/Runtime/common/misc/thread.cpp:635 #10 0xc60f5ee7 in rtThreadNativeMain (pvThreadInt=0xc6034c90) at /usr/home/lulf/src/virtualbox/work/virtualbox-2.2.2r19980/src/VBox/Runtime/r0drv/freebsd/thread2-r0drv-freebsd.c:112 #11 0xc05689c1 in fork_exit (callout=0xc60f5ec0 , arg=0xc6034c90, frame=0xf442ed38) at /usr/src/sys/kern/kern_fork.c:811 #12 0xc07dae50 in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:264 -- Ulf Lilleengen