VirtualBox

Ignore:
Timestamp:
May 10, 2010 10:12:44 AM (15 years ago)
Author:
vboxsync
Message:

VbglR3: Don't trigger debug assertion in VbglR3WaitEvent(); happens for memory ballooning when running VBoxService w/ older Guest Additions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibEvent.cpp

    r28800 r29291  
    6464    if (RT_SUCCESS(rc))
    6565    {
     66        /*
     67         * If a guest requests for an event which is not available on the host side
     68         * (because of an older host version, a disabled feature or older Guest Additions),
     69         * don't trigger an assertion here even in debug builds - would be annoying.
     70         */
     71#if 0
    6672        AssertMsg(waitEvent.u32Result == VBOXGUEST_WAITEVENT_OK, ("%d rc=%Rrc\n", waitEvent.u32Result, rc));
     73#endif
    6774        if (pfEvents)
    6875            *pfEvents = waitEvent.u32EventFlagsOut;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette