Bug#921266: linphone: Segfault and crash with "error 4 in libc-2.28.so" on password entry

Alf alf.debianfan at gmx.de
Tue Apr 9 21:50:27 BST 2019


Am 09.04.19 um 21:51 schrieb Bernhard Übelacker:
> Hello Alf,
> maybe we can get more context of this crash
> by doing one of the following:
>
> - Install gdb and run linphone like this:
>
>     script -c "gdb -q -ex 'set width 0' -ex 'set pagination off' -ex 'run' -ex 'bt' -ex 'bt full' -ex 'detach' -ex 'quit' --args linphonec -d 5 -l linphone-debug" -a gdb_linphone_$(date +%Y-%m-%d_%H-%M-%S).log
>
>   The created file might contain a backtrace, that
>   could help here.
>
> - Install a core dump collector like
>
>   - systemd-coredump: should output a backtrace
>     without debug symbol information right into
>     the journal.
>
>     Alternatively one could list the crashes happend
>     since this boot by:
>
>        coredumpctl list
>
>     And attach get a backtrace from gdb from this by:
>
>        coredumpctl gdb <PID>
>          bt
>          bt full
>          quit
>
>   - corekeeper: should also collect core dumps which
>     could be inspected by:
>
>          gdb -q $(which linphonec) --core /var/crash/user/coredump
>            bt
>            bt full
>            quit
>
> All the ways might be improved by installing
> the debug information packages described in [1],
> e.g. linphone-nogtk-dbgsym.
> Adding these packages for the shared libraries,
> shown in the backtrace, helps further.
>
> Kind regards,
> Bernhard
>
> [1] https://wiki.debian.org/HowToGetABacktrace#Installing_the_debugging_symbols
>


Hi Bernhard,

I performed the first proposal and got some 4kb of output.
I did not find any debug symbols for linphone yet in the standard
repositories, so there ar some complaints.

I did alter the phone number (2 places) and of course substituted my
paaswrd.

I do attach the output here, please advise whether I should try your
other proposals and/or install required debug symbols.

Kind regards,
Alf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gdb_linphone_2019-04-09_22-35-58.log
Type: text/x-log
Size: 3701 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-voip-maintainers/attachments/20190409/afbbe6b0/attachment.bin>


More information about the Pkg-voip-maintainers mailing list