python-sounddevice icon indicating copy to clipboard operation
python-sounddevice copied to clipboard

interrupted by signal 6: SIGABRT

Open themagicalmammal opened this issue 3 years ago • 2 comments

import sounddevice as sd

This yields error on Process finished with exit code 134 (interrupted by signal 6: SIGABRT) Using it on python3.6.9 Pycharm Community on Elementary Os

themagicalmammal avatar Aug 10 '20 06:08 themagicalmammal

Thanks for the report!

Since this happens on import, I guess the problem is in one of those lines:

https://github.com/spatialaudio/python-sounddevice/blob/40e6380f93456e3843798eced3189da8780ba092/sounddevice.py#L72

https://github.com/spatialaudio/python-sounddevice/blob/40e6380f93456e3843798eced3189da8780ba092/sounddevice.py#L83

https://github.com/spatialaudio/python-sounddevice/blob/40e6380f93456e3843798eced3189da8780ba092/sounddevice.py#L2824

https://github.com/spatialaudio/python-sounddevice/blob/40e6380f93456e3843798eced3189da8780ba092/sounddevice.py#L2838

Can you please check which one is the culprit?

mgeier avatar Aug 10 '20 14:08 mgeier

Sorry didnt check did a whl install on windows but this error occured in windows/pop os alike

themagicalmammal avatar Oct 03 '20 09:10 themagicalmammal