Matej Cepl changed bug 1173291
What Removed Added
Assignee mcepl@suse.com ohering@suse.com
Flags needinfo?(steven.swart@gmail.com)  

Comment # 12 on bug 1173291 from
Thank you for all those logs, but I have two messages for you. One is good, the
other is bad. The good news is that I can see clearly where the crash happens.
The bad news is that it is in ctypes
(https://docs.python.org/3/library/ctypes.html), which unfortunately means that
problem is most likely not in the Python itself. ctyptes is one of (at least)
four basic systems have to Python program can interact with the system, and by
far the least reliable and the least recommended to use. It is very simple to
create with it calls which lead to crash. Analysing such crash means in fact
debugging Kodl source code, and that I won���t do.

Reassigning back to Olaf Hering, who seems to be the last person who touched
Kodi in OpenSUSE.


You are receiving this mail because: