[vbox-dev] OSE r32797 causes null-pointer dereference on linux host

Perry Halbert phalbert at cox.net
Tue Oct 5 17:45:01 GMT 2010


  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
> vbox-dev at virtualbox.org
> http://vbox.innotek.de/mailman/listinfo/vbox-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20101005/6f3a4c82/attachment.html>


More information about the vbox-dev mailing list