VirtualBox

Changeset 43168 in vbox


Ignore:
Timestamp:
Sep 4, 2012 3:13:54 PM (12 years ago)
Author:
vboxsync
Message:

Main/ConsoleImpl: avoid debug assertion while shutting down many VMs in parallel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r43161 r43168  
    60566056{
    60576057    AutoCaller autoCaller(this);
    6058     AssertComRCReturnRC(autoCaller.rc());
     6058    /** @todo Fix race during console/VM reference destruction, refer @bugref{6318}
     6059     *        comment 25. */
     6060    if (FAILED(autoCaller.rc()))
     6061        return autoCaller.rc();
    60596062
    60606063    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
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