Still broken in Ubuntu 24.04. Debugging shows it crashes in the snd_pcm_hw_params_set_rate_near function. There are two versions of this function in libasound.so: an "@ALSA_0.9" version which takes an unsigned int as its third parameter, and an "@ALSA_0.9.0rc4" version which takes a pointer.
In Ubuntu 20.04, timidity used the @ALSA_0.9 version. In Ubuntu 22.04 and 24.04, it now imports the @ALSA_0.9.0rc4 version of this and some other functions, but still calls them like the old versions, causing the segfault. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1983513 Title: Segmentation fault on fresh install (ALSA) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/timidity/+bug/1983513/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
