Cris_ the hint is/was in the crash dump:
At the very beginning it says it crashed in thread 1:
Code
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0xf7853198 in strlen () from /usr/lib/libarmmem-v7l.so
[Current thread is 1 (Thread 0xc8cfc240 (LWP 1657))]
Then a bit down look at the backtrace of thread 1 and you see it crashed in pvr.iptvsimple - that's the offender
Code
Thread 1 (Thread 0xc8cfc240 (LWP 1657)):
#0 0xf7853198 in strlen () from /usr/lib/libarmmem-v7l.so
#1 0xe56ce2c0 in ?? () from /storage/.kodi/addons/pvr.iptvsimple/pvr.iptvsimple.so.20.3.1
#2 0xe56cd0f0 in iptvsimple::utilities::FileUtils::CopyDirectory(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) () from /storage/.kodi/addons/pvr.iptvsimple/pvr.iptvsimple.so.20.3.1
#3 0xe56a91e4 in ?? () from /storage/.kodi/addons/pvr.iptvsimple/pvr.iptvsimple.so.20.3.1
#4 0xe5678b80 in ?? () from /storage/.kodi/addons/pvr.iptvsimple/pvr.iptvsimple.so.20.3.1
#5 0xe567af48 in ADDON_Create () from /storage/.kodi/addons/pvr.iptvsimple/pvr.iptvsimple.so.20.3.1
#6 0x00a94db8 in ADDON::CAddonDll::Create(KODI_ADDON_INSTANCE_STRUCT*) ()
#7 0x00a95358 in ADDON::CAddonDll::CreateInstance(KODI_ADDON_INSTANCE_STRUCT*) ()
#8 0x00a9574c in ADDON::IAddonInstanceHandler::CreateInstance() ()
#9 0x00d4da20 in PVR::CPVRClient::Create(int) ()
#10 0x00d57704 in PVR::CPVRClients::UpdateAddons(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) ()
#11 0x00d7e630 in ?? ()
#12 0x007e54bc in CJobWorker::Process() ()
#13 0x0085e640 in CThread::Action() ()
#14 0x010b9d08 in ?? ()
#15 0x0085bc94 in ?? ()
#16 0xf4e9d8bc in ?? () from /usr/lib/libstdc++.so.6
#17 0xf503224c in ?? () from /usr/lib/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Display More
so long,
Hias