PCM constructor should handle errors and raise them to its caller
Open
- Dominant language
- C++
- Stars
- 3.3k
- Forks
- 528
- Avg merge
- 1h 40m
- Merged PRs (30d)
- 2
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.