WIP: GH-43057: [C++] Debug sporadic CI crash#43936
Closed
pitrou wants to merge 1 commit intoapache:mainfrom
Closed
WIP: GH-43057: [C++] Debug sporadic CI crash#43936pitrou wants to merge 1 commit intoapache:mainfrom
pitrou wants to merge 1 commit intoapache:mainfrom
Conversation
|
|
Member
Author
|
@github-actions crossbow submit test-ubuntu-20.04-cpp |
|
d866087 to
7cc3256
Compare
Member
Author
|
@github-actions crossbow submit test-ubuntu-20.04-cpp |
This comment was marked as outdated.
This comment was marked as outdated.
7cc3256 to
8cd0f89
Compare
Member
Author
|
@github-actions crossbow submit test-ubuntu-20.04-cpp |
This comment was marked as outdated.
This comment was marked as outdated.
8cd0f89 to
2ad4f91
Compare
Member
Author
|
@github-actions crossbow submit test-ubuntu-20.04-cpp |
This comment was marked as outdated.
This comment was marked as outdated.
2ad4f91 to
99d136f
Compare
Member
Author
|
@github-actions crossbow submit test-ubuntu-20.04-cpp |
This comment was marked as outdated.
This comment was marked as outdated.
99d136f to
02aa1e3
Compare
Member
Author
|
@github-actions crossbow submit test-ubuntu-20.04-cpp |
This comment was marked as outdated.
This comment was marked as outdated.
02aa1e3 to
cba1277
Compare
Member
Author
|
@github-actions crossbow submit test-ubuntu-20.04-cpp |
|
Revision: cba1277 Submitted crossbow builds: ursacomputing/crossbow @ actions-494e659fc6
|
Member
Author
|
Ok, now that I finally managed to enable core dumps, I cannot get a crashing test anymore... Hopefully this will fail again later. |
Member
Author
|
I'm going to close this PR now that we have stack traces |
kou
added a commit
that referenced
this pull request
Sep 11, 2024
…bs (#43937) ### Rationale for this change In #43936 I noticed that core dumps were not written out for crashing C++ tests. One problem is that, by default, Ubuntu hosts pipe core dumps to `apport`, but it is not available inside containers. Another is that the `ulimit` must be set in the host, not in the container. In addition, this PR restores automatic traceback generation when running C++ tests, on Linux and macOS jobs. ### Are these changes tested? Manually by introducing a spurious segfault and running Docker containers. ### Are there any user-facing changes? No. Lead-authored-by: Antoine Pitrou <antoine@python.org> Co-authored-by: Antoine Pitrou <pitrou@free.fr> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
khwilson
pushed a commit
to khwilson/arrow
that referenced
this pull request
Sep 14, 2024
…bs (apache#43937) ### Rationale for this change In apache#43936 I noticed that core dumps were not written out for crashing C++ tests. One problem is that, by default, Ubuntu hosts pipe core dumps to `apport`, but it is not available inside containers. Another is that the `ulimit` must be set in the host, not in the container. In addition, this PR restores automatic traceback generation when running C++ tests, on Linux and macOS jobs. ### Are these changes tested? Manually by introducing a spurious segfault and running Docker containers. ### Are there any user-facing changes? No. Lead-authored-by: Antoine Pitrou <antoine@python.org> Co-authored-by: Antoine Pitrou <pitrou@free.fr> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
QuietCraftsmanship
pushed a commit
to QuietCraftsmanship/arrow
that referenced
this pull request
Jul 7, 2025
…bs (#43937) ### Rationale for this change In apache/arrow#43936 I noticed that core dumps were not written out for crashing C++ tests. One problem is that, by default, Ubuntu hosts pipe core dumps to `apport`, but it is not available inside containers. Another is that the `ulimit` must be set in the host, not in the container. In addition, this PR restores automatic traceback generation when running C++ tests, on Linux and macOS jobs. ### Are these changes tested? Manually by introducing a spurious segfault and running Docker containers. ### Are there any user-facing changes? No. Lead-authored-by: Antoine Pitrou <antoine@python.org> Co-authored-by: Antoine Pitrou <pitrou@free.fr> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?