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

Aborted (core dumped) after first piece is dropped #1

Open
bittner opened this issue Nov 27, 2019 · 2 comments
Open

Aborted (core dumped) after first piece is dropped #1

bittner opened this issue Nov 27, 2019 · 2 comments

Comments

@bittner
Copy link

bittner commented Nov 27, 2019

When I run the yat program it looks polished and seems to work smoothly at first sight (read: "makes appetite for more!"), but as soon as the first piece is dropped and the second piece starts falling down a fatal error occurs and the core is dumped:

$ python -m yat
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
Fatal Python error: PyEval_SaveThread: NULL tstate
Aborted (core dumped)
$ python --version
Python 2.7.15+

I'm not sure why this happens, but I'd approach this issue by migrating to Python 3 and see whether the problem still pops up. Any thoughts?

@bittner
Copy link
Author

bittner commented Nov 28, 2019

This seems to by a Pygame issue: With "pygame<1.9.5" YAT works fine.

@bittner
Copy link
Author

bittner commented Nov 28, 2019

Similar issue on the Pygame issue tracker: pygame/pygame#1515

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

1 participant