You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oscap crashing is frequent enough for this to be a sensible thing to do - detect exit code 139 and generate a backtrace (somehow, possibly via coredumpctl) and upload it into logs.
This would likely need its own utility function, as it requires using debuginfo-install openscap or something similar, to get usable symbols for the oscap binary, along with dnf/yum installing gdb. Unless systemd can produce a backtrace just via coredumpd.
The text was updated successfully, but these errors were encountered:
oscap
crashing is frequent enough for this to be a sensible thing to do - detect exit code 139 and generate a backtrace (somehow, possibly viacoredumpctl
) and upload it into logs.This would likely need its own utility function, as it requires using
debuginfo-install openscap
or something similar, to get usable symbols for theoscap
binary, along with dnf/yum installing gdb. Unless systemd can produce a backtrace just viacoredumpd
.The text was updated successfully, but these errors were encountered: