Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjusted cf-support for exotic UNIX platforms (3.21) #5665

Merged
merged 3 commits into from
Dec 12, 2024

Conversation

craigcomstock
Copy link
Contributor

  • Made cf-support use coredumpctl for core analysis only when configured in kerenl.core_pattern
  • Adjusted cf-support for exotic UNIX platforms
  • Adjusted cf-support to not fail if core dumps are available and gdb is missing

nickanderson and others added 3 commits December 12, 2024 13:08
…d in kerenl.core_pattern

It's possible for coredumpctl to be present yet the system not correctly
configured to use systemd-coredump which results in coredumpctl not being able
to find core files. This change restricts the use of coredumpctl for when
systemd-coredump is present in sysctl kernel.core_pattern.

Ticket: ENT-9985
Changelog: Title
(cherry picked from commit 9f53845)
head -c 8 doesn't work on hpux 11.23 that we test on currently

dd count=1 bs=8 should work on all UNIX systems

tr on solaris needs LC_CTYPE=C as it can't handle binary data.
Silence not found sysctl command where it is not present.

Ticket: ENT-9786
Changelog: title
(cherry picked from commit be724b2)
…s missing

Previously cf-support would fail if core dumps were present and gdb was missing.

We only want a warning and a log of which files are available for anlysis in this case.

Ticket: ENT-9786
Changelog: title
(cherry picked from commit 8194ff5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants