VirtualBox

Changeset 60528 in vbox for trunk


Ignore:
Timestamp:
Apr 18, 2016 9:12:13 AM (9 years ago)
Author:
vboxsync
Message:

ValidationKit/testdriver/vboxwrappers.py: deregister event handler relatively early to avoid racing against VM process termination, which causes otherwise annoying spurious complaints about no longer existing event objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py

    r59045 r60528  
    22062206            return False;
    22072207
     2208        # Deregister event handler now, otherwise we're racing for VM process
     2209        # termination and cause misleading spurious error messages in the
     2210        # event handling code, because the event objects disappear.
     2211        self._deregisterEventHandler();
     2212
    22082213        rc = self.oTstDrv.waitOnProgress(oProgress);
    22092214        if rc < 0:
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