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

PCM constructor should handle errors and raise them to its caller #423

Open
nealsid opened this issue Aug 14, 2022 · 1 comment
Open

PCM constructor should handle errors and raise them to its caller #423

nealsid opened this issue Aug 14, 2022 · 1 comment

Comments

@nealsid
Copy link
Contributor

nealsid commented Aug 14, 2022

Right now, the PCM constructor calls many functions which return true/false depending on the error, and the PCM constructor returns without a way to signal that it is not ready to use, which, on macOS, currently causes a segfault later on.

@opcm
Copy link
Contributor

opcm commented Aug 15, 2022

Thanks a lot for the suggestion. We are looking into it

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

2 participants