VirtualBox

Ignore:
Timestamp:
Nov 4, 2009 4:33:12 PM (15 years ago)
Author:
vboxsync
Message:

Temporary release assertions to see what's going wrong

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/REMAll.cpp

    r24116 r24343  
    226226            return;
    227227    }
    228     Assert(VM_FF_ISSET(pVM, VM_FF_REM_HANDLER_NOTIFY));
    229     Assert(pVM->rem.s.idxPendingList != UINT32_MAX);
     228    AssertRelease(VM_FF_ISSET(pVM, VM_FF_REM_HANDLER_NOTIFY));
     229    AssertRelease(pVM->rem.s.idxPendingList != UINT32_MAX);
    230230
    231231    /* Ok, we gotta flush them. */
    232232    VMMRZCallRing3NoCpu(pVM, VMMCALLRING3_REM_REPLAY_HANDLER_NOTIFICATIONS, 0);
     233
     234    AssertRelease(pVM->rem.s.idxPendingList == UINT32_MAX);
    233235}
    234236#endif /* IN_RC */
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