What is the host? I worked the installs all the way up to r32892 and
am using an XPpro SP3 x86_32 with Visual Studio 2005 guest in Ubuntu
10.04 x86_64 host to compile with. I have not had a host crash and
everything is working as it should.
Perryg
On 10/5/2010 11:13 AM, walt wrote:
Hi team,
This commit crashes my linux host just after starting XP guest:
--- src/VBox/VMM/VMMR0/GVMMR0.cpp (revision 32796)
+++ src/VBox/VMM/VMMR0/GVMMR0.cpp (revision 32797)
@@ -64,7 +64,7 @@
/*******************************************************************************
* Defined Constants And
Macros *
*******************************************************************************/
-#ifdef DOXYGEN_RUNNING
+#if defined(RT_OS_LINUX) || defined(DOXYGEN_RUNNING)
/** Define this to enable the periodic preemption timer. */
# define GVMM_SCHED_WITH_PPT
#endif
If I remove the RT_OS_LINUX test, then everything is back to normal.
(Both 64-bit and 32-bit linux hosts are affected.)
I'm now up to date at OSE r32892 -- same crash, and reverting r32797
still fixes it.
Any thoughts?
Thanks.
_______________________________________________
vbox-dev mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-dev
_______________________________________________
vbox-dev mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-dev