VirtualBox

Ignore:
Timestamp:
Nov 2, 2017 10:12:48 AM (7 years ago)
Author:
vboxsync
Message:

tdGuestOsInstOs2.py: More debugging (since we're crashing in PyUnknown (COM) during sys.exit() on one of the boxes, see if we've got any dangling references around).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsInstOs2.py

    r69545 r69549  
    256256        g_oDrv = None;
    257257        winbase.checkProcessHeap();
     258
     259        import gc;
     260        for oObj in gc.get_objects():
     261            if not callable(oObj):
     262                reporter.log('type %s: object %s' % (type(oObj), oObj));
     263
    258264    sys.exit(g_iExitCode);
    259265
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