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
( cd $(mktemp -d); sh -c 'kill -11 $$' || true; ls -la ./*core* /var/crash/*.crash /var/lib/apport/coredump/core*) || true
I don't know what this is supposed to test, but I guess it should show the core file in one of the locations we look for in the CorefileFinder class. Support for systemd-coredump was added in #1181
The CI test should probably fail if it doesn't find the core file.
The text was updated successfully, but these errors were encountered:
pwntools/.github/workflows/ci.yml
Lines 110 to 116 in 6748a78
I don't know what this is supposed to test, but I guess it should show the core file in one of the locations we look for in the CorefileFinder class. Support for systemd-coredump was added in #1181
The CI test should probably fail if it doesn't find the core file.
The text was updated successfully, but these errors were encountered: