From owner-freebsd-emulation@FreeBSD.ORG Wed Feb 17 00:45:29 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 3647A1065670 for ; Wed, 17 Feb 2010 00:45:29 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from qmta14.westchester.pa.mail.comcast.net (qmta14.westchester.pa.mail.comcast.net [76.96.59.212]) by mx1.freebsd.org (Postfix) with ESMTP id D948C8FC17 for ; Wed, 17 Feb 2010 00:45:28 +0000 (UTC) Received: from omta19.westchester.pa.mail.comcast.net ([76.96.62.98]) by qmta14.westchester.pa.mail.comcast.net with comcast id io5x1d00m27AodY5EolVS6; Wed, 17 Feb 2010 00:45:29 +0000 Received: from sorrow.ashke.com ([68.45.22.62]) by omta19.westchester.pa.mail.comcast.net with comcast id ion41d00N1LNQfY3fon5uq; Wed, 17 Feb 2010 00:47:05 +0000 Message-ID: <4B7B3BD2.5090309@voicenet.com> Date: Tue, 16 Feb 2010 19:44:02 -0500 From: Adam K Kirchhoff User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.7) Gecko/20100208 Thunderbird/3.0.1 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org References: <4B5BF458.50507@FreeBSD.org> <4B5D0EF2.1030906@FreeBSD.org> <227662eecaa700c7c817bafb49a09de8@bluelife.at> <4B66D00E.7070506@protected-networks.net> <4B6753F4.50101@protected-networks.net> <4B71972A.6060001@protected-networks.net> <4B71B26B.8030009@voicenet.com> In-Reply-To: <4B71B26B.8030009@voicenet.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: virtualbox-ose build fails on -current with utmp.h 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, 17 Feb 2010 00:45:29 -0000 On 02/09/10 14:07, Adam K Kirchhoff wrote: > On 02/09/2010 12:11 PM, Michael Butler wrote: >> This error persists despite having rebuilt everything on the -current >> box :-( >> >> [ snip ] >> >> 00:00:01.862 ********************* End of CFGM dump >> ********************** >> 00:00:01.862 MM: cbHyperHeap=0x140000 (1310720) >> 00:00:01.865 >> 00:00:01.865 !!Assertion Failed!! >> 00:00:01.865 Expression: paPages[i].Phys != 0&& paPages[i].Phys != >> NIL_RTHCPHYS&& !(paPages[i].Phys& PAGE_OFFSET_MASK) >> 00:00:01.865 Location : >> /usr/home/imb/svn/virtualbox-ose/work/VirtualBox-3.1.4_OSE/src/VBox/VMM/MMHyper.cpp(610) >> >> int MMR3HyperMapPages(VM*, void*, RTR0PTR, size_t, const SUPPAGE*, const >> char*, RTGCPTR64*) >> 00:00:01.865 i=0x0 Phys=0000000000000000 Heap >> >> Clues as to where to look/tweak appreciated, > > I have no solution, but I can confirm the problem on two -current boxes. > > Adam Has anyone even managed to determine if this is a problem in virtualbox or a problem in -current? Adam