VirtualBox

Changeset 782 in vbox for trunk


Ignore:
Timestamp:
Feb 8, 2007 3:09:02 PM (18 years ago)
Author:
vboxsync
Message:

Hack to prevent a deadlock between powerdown and EMT.

File:
1 edited

Legend:

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

    r774 r782  
    35813581        {
    35823582            LogFlowThisFunc (("Stopping VRDP server...\n"));
     3583
     3584            /* Leave the lock since EMT will call us back as addVMCaller in updateDisplayData(). */
     3585            alock.leave();
     3586
    35833587            mConsoleVRDPServer->Stop();
     3588
     3589            alock.enter();
    35843590        }
    35853591
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