adoptium / STF

The System Test Framework for executing https://github.com/adoptium/aqa-systemtest
Apache License 2.0
8 stars 35 forks source link

Produce system core file at the event of a hang for STF tests #131

Closed Mesbah-Alam closed 2 years ago

Mesbah-Alam commented 2 years ago

STF kills a hanging test process with kill -3 on non-Windows platforms. We want to add -Xdump:system:events=user to all STF system test command lines, so that a system core gets generated when a kill -3 occurs. It's not the default behaviour, but for running tests that behaviour is desired.