VirtualBox

Changeset 60628 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 21, 2016 1:49:01 PM (9 years ago)
Author:
vboxsync
Message:

Main/Medium: don't skip this important assertion doing sanity checking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MediumImpl.cpp

    r60627 r60628  
    78557855                 * If it is the target it must be in the LockedWrite state.
    78567856                 */
    7857 #ifndef DEBUG_andy /* See see @bugref{8172}. */
    78587857                Assert(   (   pMedium != pTarget
    78597858                           && (   pMedium->m->state == MediumState_Deleting
     
    78617860                       || (   pMedium == pTarget
    78627861                           && pMedium->m->state == MediumState_LockedWrite));
    7863 #endif
    78647862                /*
    78657863                 * Medium must be the target, in the LockedRead state
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