VirtualBox

Changeset 58553 in vbox


Ignore:
Timestamp:
Nov 3, 2015 4:40:57 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103891
Message:

Main/Machine: signal error on the poweroff progress object if the VM process aborted before finishing

File:
1 edited

Legend:

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

    r58484 r58553  
    1268112681    }
    1268212682
     12683    if (mConsoleTaskData.mProgress)
     12684    {
     12685        Assert(aReason == Uninit::Abnormal);
     12686        mConsoleTaskData.mProgress->i_notifyComplete(E_FAIL,
     12687                                                     COM_IIDOF(ISession),
     12688                                                     getComponentName(),
     12689                                                     tr("The VM session was aborted"));
     12690        mConsoleTaskData.mProgress.setNull();
     12691    }
     12692
    1268312693    /* remove the association between the peer machine and this session machine */
    1268412694    Assert(   (SessionMachine*)mData->mSession.mMachine == this
Note: See TracChangeset for help on using the changeset viewer.

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