Describe the bug
In my cicd I implement some tests using pytest and coverage, when running on an ARM instance with python 3.7.3 and coverage 4.5.2 the cicd crashes with a Segmentation Fault.
To Reproduce
How can we reproduce the problem? Please be specific. Don't link to a failing CI job. Answer the questions below:
What version of Python are you using? 3.7.3
What version of coverage.py shows the problem? The output of coverage debug sys is helpful. 4.5.2
What versions of what packages do you have installed? The output of pip freeze is helpful.
What code shows the problem? Give us a specific commit of a specific repo that we can check out. If you've already worked around the problem, please provide a commit before that fix.
What commands should we run to reproduce the problem? Be specific. Include everything, even git clone, pip install, and so on. Explain like we're five! coverage report
Expected behavior
No Segmentation Fault
Additional context
Add any other context about the problem here.
I'm not sure how to help without details of the segfault. Also, coverage.py 4.5.2 is almost five years old. Have you considered using a more recent version?
Describe the bug In my cicd I implement some tests using pytest and coverage, when running on an ARM instance with python 3.7.3 and coverage 4.5.2 the cicd crashes with a Segmentation Fault.
To Reproduce How can we reproduce the problem? Please be specific. Don't link to a failing CI job. Answer the questions below:
3.7.3
coverage debug sys
is helpful.4.5.2
pip freeze
is helpful.git clone
,pip install
, and so on. Explain like we're five!coverage report
Expected behavior No Segmentation Fault
Additional context Add any other context about the problem here.