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

[Question] Is there a way to get core file? #1997

Open
Marco-Sulla opened this issue Sep 7, 2024 · 1 comment
Open

[Question] Is there a way to get core file? #1997

Marco-Sulla opened this issue Sep 7, 2024 · 1 comment

Comments

@Marco-Sulla
Copy link

Description

I have a segfault during pytests, and I can't reproduce it in local. Is there a way to put on artifacts core files?

Build log

https://github.com/Marco-Sulla/python-frozendict/actions/runs/9487232241/job/26143336956?pr=103

CI config

No response

@Czaki
Copy link
Contributor

Czaki commented Sep 7, 2024

You men that your local compilation do not fail. Or you downloaded the artifacts (after disabling the tests) and they are working on your machine?

General possibility could be to enable core files in docker using CIBW_BEFORE_ALL and modify test commend to put core file in wheeldir in container (command need to end with success)

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

No branches or pull requests

2 participants