VirtualBox

Changeset 61696 in vbox


Ignore:
Timestamp:
Jun 14, 2016 2:39:53 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108055
Message:

ValidationKit: disable stack walking for now

File:
1 edited

Legend:

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

    r61567 r61696  
    25672567            # Dump the guest stack for all CPUs.
    25682568            cCpus = oSession.getCpuCount();
    2569             if cCpus > 0:
     2569            if cCpus > 1024: # disable for now
    25702570                for iCpu in xrange(0, cCpus):
    25712571                    sThis = oSession.queryDbgGuestStack(iCpu);
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