<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <font face="Verdana">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.<br>
      <br>
      <br>
      <br>
      Perryg</font> <br>
    <br>
    On 10/5/2010 11:13 AM, walt wrote:
    <blockquote cite="mid:i8fisa$fb7$1@dough.gmane.org" type="cite">Hi
      team,
      <br>
      <br>
      This commit crashes my linux host just after starting XP guest:
      <br>
      <br>
      --- src/VBox/VMM/VMMR0/GVMMR0.cpp       (revision 32796)
      <br>
      +++ src/VBox/VMM/VMMR0/GVMMR0.cpp       (revision 32797)
      <br>
      <br>
      @@ -64,7 +64,7 @@
      <br>
 /*******************************************************************************
      <br>
       *   Defined Constants And
      Macros                                               *
      <br>
 *******************************************************************************/
      <br>
      -#ifdef DOXYGEN_RUNNING
      <br>
      +#if defined(RT_OS_LINUX) || defined(DOXYGEN_RUNNING)
      <br>
       /** Define this to enable the periodic preemption timer. */
      <br>
       # define GVMM_SCHED_WITH_PPT
      <br>
       #endif
      <br>
      <br>
      If I remove the RT_OS_LINUX test, then everything is back to
      normal.
      <br>
      (Both 64-bit and 32-bit linux hosts are affected.)
      <br>
      <br>
      I'm now up to date at OSE r32892 -- same crash, and reverting
      r32797
      <br>
      still fixes it.
      <br>
      <br>
      Any thoughts?
      <br>
      <br>
      Thanks.
      <br>
      <br>
      <br>
      _______________________________________________
      <br>
      vbox-dev mailing list
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a>
      <br>
      <a class="moz-txt-link-freetext" href="http://vbox.innotek.de/mailman/listinfo/vbox-dev">http://vbox.innotek.de/mailman/listinfo/vbox-dev</a>
      <br>
      <br>
    </blockquote>
  </body>
</html>