VirtualBox

Changeset 66097 in vbox


Ignore:
Timestamp:
Mar 14, 2017 3:23:27 PM (8 years ago)
Author:
vboxsync
Message:

VMM: EMT(0) must wait on any other EMTs before destroying the VM or we may get errors from the wait code (vmR3HaltGlobal1Wait).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/VMEmt.cpp

    r66096 r66097  
    260260            if (hThread != NIL_RTTHREAD)
    261261            {
    262                 int rc2 = RTThreadWait(hThread, 5 * RT_NS_1SEC, NULL);
     262                int rc2 = RTThreadWait(hThread, 5 * RT_MS_1SEC, NULL);
    263263                AssertLogRelMsgRC(rc2, ("iCpu=%u rc=%Rrc\n", iCpu, rc2));
    264264                if (RT_FAILURE(rc2))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy