[Debian-on-mobile-maintainers] Bug#1104168: callaudiod: segfault on trying to call someone via gnome-calls
Bernhard Übelacker
bernhardu at mailbox.org
Mon May 26 10:17:16 BST 2025
On Sat, 26 Apr 2025 17:10:43 +0200 Benedikt Wildenhain <benedikt.wildenhain at hs-bochum.de> wrote:
>
> callaudiod[43102]: segfault at 0 ip 00005624740ecaac sp 00007fffef5aedc0 error 4 in callaudiod[9aac,5624740e8000+6000] likely on CPU 4 (core 0, socket 0)
> Code: 00 75 6b 8b 45 60 c7 45 64 00 00 00 00 83 f8 01 0f 84 10 01 00 00 31 d2 3d ff 00 00 00 75 3b 48 8b 83 88 01 00 00 48 8b 75 48 <48> 8b 38 e8 2c c0 ff ff 48 8b 7d 18 85 c0 0f 84 31 01 00 00 c7 45
> A
>
This line points to a crash in following line [1], with maybe variable info or self being a NULL pointer:
407 if (g_strcmp0(info->active_port->name, self->earpiece_port) == 0) {
https://sources.debian.org/src/callaudiod/0.1.10-1/src/cad-pulse.c/#L407
This upstream bug mentions the same source code line:
https://gitlab.com/mobian1/callaudiod/-/issues/36
Adding a complete backtrace would probably be helpful.
This can usually be found in the journal after the
package systemd-coredump is installed, if possible.
https://wiki.debian.org/HowToGetABacktrace#Core_dump
Kind regards,
Bernhard
[1] https://wiki.debian.org/InterpretingKernelOutputAtProcessCrash
More information about the Debian-on-mobile-maintainers
mailing list