From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 2 13:50:04 2010 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 6B7CF106566B for ; Tue, 2 Mar 2010 13:50:04 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from QMTA11.westchester.pa.mail.comcast.net (qmta11.westchester.pa.mail.comcast.net [76.96.59.211]) by mx1.freebsd.org (Postfix) with ESMTP id 13A698FC17 for ; Tue, 2 Mar 2010 13:50:03 +0000 (UTC) Received: from omta06.westchester.pa.mail.comcast.net ([76.96.62.51]) by QMTA11.westchester.pa.mail.comcast.net with comcast id oC061d00216LCl05BDq4Zz; Tue, 02 Mar 2010 13:50:04 +0000 Received: from [192.168.0.35] ([67.103.204.242]) by omta06.westchester.pa.mail.comcast.net with comcast id oDps1d00K5EJinX3SDpvZl; Tue, 02 Mar 2010 13:50:02 +0000 Message-ID: <4B8D177F.8090707@voicenet.com> Date: Tue, 02 Mar 2010 08:49:51 -0500 From: Adam K Kirchhoff User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org, enrico@majaglug.net References: <215745.35399.qm@web27602.mail.ukl.yahoo.com> <1267522633.3221.2.camel@Prometheus> <4B8CFD31.2080805@voicenet.com> <201003021359.38127.enrico@majaglug.net> In-Reply-To: <201003021359.38127.enrico@majaglug.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Patch to fix VirtualBox with recent kernel versions 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: Tue, 02 Mar 2010 13:50:04 -0000 On 03/02/2010 07:59 AM, Enrico M. wrote: > On Tuesday 02 March 2010 12:57:37 Adam K Kirchhoff wrote: > >> On 03/02/10 04:37, Alexander Eichner wrote: >> >>> Adam K Kirchhoff wrote: >>> >>>> I'm sorry to say, but I'm getting the exact same Assertion Failed error >>>> as before with this new patch. The only difference this time is that >>>> i=0x7 instead of i=0x4. >>>> >>>> Adam >>>> >>>> _______________________________________________ >>>> freebsd-emulation@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-emulation >>>> To unsubscribe, send any mail to >>>> "freebsd-emulation-unsubscribe@freebsd.org" >>>> >>> That's not good. Everything works just fine here now on a 32bit FreeBSD >>> 8.0 host. Can you give some information of your host (RAM, CPU, ...) and >>> the guest configuration please? Do you have any special kernel options >>> set? >>> >> I've been testing on two 32-bit installations. I was using a custom >> kernel on both, but I just tried with GENERIC on one of them and the >> crash of VirtualBox still happens. Both machines have 2 gigs of RAM, >> one with 3 gigs of swap and one with 2 gigs of swap. Both are running >> -CURRENT from 6 days ago. >> >> One machine: >> >> CPU: Intel(R) Xeon(TM) CPU 3.20GHz (3191.87-MHz 686-class CPU) >> Origin = "GenuineIntel" Id = 0xf64 Stepping = 4 >> >> Features=0xbfebfbff> CA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> >> Features2=0xe43d AMD >> Features=0x20100000 >> AMD Features2=0x1 >> TSC: P-state invariant >> real memory = 2147483648 (2048 MB) >> avail memory = 2084831232 (1988 MB) >> >> And the other: >> >> CPU: Intel(R) Core(TM)2 Quad CPU Q8200 @ 2.33GHz (2327.49-MHz >> 686-class CPU) >> Origin = "GenuineIntel" Id = 0x10677 Stepping = 7 >> >> Features=0xbfebfbff> CA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> >> >> Features2=0x8e39d> 1> AMD Features=0x20100000 >> AMD Features2=0x1 >> TSC: P-state invariant >> real memory = 2147483648 (2048 MB) >> avail memory = 2085683200 (1989 MB) >> >> The Xeon supports AMD-V, but it doesn't matter if I enable that in the >> acceleration configuration of the VM or not. >> >> On both machines I have tested the same Windows XP guest. Base memory >> is 512 MB, 1 CPU. The video memory is set at 64 megs. On one of the >> machines I have also tried Ubuntu. 128 megs of RAM, 1 CPU, 12 megs of >> video memory. 3D acceleration is disabled on both machines. >> >> The XML config file for the guest is here: http://pastebin.com/Qaqx7gTi >> >> I'm actually installing -CURRENT amd64 to a spare USB drive I have on >> the Xeon and can test to confirm that it works there since you believe >> this to be a problem only with 32-bit FreeBSD. >> >> Adam >> >> > I've got the same problem with FreeBSD 8 STABLE on athlonx-xp 2500+, > motherboard Abit NF7-S, 2GB ram, 1Gb swap, ZFS. > I tried with custom and generic kernel, but the situation doesn't change. > I tried running in virtual machine a windows guest and a freebsd guest. No > difference: the system reboot automatically after few seconds > > Except that's not the same problem. My system doesn't reboot. VirtualBox just fails to start the guest. Adam