virtualbox-ose build fails on -current with utmp.h
Michael Butler
imb at protected-networks.net
Wed Feb 17 02:56:54 UTC 2010
On 02/16/10 19:44, Adam K Kirchhoff wrote:
> 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,
[ .. snip .. ]
> Has anyone even managed to determine if this is a problem in virtualbox
> or a problem in -current?
I tried to run this under kgdb with no success (didn't catch the right
thread, I'm guessing) so I'd appreciate any suggestions as to how to
turn on the debug/trace logging in each function. For example, at the
top of the function in question, it has:
LogFlow(("MMR3HyperMapPages: pvR3=%p pvR0=%p cPages=%zu paPages=%p
pszDesc=%p:{%s} pGCPtr=%p\n",
pvR3, pvR0, cPages, paPages, pszDesc, pszDesc, pGCPtr));
But I don't how to get "LogFlow" to output to something useful ..
imb
More information about the freebsd-emulation
mailing list