-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LibreElec/Kodi/Tvheadend crashed when clicking a radio channel in Tvheadend client #687
Comments
Was this a one-time crash or can you reproduce it? |
Yes it can be reproduce.
|
Okay, from looking at the related code i cannot see where it crashes exactly. Would you be able to build the addon yourself so we get debug symbols? |
I never did to build a Flatpack/Kodi Addon. But I am developer in C++, Qt, Python3 - so I will do my very best. Please give me some advice where to start. |
I will set up on weekend a dedicated VM to build kodi and pvr.hts with debug symbols. I just checked the debugging options adviced by https://docs.flatpak.org/en/latest/debugging.html#debug-shell.
Crashlog: https://paste.kodi.tv/ugidaxariz.kodi
|
I need a helping hand. I set up a VM with a fresh Fedora 40 Workstation installation. Crash can be reproduce in this VM.
I have no idea how to fix this. |
I'm not a Linux guy. Maybe @howie-f can help? |
hi, @kkarsten62 unfortunately our build instructions for linux are somewhat outdated and i am on debian not fedora, but i'll try to help. Let's assume you cloned the kodi repo to ~/xbmc. in case you cloned somewhere else (example ~/kodi) you would need to adjust the cmake command below accordingly. so, first check out the omega branch.
Then create the build directory and change into it:
Next configure the build of pvr.hts with cmake (adjust the path ../../xbmc/cmake/addons, if needed)
you should see something like
then build:
then package:
then install the zip on your target... |
Many thanks for your clear instructions. It`s works w/o any problem.
I guess you know that... Later on I will check with the build zip, whether I see more for the related crash. |
I am unsure how to debug now with the debug addon?!
Manual installation of addon by zip file in Kodi
Crash report https://paste.kodi.tv/modixefuje.kodi I guess this is still not very helpful. Please let me know how to debug this more in detail. |
We need debug symbols, but I have no idea how to achieve this.
|
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.
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
The text was updated successfully, but these errors were encountered: