kodi-pvr / pvr.iptvsimple

IPTV Simple client for Kodi PVR
GNU General Public License v2.0
772 stars 372 forks source link

Leia: irregular crashes in GetEPGForChannel due to STD::bad_alloc #302

Closed otaconix closed 3 years ago

otaconix commented 4 years ago

I've been running into intermittent crashes lately, and there doesn't seem to be anything specific that I do that triggers the crashes. Kodi's logs don't help much, as all they tell me is that a crash happened due to a std::bad_alloc exception. It took me a while to notice my system had been keeping a list of coredumps, which allowed me to find this backtrace:

#0 0x75a38104 in raise () at /usr/lib/libc.so.6
#1 0x75a237a0 in abort () at /usr/lib/libc.so.6
#2 0x75bc7e70 in __gnu_cxx::__verbose_terminate_handler() () at /build/gcc/src/gcc/libstdc++-v3/libsupc++/vterminate.cc:95
#3 0x75bc58b8 in __cxxabiv1::__terminate(void (*)()) (handler=<optimized out>) at /build/gcc/src/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:47
#4 0x75bc592c in std::terminate() () at /build/gcc/src/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:57
#5 0x75bc5c94 in __cxxabiv1::__cxa_throw(void*, std::type_info*, void (*)(void*)) (obj=<optimized out>, tinfo=0x75c9c374 <typeinfo for std::bad_alloc>, dest=0x75bc38f4 <std::bad_alloc::~bad_alloc()>) at /build/gcc/src/gcc/libstdc++-v3/libsupc++/eh_throw.cc:95
#6 0x75bc6360 in operator new(unsigned int) (sz=134217729) at /build/gcc/src/gcc-build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/bits/exception.h:63
#7 0x75c609dc in std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_mutate(unsigned int, unsigned int, char const*, unsigned int) (this=this@entry=0x595ebaf0, __pos=67108864, __len1=__len1@entry=0, __s=0x595eb4ec "gory lang=\"pt\">entretenimento</category>\n <episode-num system=\"onscreen\">S1E3</episode-num>\n </programme>\n <programme start=\"20191107042300 +0100\" stop=\"20191107050500 +0100\" channel=\"pt.Blaze\">\n"..., __len2=1024) at /build/gcc/src/gcc-build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/bits/basic_string.h:936
#8 0x75c62134 in std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_append(char const*, unsigned int) (this=0x595ebaf0, __s=<optimized out>, __n=<optimized out>) at /build/gcc/src/gcc-build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/bits/char_traits.h:287
#9 0x569bd95c in PVRIptvData::GetFileContents(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&) () at /usr/lib/kodi/addons/pvr.iptvsimple/pvr.iptvsimple.so.3.8.6
#10 0x569be77c in PVRIptvData::GetCachedFileContents(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&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, bool) () at /usr/lib/kodi/addons/pvr.iptvsimple/pvr.iptvsimple.so.3.8.6
#11 0x569c4d30 in PVRIptvData::LoadEPG(long, long) () at /usr/lib/kodi/addons/pvr.iptvsimple/pvr.iptvsimple.so.3.8.6
#12 0x569bf3c0 in PVRIptvData::GetEPGForChannel(ADDON_HANDLE_STRUCT*, PVR_CHANNEL const&, long, long) () at /usr/lib/kodi/addons/pvr.iptvsimple/pvr.iptvsimple.so.3.8.6
#13 0x569bb8a0 in GetEPGForChannel () at /usr/lib/kodi/addons/pvr.iptvsimple/pvr.iptvsimple.so.3.8.6
#14 0x01271e94 in ()
#15 0x01275ab0 in PVR::CPVRClient::DoAddonCall(char const*, std::function<PVR_ERROR (KodiToAddonFuncTable_PVR const*)>, bool, bool) const ()
#16 0x012765ac in PVR::CPVRClient::GetEPGForChannel(std::shared_ptr<PVR::CPVREpgChannelData> const&, PVR::CPVREpg*, long, long, bool) ()
#17 0x01455260 in PVR::CPVREpg::UpdateFromScraper(long, long, bool) ()
#18 0x01455824 in PVR::CPVREpg::LoadFromClients(long, long, bool) ()
#19 0x01455958 in PVR::CPVREpg::Update(long, long, int, int, std::shared_ptr<PVR::CPVREpgDatabase> const&, bool) ()
#20 0x0144ef78 in PVR::CPVREpgContainer::UpdateEPG(bool) ()
#21 0x0144f62c in PVR::CPVREpgContainer::Process() ()
#22 0x00fa5814 in CThread::Action() ()
#23 0x00fa6a68 in CThread::staticThread(void*) ()
#24 0x76f93568 in start_thread () at /usr/lib/libpthread.so.0
#25 0x75ae1ac8 in () at /usr/lib/libc.so.6

System information

Machine: Raspberry Pi 3
OS: ArchLinux
Kodi version: 18.4
pvr-iptvsimple version: 3.8.6

phunkyfish commented 4 years ago

Is that the full crash log? Can you supply the full debug log that accompanies it?

otaconix commented 4 years ago

I don't currently have a debug log (keeping debug logging on is a bit of a pain due to the system information overlay on screen all the time). I'll try and get a debug log soon.

For now, here's a crashlog of a session with debug logging off:

############## Kodi CRASH LOG ###############

################ SYSTEM INFO ################
 Date: Wed 06 Nov 2019 02:47:55 AM UTC
 Kodi Options: 
 Arch: armv7l
 Kernel: Linux 4.19.80-1-ARCH #1 SMP PREEMPT Tue Oct 22 03:09:24 UTC 2019
 Release: Arch Linux ARM
############## END SYSTEM INFO ##############

############### STACK TRACE #################
############# END STACK TRACE ###############

################# LOG FILE ##################

2019-11-06 00:39:48.435 T:1904097568  NOTICE: -----------------------------------------------------------------------
2019-11-06 00:39:48.435 T:1904097568  NOTICE: Starting Kodi (18.4 Git:20190901-nogitfound). Platform: Linux ARM 32-bit
2019-11-06 00:39:48.435 T:1904097568  NOTICE: Using Release Kodi x32 build (version for Raspberry Pi)
2019-11-06 00:39:48.435 T:1904097568  NOTICE: Kodi compiled 2019-09-01 by GCC 8.3.0 for Linux ARM 32-bit version 5.1.0 (327936)
2019-11-06 00:39:48.435 T:1904097568  NOTICE: Running on Arch Linux ARM 0.0, kernel: Linux ARM 32-bit version 4.19.80-1-ARCH
2019-11-06 00:39:48.477 T:1904097568  NOTICE: FFmpeg version/source: 4.0.4-Kodi
2019-11-06 00:39:48.477 T:1904097568  NOTICE: Host CPU: ARMv7 Processor rev 4 (v7l), 4 cores available
2019-11-06 00:39:48.477 T:1904097568  NOTICE: ARM Features: Neon enabled
2019-11-06 00:39:48.477 T:1904097568  NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
2019-11-06 00:39:48.477 T:1904097568  NOTICE: special://xbmcbin/ is mapped to: /usr/lib/kodi
2019-11-06 00:39:48.477 T:1904097568  NOTICE: special://xbmcbinaddons/ is mapped to: /usr/lib/kodi/addons
2019-11-06 00:39:48.477 T:1904097568  NOTICE: special://masterprofile/ is mapped to: /var/lib/kodi/.kodi/userdata
2019-11-06 00:39:48.477 T:1904097568  NOTICE: special://envhome/ is mapped to: /var/lib/kodi
2019-11-06 00:39:48.478 T:1904097568  NOTICE: special://home/ is mapped to: /var/lib/kodi/.kodi
2019-11-06 00:39:48.478 T:1904097568  NOTICE: special://temp/ is mapped to: /var/lib/kodi/.kodi/temp
2019-11-06 00:39:48.478 T:1904097568  NOTICE: special://logpath/ is mapped to: /var/lib/kodi/.kodi/temp
2019-11-06 00:39:48.478 T:1904097568  NOTICE: The executable running is: /usr/lib/kodi/kodi-rbpi
2019-11-06 00:39:48.478 T:1904097568  NOTICE: Local hostname: alarmpi
2019-11-06 00:39:48.478 T:1904097568  NOTICE: Log File is located: /var/lib/kodi/.kodi/temp/kodi.log
2019-11-06 00:39:48.478 T:1904097568  NOTICE: -----------------------------------------------------------------------
2019-11-06 00:39:48.555 T:1904097568    INFO: loading settings
2019-11-06 00:39:48.574 T:1904097568  NOTICE: special://profile/ is mapped to: special://masterprofile/
2019-11-06 00:39:48.632 T:1904097568   DEBUG: CSkinSettings: no <skinsettings> tag found
2019-11-06 00:39:48.633 T:1904097568  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
2019-11-06 00:39:48.649 T:1904097568  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
2019-11-06 00:39:48.649 T:1904097568  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <video>
                                                <excludefromlisting>
                                                  <regexp>somedir</regexp>
                                                </excludefromlisting>
                                              </video>
                                            </advancedsettings>
2019-11-06 00:39:48.649 T:1904097568 WARNING: CSettingsManager: missing version attribute
2019-11-06 00:39:48.650 T:1904097568  NOTICE: Default Video Player: VideoPlayer
2019-11-06 00:39:48.650 T:1904097568  NOTICE: Default Audio Player: paplayer
2019-11-06 00:39:48.650 T:1904097568  NOTICE: Disabled debug logging due to GUI setting. Level 0.
2019-11-06 00:39:48.650 T:1904097568  NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
2019-11-06 00:39:48.651 T:1904097568  NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
2019-11-06 01:39:49.259 T:1904097568  NOTICE: Running database version Addons27
2019-11-06 01:39:50.542 T:1904097568  NOTICE: ADDON: audioencoder.kodi.builtin.aac v1.0.0 installed
2019-11-06 01:39:50.542 T:1904097568  NOTICE: ADDON: audioencoder.kodi.builtin.wma v1.0.0 installed
2019-11-06 01:39:50.542 T:1904097568  NOTICE: ADDON: game.controller.default v1.0.8 installed
2019-11-06 01:39:50.542 T:1904097568  NOTICE: ADDON: game.controller.snes v1.0.8 installed
2019-11-06 01:39:50.542 T:1904097568  NOTICE: ADDON: inputstream.adaptive v2.4.2 installed
2019-11-06 01:39:50.542 T:1904097568  NOTICE: ADDON: kodi.binary.global.audioengine v1.0.1 installed
2019-11-06 01:39:50.542 T:1904097568  NOTICE: ADDON: kodi.binary.global.filesystem v1.0.2 installed
2019-11-06 01:39:50.542 T:1904097568  NOTICE: ADDON: kodi.binary.global.general v1.0.3 installed
2019-11-06 01:39:50.543 T:1904097568  NOTICE: ADDON: kodi.binary.global.gui v5.12.0 installed
2019-11-06 01:39:50.543 T:1904097568  NOTICE: ADDON: kodi.binary.global.main v1.0.14 installed
2019-11-06 01:39:50.543 T:1904097568  NOTICE: ADDON: kodi.binary.global.network v1.0.0 installed
2019-11-06 01:39:50.543 T:1904097568  NOTICE: ADDON: kodi.binary.instance.audiodecoder v2.0.0 installed
2019-11-06 01:39:50.543 T:1904097568  NOTICE: ADDON: kodi.binary.instance.audioencoder v2.0.0 installed
2019-11-06 01:39:50.543 T:1904097568  NOTICE: ADDON: kodi.binary.instance.game v1.1.0 installed
2019-11-06 01:39:50.543 T:1904097568  NOTICE: ADDON: kodi.binary.instance.imagedecoder v2.0.0 installed
2019-11-06 01:39:50.543 T:1904097568  NOTICE: ADDON: kodi.binary.instance.inputstream v2.0.8 installed
2019-11-06 01:39:50.543 T:1904097568  NOTICE: ADDON: kodi.binary.instance.peripheral v1.3.7 installed
2019-11-06 01:39:50.543 T:1904097568  NOTICE: ADDON: kodi.binary.instance.pvr v5.10.3 installed
2019-11-06 01:39:50.543 T:1904097568  NOTICE: ADDON: kodi.binary.instance.screensaver v2.0.0 installed
2019-11-06 01:39:50.543 T:1904097568  NOTICE: ADDON: kodi.binary.instance.vfs v2.0.0 installed
2019-11-06 01:39:50.543 T:1904097568  NOTICE: ADDON: kodi.binary.instance.videocodec v1.0.1 installed
2019-11-06 01:39:50.543 T:1904097568  NOTICE: ADDON: kodi.binary.instance.visualization v2.0.1 installed
2019-11-06 01:39:50.543 T:1904097568  NOTICE: ADDON: kodi.resource v1.0.0 installed
2019-11-06 01:39:50.543 T:1904097568  NOTICE: ADDON: metadata.album.universal v3.1.2 installed
2019-11-06 01:39:50.543 T:1904097568  NOTICE: ADDON: metadata.artists.universal v4.3.2 installed
2019-11-06 01:39:50.543 T:1904097568  NOTICE: ADDON: metadata.common.allmusic.com v3.2.1 installed
2019-11-06 01:39:50.543 T:1904097568  NOTICE: ADDON: metadata.common.fanart.tv v3.6.2 installed
2019-11-06 01:39:50.543 T:1904097568  NOTICE: ADDON: metadata.common.imdb.com v3.1.4 installed
2019-11-06 01:39:50.544 T:1904097568  NOTICE: ADDON: metadata.common.movieposterdb.com v1.1.3 installed
2019-11-06 01:39:50.544 T:1904097568  NOTICE: ADDON: metadata.common.musicbrainz.org v2.2.1 installed
2019-11-06 01:39:50.544 T:1904097568  NOTICE: ADDON: metadata.common.ofdb.de v1.0.5 installed
2019-11-06 01:39:50.544 T:1904097568  NOTICE: ADDON: metadata.common.omdbapi.com v1.2.1 installed
2019-11-06 01:39:50.544 T:1904097568  NOTICE: ADDON: metadata.common.port.hu v1.1.4 installed
2019-11-06 01:39:50.544 T:1904097568  NOTICE: ADDON: metadata.common.theaudiodb.com v2.0.3 installed
2019-11-06 01:39:50.544 T:1904097568  NOTICE: ADDON: metadata.common.themoviedb.org v3.1.10 installed
2019-11-06 01:39:50.544 T:1904097568  NOTICE: ADDON: metadata.local v1.0.0 installed
2019-11-06 01:39:50.544 T:1904097568  NOTICE: ADDON: metadata.themoviedb.org v5.1.9 installed
2019-11-06 01:39:50.544 T:1904097568  NOTICE: ADDON: metadata.tvdb.com v3.0.16 installed
2019-11-06 01:39:50.544 T:1904097568  NOTICE: ADDON: metadata.tvshows.themoviedb.org v3.1.4 installed
2019-11-06 01:39:50.544 T:1904097568  NOTICE: ADDON: metadata.universal v5.3.4 installed
2019-11-06 01:39:50.544 T:1904097568  NOTICE: ADDON: plugin.library.node.editor v1.0.6 installed
2019-11-06 01:39:50.544 T:1904097568  NOTICE: ADDON: plugin.video.youtube v6.5.2 installed
2019-11-06 01:39:50.544 T:1904097568  NOTICE: ADDON: pvr.iptvsimple v3.8.6 installed
2019-11-06 01:39:50.544 T:1904097568  NOTICE: ADDON: repository.kodi.yatse.tv v1.0.1 installed
2019-11-06 01:39:50.544 T:1904097568  NOTICE: ADDON: repository.xbmc.org v3.1.6 installed
2019-11-06 01:39:50.544 T:1904097568  NOTICE: ADDON: resource.images.languageflags.colour v0.0.4 installed
2019-11-06 01:39:50.544 T:1904097568  NOTICE: ADDON: resource.images.recordlabels.white v0.0.7 installed
2019-11-06 01:39:50.545 T:1904097568  NOTICE: ADDON: resource.images.studios.white v0.0.22 installed
2019-11-06 01:39:50.545 T:1904097568  NOTICE: ADDON: resource.images.weatherfanart.single v0.0.6 installed
2019-11-06 01:39:50.545 T:1904097568  NOTICE: ADDON: resource.images.weathericons.default v1.1.8 installed
2019-11-06 01:39:50.545 T:1904097568  NOTICE: ADDON: resource.images.weathericons.outline v0.0.6 installed
2019-11-06 01:39:50.545 T:1904097568  NOTICE: ADDON: resource.language.en_gb v2.0.1 installed
2019-11-06 01:39:50.545 T:1904097568  NOTICE: ADDON: resource.language.nl_nl v9.0.19 installed
2019-11-06 01:39:50.545 T:1904097568  NOTICE: ADDON: resource.uisounds.kodi v1.0.0 installed
2019-11-06 01:39:50.545 T:1904097568  NOTICE: ADDON: resource.uisounds.nebula v1.0.1 installed
2019-11-06 01:39:50.545 T:1904097568  NOTICE: ADDON: screensaver.xbmc.builtin.black v1.0.33 installed
2019-11-06 01:39:50.545 T:1904097568  NOTICE: ADDON: screensaver.xbmc.builtin.dim v1.0.57 installed
2019-11-06 01:39:50.545 T:1904097568  NOTICE: ADDON: script.database.cleaner v0.6.1 installed
2019-11-06 01:39:50.545 T:1904097568  NOTICE: ADDON: script.extendedinfo v5.6.0 installed
2019-11-06 01:39:50.545 T:1904097568  NOTICE: ADDON: script.favourites v7.1.3 installed
2019-11-06 01:39:50.545 T:1904097568  NOTICE: ADDON: script.globalsearch v8.0.11 installed
2019-11-06 01:39:50.545 T:1904097568  NOTICE: ADDON: script.module.addon.signals v0.0.3 installed
2019-11-06 01:39:50.545 T:1904097568  NOTICE: ADDON: script.module.arrow v0.10.0 installed
2019-11-06 01:39:50.545 T:1904097568  NOTICE: ADDON: script.module.autocompletion v1.1.2 installed
2019-11-06 01:39:50.545 T:1904097568  NOTICE: ADDON: script.module.beautifulsoup v3.2.1 installed
2019-11-06 01:39:50.545 T:1904097568  NOTICE: ADDON: script.module.certifi v2019.9.11 installed
2019-11-06 01:39:50.545 T:1904097568  NOTICE: ADDON: script.module.chardet v3.0.4 installed
2019-11-06 01:39:50.546 T:1904097568  NOTICE: ADDON: script.module.dateutil v2.8.0 installed
2019-11-06 01:39:50.546 T:1904097568  NOTICE: ADDON: script.module.future v0.17.1 installed
2019-11-06 01:39:50.546 T:1904097568  NOTICE: ADDON: script.module.idna v2.8 installed
2019-11-06 01:39:50.546 T:1904097568  NOTICE: ADDON: script.module.inputstreamhelper v0.4.3 installed
2019-11-06 01:39:50.546 T:1904097568  NOTICE: ADDON: script.module.kodi-six v0.1.2 installed
2019-11-06 01:39:50.546 T:1904097568  NOTICE: ADDON: script.module.kodi65 v1.2.1 installed
2019-11-06 01:39:50.546 T:1904097568  NOTICE: ADDON: script.module.metadatautils v1.0.0 installed
2019-11-06 01:39:50.546 T:1904097568  NOTICE: ADDON: script.module.musicbrainz v0.6.0 installed
2019-11-06 01:39:50.546 T:1904097568  NOTICE: ADDON: script.module.myconnpy v1.1.7 installed
2019-11-06 01:39:50.546 T:1904097568  NOTICE: ADDON: script.module.pil v1.1.7 installed
2019-11-06 01:39:50.546 T:1904097568  NOTICE: ADDON: script.module.pyaes v1.6.1 installed
2019-11-06 01:39:50.546 T:1904097568  NOTICE: ADDON: script.module.pycryptodome v3.4.3 installed
2019-11-06 01:39:50.546 T:1904097568  NOTICE: ADDON: script.module.pyscrypt v1.6.2 installed
2019-11-06 01:39:50.546 T:1904097568  NOTICE: ADDON: script.module.requests v2.22.0 installed
2019-11-06 01:39:50.546 T:1904097568  NOTICE: ADDON: script.module.routing v0.2.3 installed
2019-11-06 01:39:50.546 T:1904097568  NOTICE: ADDON: script.module.simplecache v1.0.17 installed
2019-11-06 01:39:50.546 T:1904097568  NOTICE: ADDON: script.module.simplejson v3.16.1 installed
2019-11-06 01:39:50.546 T:1904097568  NOTICE: ADDON: script.module.six v1.11.0 installed
2019-11-06 01:39:50.546 T:1904097568  NOTICE: ADDON: script.module.thetvdb v1.0.12 installed
2019-11-06 01:39:50.546 T:1904097568  NOTICE: ADDON: script.module.unidecode v0.4.16 installed
2019-11-06 01:39:50.547 T:1904097568  NOTICE: ADDON: script.module.urllib3 v1.25.3 installed
2019-11-06 01:39:50.547 T:1904097568  NOTICE: ADDON: script.module.urlresolver.yatse v5.0.39 installed
2019-11-06 01:39:50.547 T:1904097568  NOTICE: ADDON: script.module.youtube.dl v19.912.0 installed
2019-11-06 01:39:50.547 T:1904097568  NOTICE: ADDON: script.skin.helper.service v1.1.3 installed
2019-11-06 01:39:50.547 T:1904097568  NOTICE: ADDON: script.skinshortcuts v1.0.17 installed
2019-11-06 01:39:50.547 T:1904097568  NOTICE: ADDON: script.toolbox v1.1.1 installed
2019-11-06 01:39:50.547 T:1904097568  NOTICE: ADDON: script.yatse.kodi v1.8.1 installed
2019-11-06 01:39:50.547 T:1904097568  NOTICE: ADDON: service.library.data.provider v0.3.2 installed
2019-11-06 01:39:50.547 T:1904097568  NOTICE: ADDON: service.skin.widgets v0.0.33 installed
2019-11-06 01:39:50.547 T:1904097568  NOTICE: ADDON: service.subtitles.nlondertitels v1.0.3 installed
2019-11-06 01:39:50.547 T:1904097568  NOTICE: ADDON: service.subtitles.opensubtitles v5.0.16 installed
2019-11-06 01:39:50.547 T:1904097568  NOTICE: ADDON: service.subtitles.subscene v1.7.2 installed
2019-11-06 01:39:50.547 T:1904097568  NOTICE: ADDON: service.xbmc.versioncheck v0.4.7 installed
2019-11-06 01:39:50.547 T:1904097568  NOTICE: ADDON: skin.estouchy v2.0.26 installed
2019-11-06 01:39:50.547 T:1904097568  NOTICE: ADDON: skin.estuary v2.0.25 installed
2019-11-06 01:39:50.547 T:1904097568  NOTICE: ADDON: webinterface.default v18.x-2.4.6 installed
2019-11-06 01:39:50.547 T:1904097568  NOTICE: ADDON: xbmc.addon v18.4.0 installed
2019-11-06 01:39:50.547 T:1904097568  NOTICE: ADDON: xbmc.core v0.1.0 installed
2019-11-06 01:39:50.547 T:1904097568  NOTICE: ADDON: xbmc.gui v5.14.0 installed
2019-11-06 01:39:50.547 T:1904097568  NOTICE: ADDON: xbmc.json v10.3.0 installed
2019-11-06 01:39:50.548 T:1904097568  NOTICE: ADDON: xbmc.metadata v2.1.0 installed
2019-11-06 01:39:50.548 T:1904097568  NOTICE: ADDON: xbmc.python v2.26.0 installed
2019-11-06 01:39:50.548 T:1904097568  NOTICE: ADDON: xbmc.webinterface v1.0.0 installed
2019-11-06 01:39:51.700 T:1904097568   ERROR: DBus error: org.freedesktop.DBus.Error.InvalidArgs - No such property “CanSuspend”
2019-11-06 01:39:51.701 T:1904097568   ERROR: DBus error: org.freedesktop.DBus.Error.InvalidArgs - No such property “CanHibernate”
2019-11-06 01:39:51.765 T:1874846016  NOTICE: Found 1 Lists of Devices
2019-11-06 01:39:51.765 T:1874846016  NOTICE: Enumerated PI devices:
2019-11-06 01:39:51.765 T:1874846016  NOTICE:     Device 1
2019-11-06 01:39:51.765 T:1874846016  NOTICE:         m_deviceName      : HDMI
2019-11-06 01:39:51.766 T:1874846016  NOTICE:         m_displayName     : HDMI
2019-11-06 01:39:51.766 T:1874846016  NOTICE:         m_displayNameExtra:
2019-11-06 01:39:51.766 T:1874846016  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
2019-11-06 01:39:51.766 T:1874846016  NOTICE:         m_channels        : FL, FR
2019-11-06 01:39:51.766 T:1874846016  NOTICE:         m_sampleRates     : 8000,11025,16000,22050,24000,32000,44100,48000,88200,96000,176400,192000
2019-11-06 01:39:51.766 T:1874846016  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP,AE_FMT_RAW
2019-11-06 01:39:51.766 T:1874846016  NOTICE:         m_streamTypes     : STREAM_TYPE_AC3,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512
2019-11-06 01:39:51.766 T:1874846016  NOTICE:     Device 2
2019-11-06 01:39:51.766 T:1874846016  NOTICE:         m_deviceName      : Analogue
2019-11-06 01:39:51.766 T:1874846016  NOTICE:         m_displayName     : Analogue
2019-11-06 01:39:51.766 T:1874846016  NOTICE:         m_displayNameExtra:
2019-11-06 01:39:51.766 T:1874846016  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
2019-11-06 01:39:51.766 T:1874846016  NOTICE:         m_channels        : FL, FR
2019-11-06 01:39:51.766 T:1874846016  NOTICE:         m_sampleRates     : 48000
2019-11-06 01:39:51.766 T:1874846016  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
2019-11-06 01:39:51.766 T:1874846016  NOTICE:         m_streamTypes     : No passthrough capabilities
2019-11-06 01:39:51.766 T:1874846016  NOTICE:     Device 3
2019-11-06 01:39:51.766 T:1874846016  NOTICE:         m_deviceName      : Both
2019-11-06 01:39:51.766 T:1874846016  NOTICE:         m_displayName     : HDMI and Analogue
2019-11-06 01:39:51.766 T:1874846016  NOTICE:         m_displayNameExtra:
2019-11-06 01:39:51.766 T:1874846016  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
2019-11-06 01:39:51.766 T:1874846016  NOTICE:         m_channels        : FL, FR
2019-11-06 01:39:51.766 T:1874846016  NOTICE:         m_sampleRates     : 48000
2019-11-06 01:39:51.766 T:1874846016  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
2019-11-06 01:39:51.766 T:1874846016  NOTICE:         m_streamTypes     : No passthrough capabilities
2019-11-06 01:39:52.112 T:1904097568  NOTICE: Raspberry PI firmware version: Oct 21 2019 16:50:09 
                                            Copyright (c) 2012 Broadcom
                                            version 509fb1bcb9511d963439429724a6f6dfb8251107 (tainted) (release) (start)
2019-11-06 01:39:52.112 T:1904097568  NOTICE: ARM mem: 768MB GPU mem: 256MB MPG2:0 WVC1:0
2019-11-06 01:39:52.112 T:1904097568  NOTICE: cache.memorysize: 20MB
2019-11-06 01:39:52.113 T:1904097568  NOTICE: Config:
                                            aphy_params_current=819
                                            arm_freq=1400
                                            audio_pwm_mode=514
                                            config_hdmi_boost=5
                                            core_freq=400
                                            desired_osc_freq=0x331df0
                                            desired_osc_freq_boost=0x3c45b0
                                            disable_commandline_tags=2
                                            disable_l2cache=1
                                            disable_overscan=1
                                            display_hdmi_rotate=-1
                                            display_lcd_rotate=-1
                                            dphy_params_current=547
                                            force_eeprom_read=1
                                            force_pwm_open=1
                                            framebuffer_ignore_alpha=1
                                            framebuffer_swap=1
                                            gpu_freq=300
                                            hdmi_channel_map=8
                                            init_uart_clock=0x2dc6c00
                                            lcd_framerate=60
                                            over_voltage_avs=0x16e36
                                            over_voltage_avs_boost=0x325aa
                                            pause_burst_frames=1
                                            program_serial_random=1
                                            ramfsaddr=-1
                                            sdram_freq=450
                                            hdmi_force_cec_address:0=65535
                                            hdmi_force_cec_address:1=65535
                                            hdmi_pixel_freq_limit:0=0x9a7ec80
                                            hdmi_pixel_freq_limit:1=0x9a7ec80
2019-11-06 01:39:52.113 T:1904097568  NOTICE: Config:
                                            device_tree=-
                                            overlay_prefix=overlays/
                                            ramfsfile=initrd
                                            hdmi_cvt:0=
                                            hdmi_cvt:1=
                                            hdmi_edid_filename:0=
                                            hdmi_edid_filename:1=
                                            hdmi_timings:0=
                                            hdmi_timings:1=
2019-11-06 01:39:52.115 T:1904097568  NOTICE: Found resolution 640 x 480 with 640 x 480 @ 60.000000 Hz
2019-11-06 01:39:52.115 T:1904097568  NOTICE: Found resolution 640 x 480 with 640 x 480 @ 59.940063 Hz
2019-11-06 01:39:52.115 T:1904097568  NOTICE: Found resolution 800 x 600 with 800 x 600 @ 60.000000 Hz
2019-11-06 01:39:52.115 T:1904097568  NOTICE: Found resolution 800 x 600 with 800 x 600 @ 59.940063 Hz
2019-11-06 01:39:52.115 T:1904097568  NOTICE: Found resolution 1024 x 768 with 1024 x 768 @ 60.000000 Hz
2019-11-06 01:39:52.115 T:1904097568  NOTICE: Found resolution 1024 x 768 with 1024 x 768 @ 59.940063 Hz
2019-11-06 01:39:52.115 T:1904097568  NOTICE: Found resolution 1280 x 1024 with 1280 x 1024 @ 60.000000 Hz
2019-11-06 01:39:52.115 T:1904097568  NOTICE: Found resolution 1280 x 1024 with 1280 x 1024 @ 59.940063 Hz
2019-11-06 01:39:52.115 T:1904097568  NOTICE: Found resolution 1360 x 768 with 1360 x 768 @ 60.000000 Hz
2019-11-06 01:39:52.115 T:1904097568  NOTICE: Found resolution 1360 x 768 with 1360 x 768 @ 59.940063 Hz
2019-11-06 01:39:52.115 T:1904097568  NOTICE: Found resolution 720 x 480 with 720 x 480 @ 60.000000 Hz
2019-11-06 01:39:52.116 T:1904097568  NOTICE: Found resolution 720 x 480 with 720 x 480 @ 59.940063 Hz
2019-11-06 01:39:52.116 T:1904097568  NOTICE: Found resolution 1280 x 720 with 1280 x 720 @ 60.000000 Hz
2019-11-06 01:39:52.116 T:1904097568  NOTICE: Found resolution 1280 x 720 with 1280 x 720 @ 59.940063 Hz
2019-11-06 01:39:52.116 T:1904097568  NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 60.000000 Hz
2019-11-06 01:39:52.116 T:1904097568  NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 59.940063 Hz
2019-11-06 01:39:52.116 T:1904097568  NOTICE: Found resolution 720 x 576 with 720 x 576 @ 50.000000 Hz
2019-11-06 01:39:52.116 T:1904097568  NOTICE: Found resolution 1280 x 720 with 1280 x 720 @ 50.000000 Hz
2019-11-06 01:39:52.116 T:1904097568  NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 50.000000 Hz
2019-11-06 01:39:52.116 T:1904097568  NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 24.000000 Hz
2019-11-06 01:39:52.116 T:1904097568  NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 23.976025 Hz
2019-11-06 01:39:52.116 T:1904097568  NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 25.000000 Hz
2019-11-06 01:39:52.116 T:1904097568  NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 30.000000 Hz
2019-11-06 01:39:52.116 T:1904097568  NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 29.970032 Hz
2019-11-06 01:39:52.117 T:1904097568  NOTICE: Found (1920x1080@60.000000) at 30, setting to RES_DESKTOP at 16
2019-11-06 01:39:52.117 T:1904097568  NOTICE: EGL_VERSION = 1.4
2019-11-06 01:39:52.118 T:1904097568  NOTICE: EGL_VENDOR = Broadcom
2019-11-06 01:39:52.118 T:1904097568  NOTICE: EGL_EXTENSIONS = EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_vg_parent_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_lock_surface
2019-11-06 01:39:52.118 T:1904097568  NOTICE: EGL_CLIENT_EXTENSIONS = NULL
2019-11-06 01:39:52.119 T:1904097568  NOTICE: Checking resolution 16
2019-11-06 01:39:52.459 T:1904097568  NOTICE: GL_VENDOR = Broadcom
2019-11-06 01:39:52.459 T:1904097568  NOTICE: GL_RENDERER = VideoCore IV HW
2019-11-06 01:39:52.459 T:1904097568  NOTICE: GL_VERSION = OpenGL ES 2.0
2019-11-06 01:39:52.459 T:1904097568  NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00
2019-11-06 01:39:52.459 T:1904097568  NOTICE: GL_EXTENSIONS = GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_texture_npot GL_OES_depth24 GL_OES_vertex_half_float GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_discard_framebuffer GL_OES_rgb8_rgba8 GL_OES_depth32 GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_APPLE_rgb_422 GL_EXT_debug_marker
2019-11-06 01:39:53.192 T:1904097568 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2019-11-06 01:39:53.192 T:1904097568  NOTICE: LoadJpeg: unable to load /usr/share/kodi/media/splash.jpg
2019-11-06 01:39:55.351 T:1780478272  NOTICE: Running database version Addons27
2019-11-06 01:39:55.383 T:1780478272  NOTICE: Running database version ViewModes6
2019-11-06 01:39:55.417 T:1780478272  NOTICE: Running database version Textures13
2019-11-06 01:39:55.471 T:1780478272  NOTICE: Running database version MyMusic72
2019-11-06 01:39:55.573 T:1780478272  NOTICE: Running database version MyVideos116
2019-11-06 01:39:55.648 T:1780478272  NOTICE: Running database version TV32
2019-11-06 01:39:55.707 T:1780478272  NOTICE: Running database version Epg12
2019-11-06 01:39:55.710 T:1904097568  NOTICE: start dvd mediatype detection
2019-11-06 01:39:56.365 T:1904097568  NOTICE:   load skin from: /usr/share/kodi/addons/skin.estuary (version: 2.0.25)
2019-11-06 01:39:58.019 T:1904097568 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
2019-11-06 01:39:58.128 T:1904097568  NOTICE: Register - new keyboard device registered on application->keyboard: Keyboard (0000:0000)
2019-11-06 01:39:58.184 T:1904097568  NOTICE: Register - new mouse device registered on application->mouse: Mouse (0000:0000)
2019-11-06 01:39:58.206 T:1904097568  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
2019-11-06 01:39:58.230 T:1904097568  NOTICE: Loaded playercorefactory configuration
2019-11-06 01:39:58.244 T:1904097568  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
2019-11-06 01:39:58.245 T:1904097568  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
2019-11-06 01:39:58.288 T:1734025536  NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
2019-11-06 01:39:58.391 T:1904097568  NOTICE: initialize done
2019-11-06 01:39:58.391 T:1904097568  NOTICE: Running the application...
2019-11-06 01:39:58.402 T:1904097568  NOTICE: starting zeroconf publishing
2019-11-06 01:39:58.402 T:1904097568  NOTICE: CWebServer[8080]: Started
2019-11-06 01:39:58.403 T:1904097568  NOTICE: starting upnp client
2019-11-06 01:39:58.405 T:1904097568  NOTICE: starting upnp renderer
2019-11-06 01:39:58.445 T:1551814976  NOTICE: ES: Starting UDP Event server on port 9777
2019-11-06 01:39:58.445 T:1551814976  NOTICE: UDP: Listening on port 9777 (ipv6 : true)
2019-11-06 01:39:58.446 T:1904097568   ERROR: JSONRPC Server: Failed to connect to sdpd
2019-11-06 01:40:07.410 T:1759203648  NOTICE: AddOnLog: PVR IPTV Simple Client: LoadPlayList PlayList Loaded - 413 (ms)
2019-11-06 01:40:07.413 T:1759203648  NOTICE: AddOnLog: PVR IPTV Simple Client: Loaded 3107 channels.
2019-11-06 01:40:07.414 T:1759203648  NOTICE: PVR Manager: Starting
2019-11-06 01:40:29.157 T:1418715456  NOTICE: Skin Helper Service --> WebService - start helper webservice on port 52307
2019-11-06 01:40:29.158 T:1644134720  NOTICE: Skin Helper Service --> Skin Helper Service version 1.1.3 started
2019-11-06 01:40:58.578 T:1507844416  NOTICE: PVR Manager: Started
2019-11-06 01:41:58.493 T:1904097568 WARNING: CAddonSettings[screensaver.xbmc.builtin.dim]: failed to load value "5" for setting level
2019-11-06 01:44:17.476 T:1427108160  NOTICE: EPG thread started
2019-11-06 01:44:49.875 T:1393549632  NOTICE: AddOnLog: PVR IPTV Simple Client: LoadEPG EPG Loaded - 31237 (ms)
2019-11-06 01:55:59.240 T:1393549632  NOTICE: AddOnLog: PVR IPTV Simple Client: LoadEPG EPG Loaded - 27697 (ms)
2019-11-06 03:22:55.637 T:1242550592  NOTICE: VideoInfoScanner: Starting scan ..
2019-11-06 03:23:03.566 T:1242550592  NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:07
2019-11-06 03:46:16.563 T:1866453312  NOTICE: CAESinkPi:AddPackets Underrun (delay:0.00 frames:2205)

############### END LOG FILE ################

############ END Kodi CRASH LOG #############
phunkyfish commented 4 years ago

Please use a paste site if posting logs, It's very hard to read them when they are directly posted as above.

Is the backtrace you supplied the entire backtrace or just a part of it?

phunkyfish commented 4 years ago

My best guess is that you are running out of memory when reading in the EPG file.

phunkyfish commented 4 years ago

Have you tried running LibreElec on your Rpi instead of arch and see if that runs without crashing?

phunkyfish commented 3 years ago

Closing as Matrix is released now.