[issue43671] segfault when using tkinter + pygame for ~5 minutes

2021-04-02 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue43671] segfault when using tkinter + pygame for ~5 minutes

2021-03-30 Thread Pycrytor10
Pycrytor10 added the comment: My original script has tkinter used as well. I wasn't entirely sure where it was when I filed the bug at first and just saw a tk/tcl mentioned in the logs. It does look now I've managed to investigate further to be something in pygame. I've never had to debug a

[issue43671] segfault when using tkinter + pygame for ~5 minutes

2021-03-30 Thread E. Paine
E. Paine added the comment: Not sure why this was marked as a problem with tkinter (neither Pygame nor the example use it). I would be very surprised if this wasn't an issue with Pygame, as the Python is just requesting a dictionary deallocation which is then handled by Pygame's

[issue43671] segfault when using tkinter + pygame for ~5 minutes

2021-03-30 Thread Pycrytor10
Pycrytor10 added the comment: Also filed https://github.com/pygame/pygame/issues/2543 as not sure where issue comes from -- ___ Python tracker ___

[issue43671] segfault when using tkinter + pygame for ~5 minutes

2021-03-30 Thread Pycrytor10
Change by Pycrytor10 : Added file: https://bugs.python.org/file49921/segfaultpygame.txt ___ Python tracker ___ ___ Python-bugs-list mailing

[issue43671] segfault when using tkinter + pygame for ~5 minutes

2021-03-30 Thread Pycrytor10
Pycrytor10 added the comment: Can reproduce with a modified pygame.examples.alien to run in a loop after a similar time. -- Added file: https://bugs.python.org/file49920/aliens.py ___ Python tracker

[issue43671] segfault when using tkinter + pygame for ~5 minutes

2021-03-30 Thread Samuel Kirwin
New submission from Samuel Kirwin : Per the attached file, when testing an adapted version of pygame's alien script as part of research. Python segfaulted. This has occured twice about 5 minutes in. I had console running all messages at the time if more logs needed. MacOS Big Sur 11.2.3 on