cibuildwheel icon indicating copy to clipboard operation
cibuildwheel copied to clipboard

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

Open Marco-Sulla opened this issue 1 year ago • 1 comments

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

Marco-Sulla avatar Sep 07 '24 16:09 Marco-Sulla

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)

Czaki avatar Sep 07 '24 17:09 Czaki