-
Notifications
You must be signed in to change notification settings - Fork 93
Description
I already opened a ticket in Kodi forum:
https://forum.kodi.tv/showthread.php?tid=379169&pid=3212900#pid3212900
But people advised me to open the ticket here.
I am using LibreElec/Kodi/Tvheadend on a Intel NUC as server. And Fedora 40 Workstation on my Desktop Computer and on a Tablet as clients.
- Free TV channels via DVB-T2
- Private TV channels via IPTV
- Free Radio channels via IPTV
All TV channels working fine on all three devices (NUC server, Desktop Workstation client, Tablet client)
Radio channels working fine on NUC server
Kodi crashed when a radio channels is clicked on Desktop Workstation client and Tablet client
Entry of a radio channel in iptv.m3u
https://paste.kodi.tv/vigetukodi
Here a some logs:
System environment of my Desktop computer
https://paste.kodi.tv/cizohaqide
Journalctl of relevant crash
https://paste.kodi.tv/asebidetuz.kodi
Tvheadend log
https://paste.kodi.tv/ecuvolofef
kodi.log
https://paste.kodi.tv/irugofodiz.kodi
For flatpak debugging I followed
https://docs.flatpak.org/en/latest/debugging.html
flatpak install --include-sdk --include-debug tv.kodi.Kodi
I choose:
flathub’ (system)
Then:
flatpak run --command=sh --devel --filesystem=$(pwd) tv.kodi.Kodi
A new sh opened, but I don't know what to do here?!
Stepped out by CTRL-D
Instead:
coredumpctl list
flatpak-coredumpctl -m 14948 tv.kodi.Kodi
(gdb) bt full
See log here:
https://paste.kodi.tv/penuleyuca.kodi
Thanks for any help.
Karl