Bug#1107868: mumble: segfault on first start
Chris Knadle
Chris.Knadle at coredump.us
Tue Jul 1 00:48:50 BST 2025
Greetings.
Upstream found the bug in the variable name based on Philipp Kern's
backtrace from Debian Bug #1091358
https://github.com/mumble-voip/mumble/pull/6852/commits/cd4acaaec3b1b1b7ec7b8819a6f7ac2d81ea14f1
I'm working on an upload.
-- Chris
Chris Knadle
Chris.Knadle at coredump.us
On 6/28/25 20:50, Thorsten Glaser wrote:
> On Sat, 21 Jun 2025, Chris Knadle wrote:
>
>> The ALSA backend is supported, and depends on it, and loads other audio
>> libraries if they are found (PipeWire, PulseAudio, JACK) -- but if PipeWire is
>> found it prioritizes that over ALSA. So in this case it looks like
>> libpipewire-0.3.so.0 and libpulse.so.0 are found, so Mumble tries to connect to
>> pipewire, but then the PipeWire configuration pw.conf isn't found, leading to a
>> Segfault.
> Heh.
>
> Presence of the client libraries must not be used as an indicator
> that the thing is used. The client libraries are there because some
> software links against them to support these things, no matter whether
> they actually are used, after all (mplayer most likely). This is like
> with libsystemd0 which is present so dæmons can use it to communicate
> with systemd about their readiness state, so the dæmon executable is
> linked against it, but it’s never actually used on my system since there
> is no systemd on it. (Other than being used as entry door for the Jia Tan
> exploit, of course.)
>
>> Upsgream would like to fix the bug and they are requesting a coredump and/or a
>> backtrace, if that can be provided.
> I can provide a backtrace (just not right now) easily enough. Not sure
> about a coredump vs. possible info leak, will have to see.
>
> Later,
> //mirabilos
More information about the Pkg-voip-maintainers
mailing list