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

Collect core dumps and broker executable on failure #46

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

bbpetukhov
Copy link
Contributor

Enable core dumps with unlimited size (by default the core dump size is zero thus no core dumps are created).

Implementation is based on the solution proposed in https://github.com/itamarst/gha-upload-cores?tab=readme-ov-file#getting-coredumps

Testing of the approach was done in the separate repository with simple app intentionally crashing (due to Segmentation Fault). It was verified that core dump was created and uploaded as artifact.

@bbpetukhov bbpetukhov requested a review from a team as a code owner November 7, 2024 20:05
Copy link
Collaborator

@pniedzielski pniedzielski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

@pniedzielski pniedzielski merged commit 859b2aa into bloomberg:main Nov 7, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants