-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
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
Fix crash when using ALSA MIDI with PulseAudio #48350
Conversation
I guess it might be relevant yes, this code didn't change much in |
2d3a498
to
958d798
Compare
I've rebased the commit against master and retargeted the PR. It seems the code is indeed so similar that cherry-picking is trivial. (Sorry for the mess just after the re-push. Everything should be tidy again.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hpvb approved on RC.
Thanks! |
Cherry-picked for 3.4. |
Cherry-picked for 3.3.3. |
The bug is due to symbols from ALSA library being null if the main audio driver is PulseAudio.
Since @hpvb worked on dynamic library loading and is more Linux-savvy than me, I'm asking him for review.
I'm not sure if this patch needs a version for 4.0.
Fixes #46183.