-
Notifications
You must be signed in to change notification settings - Fork 49
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
Segmentation Fault in pyalsa with python 3.12 #313
Comments
Can you reproduce the error consistently? |
That is correct. I have tried running this multiple times and these are the result is that it works with modified code and does not work with that modification. I've tried running it back to back with modified code and unmodified code and then tried it again and still got the same results. It might be a python issue itself. Please let me know if you have any additional follow-up questions. |
Thanks. I'll try to reproduce the error and do some debug 🐞 |
The problem is introduced by Python 3.12, not sure by what specifically, I'm able to trigger the crash by simply
I've opened an issue alsa-project/alsa-python#9 |
Small update, as a temporary solution, I've added a condition to skip pyalsa installation when python is >= 3.12 ... at least we avoid crashes |
A fix has been merged upstream alsa-project/alsa-python@cb75f5c, hopefully we'll se a new release soon. |
Describe the bug
When running linux-show-player I get a segmentation fault.
To Reproduce
poetry install
poetry run linux-show-player
Expected behavior
Application launches sucessfully
Linux Show Player version:
OS Version
Additional context
I tried editing plugin_manager.py and edited line 24 to the below and the application successfully ran. Below is the debug from that run.
Screenshots
The text was updated successfully, but these errors were encountered: