VirtualBox

Changeset 97683 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Nov 25, 2022 2:13:57 PM (2 years ago)
Author:
vboxsync
Message:

Validation Kit/btresolver.py: Catch exceptions when running into problems calling RTLdrFlt.

File:
1 edited

Legend:

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

    r96407 r97683  
    612612                                                 stdout=subprocess.PIPE, bufsize=0);
    613613                if oRTLdrFltProc is not None:
    614                     sReportAn, _ = oRTLdrFltProc.communicate(sReport);
     614                    try:
     615                        sReportAn, _ = oRTLdrFltProc.communicate(sReport);
     616                    except:
     617                        self.logXcpt('Retrieving annotation report failed (broken pipe / no matching interpreter?)');
    615618                else:
    616619                    self.log('Error spawning RTLdrFlt process');
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