BelledonneCommunications / linphone-desktop

Linphone is a free VoIP and video softphone based on the SIP protocol. Mirror of git://git.linphone.org/linphone-desktop.git
https://linphone.org/
GNU General Public License v3.0
391 stars 200 forks source link

[Bug]: Segmentation Fault after Updating to Ubuntu Mantic Minotaur / Gnome 45 #811

Closed xenotropic closed 5 months ago

xenotropic commented 5 months ago

Context

After upgrading from Ubuntu Ubuntu 23.04 to Ubuntu 23.10, Linphone will no longer start. Doing 'grep linphone /var/log/syslog' I get

2024-01-30T13:35:22.592033-08:00 vernon kernel: [85137.533709] linphone[72773]: segfault at 10 ip 00007f08a8049428 sp 00007fff3ea47e60 error 4 in liblinphone.so.11[7f08a7fa9000+3c7000] likely on CPU 3 (core 1, socket 0)
2024-01-30T13:35:22.612218-08:00 vernon linphone.desktop[72773]: 2024-01-30 13:35:22:589 belle-sip-warning-There is no object pool created in thread [139674925417152]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked.
2024-01-30T13:35:22.612807-08:00 vernon systemd[5430]: Started app-gnome-linphone-72773.scope - Application launched by gnome-shell.
2024-01-30T13:35:48.976033-08:00 vernon kernel: [85163.917416] linphone[73104]: segfault at 10 ip 00007f04a7e49428 sp 00007fffb6701090 error 4 in liblinphone.so.11[7f04a7da9000+3c7000] likely on CPU 0 (core 0, socket 0)
2024-01-30T13:37:55.840045-08:00 vernon kernel: [85290.781429] linphone[73261]: segfault at 10 ip 00007f7523649428 sp 00007fffeaccb220 error 4 in liblinphone.so.11[7f75235a9000+3c7000] likely on CPU 1 (core 0, socket 0)
2024-01-30T13:38:00.264034-08:00 vernon kernel: [85295.205690] linphone[73270]: segfault at 10 ip 00007ffb5cc49428 sp 00007ffc7a34b5b0 error 4 in liblinphone.so.11[7ffb5cba9000+3c7000] likely on CPU 1 (core 0, socket 0)
2024-01-30T13:38:34.668027-08:00 vernon kernel: [85329.611770] linphone[73356]: segfault at 10 ip 00007f0d97249428 sp 00007fff67b54b30 error 4 in liblinphone.so.11[7f0d971a9000+3c7000] likely on CPU 2 (core 1, socket 0)

General information

Expected behaviour

I expected the app to launch.

To Reproduce

  1. Install Ubuntu 23.10
  2. Try to launch Linphone

Additional context

I tried using the --verbose flag from the command line, but it just says

2024-01-30 13:58:03:159 belle-sip-warning-There is no object pool created in thread [139680165135040]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. Segmentation fault (core dumped)

If there are ways/places to get more detailed logging, happy to send in.

SDK logs URL

No response

leukimi commented 5 months ago

See if something newer from Ubuntu 23.10 repository on https://software.opensuse.org works on your machine.

If nothing works, try this package meanwhile things improve.

xenotropic commented 5 months ago

Excellent, thank you, 5.2.0 from openSUSE works