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

CI: Collect core dumps and broker executable on failure #509

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

bbpetukhov
Copy link
Contributor

@bbpetukhov bbpetukhov commented Nov 11, 2024

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 has been verified that core dump was created and uploaded as artifact.

@bbpetukhov bbpetukhov changed the title Collect core dumps and broker executable on failure CI: Collect core dumps and broker executable on failure Nov 11, 2024
@bbpetukhov bbpetukhov marked this pull request as ready for review November 11, 2024 16:40
@bbpetukhov bbpetukhov requested a review from a team as a code owner November 11, 2024 16:40
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.

1 participant