Skip to content

Python crashes when running the unittests on Linux Mint #202

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

Closed
avaxar opened this issue Feb 16, 2023 · 0 comments · Fixed by #203
Closed

Python crashes when running the unittests on Linux Mint #202

avaxar opened this issue Feb 16, 2023 · 0 comments · Fixed by #203

Comments

@avaxar
Copy link
Contributor

avaxar commented Feb 16, 2023

Environment

Linux Mint 21.1 on x86_64 AMD A8-7410 APU

Reproduction

Running the unittest by python3 -m unittest in the repository directory

Output

pygame-ce 2.1.4.dev1 (SDL 2.0.20, Python 3.10.6)
...............................................................................................................Illegal instruction (core dumped)

This creates an illegal instruction segfault and crashes Python completely. I suspect, this has to do with it using a kind of SIMD vector extension that's not supported by my processor.

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 a pull request may close this issue.

1 participant