Kodi Community Forum

Full Version: Random crashes after PerformChannelSwitch
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I recently upgraded my setup to Helix and experienced crashes when changing the channel remotely through JSON. With Gotham I can''t remember that behaviour, so I first thought it's up to Helix. I then tried to use XVDR and Helix doesn't crash so I'm thinking its up to the VNSI Plugin. After some investigations, the crash seems to happen at VNSISession:readData() but its not every time but randomly. It can be after the 1st attempt or after the 5th or so. It also doesn't depend to what channel I'm trying to switch to.

output of gdb:
http://goo.gl/r8lt0a
The issue was in Kodi and I already fixed it: https://github.com/xbmc/xbmc/commit/e13f...764ba82ffb
fix will be in 14.2. http://forum.kodi.tv/showthread.php?tid=218329
Thanks! Didn't notice the issue was fixed before and spent days trying to find whats wrong with the plugin code hehe.