Migrated service add-on is seg faulting kodi 19.0
#1
I'm migrating an add-on from python 2 to python 3 and when trying the add-on on Kodi 19.0 (Ubuntu 20.04), Kodi is seg faulting on the second or subsequent loading of kodi

I've started with a blank .kodi folder so this is the only additional add-on and it is repeatable so confident it is something I've done.

The crashlog says the seg fault is in #0  0x00007f3efc121816 in _PyObject_GetMethod () from /usr/lib/x86_64-linux-gnu/libpython3.8.so.1.0

That doesn't mean much to me. I had debug logging switched on and note the debug information in the top left corner doesn't update for a few seconds before it crashes.

I would appreciate some help/pointers in how to debug what could be causing it. Thanks

Crashlog
Reply


Messages In This Thread
Migrated service add-on is seg faulting kodi 19.0 - by djbloc - 2021-05-09, 00:44
Logout Mark Read Team Forum Stats Members Help
Migrated service add-on is seg faulting kodi 19.00