Kodi Community Forum
PVR API segmentation fault - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+--- Thread: PVR API segmentation fault (/showthread.php?tid=314529)



PVR API segmentation fault - smee204 - 2017-05-17

I am trying to debug a crash I have been experiencing when playing back PVR recordings via the Android app or HTTP interface.

It appears recordings are started differently depending on if they are played via remote Android/HTTP API or through the built in PVR menu in Kodi. Is this expected?

If played back via Android/HTTP in the logs I get this error, which then results in a segmentation fault.
Code:
ERROR: CPVRManager - UpdateItem - no channel tag provided

Crash log: https://pastebin.com/wjq4Zc06

If recordings are played back via the built in PVR menu in Kodi there are no issues.

Can anyone else shed any light on this issue? I have started debugging it but not made much progress so far.