VirtualBox

Changeset 13420 in vbox


Ignore:
Timestamp:
Oct 21, 2008 9:21:01 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38180
Message:

disabled code for checking spawn failures on Windows

File:
1 edited

Legend:

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

    r13405 r13420  
    47074707            autoCaller.release();
    47084708
     4709#undef VBOX_CHECK_SPAWN_FAILURES
     4710#ifdef VBOX_CHECK_SPAWN_FAILURES
     4711            DWORD rc = ::WaitForMultipleObjects (cnt + 1, handles, FALSE, 500);
     4712#else
    47094713            DWORD rc = ::WaitForMultipleObjects (cnt + 1, handles, FALSE, INFINITE);
     4714#endif
    47104715
    47114716            /*
     
    47184723
    47194724            bool update = false;
     4725#ifdef VBOX_CHECK_SPAWN_FAILURES
     4726            if (rc == WAIT_OBJECT_0 || rc == WAIT_TIMEOUT)
     4727#else
    47204728            if (rc == WAIT_OBJECT_0)
     4729#endif
    47214730            {
    47224731                /* update event is signaled */
     
    47504759                    handles [i + 1] = (machines [i])->ipcSem();
    47514760
    4752 #if 0 /* untested */
     4761#ifdef VBOX_CHECK_SPAWN_FAILURES
    47534762                /* check for spawn errors */
    47544763                that->getSpawnedMachines (spawnedMachines);
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