VirtualBox

Ignore:
Timestamp:
Nov 23, 2022 1:06:32 PM (2 years ago)
Author:
vboxsync
Message:

Validation Kit: Also enable + collecting crash reporting (core dumps) for Solaris hosts for the so-called proc-setid scope.

File:
1 edited

Legend:

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

    r97664 r97666  
    722722                sCorePath = getDirEnv('TESTBOX_PATH_SCRATCH', sAlternative = '/var/cores', fTryCreate = False);
    723723                utils.sudoProcessOutputChecked([ 'coreadm', '-e', 'process', '-g', os.path.join(sCorePath, 'core.%f.%p') ]);
     724                utils.sudoProcessOutputChecked([ 'coreadm', '-e', 'proc-setid', '-g', os.path.join(sCorePath, 'core.%f.%p') ]);
    724725            else: # Disable.
    725726                utils.sudoProcessOutputChecked([ 'coreadm', '-d', 'process' ]);
     727                utils.sudoProcessOutputChecked([ 'coreadm', '-d', 'proc-setid' ]);
    726728
    727729        if sKindCrashDump is not None:
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