Public bug reported:

$ /usr/bin/timidity -Os -iA
Segmentation fault

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 22.04, timidity used the @ALSA_0.9 version.
In Ubuntu 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.

** Affects: timidity (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2147068

Title:
  timidity -Os segfaults due to wrong snd_pcm_hw_params_set_rate_version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/timidity/+bug/2147068/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to