Hello,
I have LE 9.2.0 running on a RPi3.
Recently, I realized that my system Kodi uptime was always a few hours, instead of days. I then noticed that every night the system reboots Kodi restarts by itself during the night. Normally, at the end of the evening, I just close the TV and let the RPi3 running.
When trying to look at the kodi logs (in /storage/.kodi/temp), I found the following interesting files:
Code
-rw-r--r-- 1 root root 62.5K Jan 19 22:28 kodi_crashlog_20200119222837.log
-rw-r--r-- 1 root root 79.7K Jan 21 03:34 kodi_crashlog_20200121033352.log
-rw-r--r-- 1 root root 379.7K Jan 23 01:45 kodi_crashlog_20200123014549.log
-rw-r--r-- 1 root root 70.3K Jan 24 05:15 kodi_crashlog_20200124051550.log
-rw-r--r-- 1 root root 98.1K Jan 29 01:55 kodi_crashlog_20200129015542.log
-rw-r--r-- 1 root root 69.7K Jan 30 02:58 kodi_crashlog_20200130025802.log
-rw-r--r-- 1 root root 66.3K Feb 1 00:43 kodi_crashlog_20200201004302.log
-rw-r--r-- 1 root root 277.6K Feb 10 12:38 kodi_crashlog_20200210123826.log
-rw-r--r-- 1 root root 119.9K Feb 13 03:29 kodi_crashlog_20200213032858.log
-rw-r--r-- 1 root root 56.3K Feb 14 00:49 kodi_crashlog_20200214004853.log
If it can be useful, here are the pastebin of the last 2 crashes:
Let me know if more crash dumps would help?
I briefly looked at the crash dumps, and the cause all seems to be inside the thread 1 of Kodi. Except the last crash, the previous ones all seem the same.
Code
LibreELEC:~/.kodi/temp # grep -A 2 'Program terminated' kodi_crashlog_*.log
kodi_crashlog_20200119222837.log:Program terminated with signal SIGABRT, Aborted.
kodi_crashlog_20200119222837.log-#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
kodi_crashlog_20200119222837.log-[Current thread is 1 (Thread 0x737c1240 (LWP 2492))]
--
kodi_crashlog_20200121033352.log:Program terminated with signal SIGABRT, Aborted.
kodi_crashlog_20200121033352.log-#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
kodi_crashlog_20200121033352.log-[Current thread is 1 (Thread 0x7378d240 (LWP 4001))]
--
kodi_crashlog_20200123014549.log:Program terminated with signal SIGABRT, Aborted.
kodi_crashlog_20200123014549.log-#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
kodi_crashlog_20200123014549.log-[Current thread is 1 (Thread 0x7371a240 (LWP 5933))]
--
kodi_crashlog_20200124051550.log:Program terminated with signal SIGABRT, Aborted.
kodi_crashlog_20200124051550.log-#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
kodi_crashlog_20200124051550.log-[Current thread is 1 (Thread 0x737e79c0 (LWP 10246))]
--
kodi_crashlog_20200129015542.log:Program terminated with signal SIGABRT, Aborted.
kodi_crashlog_20200129015542.log-#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
kodi_crashlog_20200129015542.log-[Current thread is 1 (Thread 0x737cb9c0 (LWP 392))]
--
kodi_crashlog_20200130025802.log:Program terminated with signal SIGABRT, Aborted.
kodi_crashlog_20200130025802.log-#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
kodi_crashlog_20200130025802.log-[Current thread is 1 (Thread 0x7375e9c0 (LWP 5980))]
--
kodi_crashlog_20200201004302.log:Program terminated with signal SIGABRT, Aborted.
kodi_crashlog_20200201004302.log-#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
kodi_crashlog_20200201004302.log-[Current thread is 1 (Thread 0x737f69c0 (LWP 391))]
--
kodi_crashlog_20200210123826.log:Program terminated with signal SIGABRT, Aborted.
kodi_crashlog_20200210123826.log-#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
kodi_crashlog_20200210123826.log-[Current thread is 1 (Thread 0x7373e9c0 (LWP 392))]
--
kodi_crashlog_20200213032858.log:Program terminated with signal SIGABRT, Aborted.
kodi_crashlog_20200213032858.log-#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
kodi_crashlog_20200213032858.log-[Current thread is 1 (Thread 0x737789c0 (LWP 15190))]
--
kodi_crashlog_20200214004853.log:Program terminated with signal SIGSEGV, Segmentation fault.
kodi_crashlog_20200214004853.log-#0 0x76f56be0 in memcpy () from /usr/lib/libarmmem-v7l.so
kodi_crashlog_20200214004853.log-[Current thread is 1 (Thread 0x737969c0 (LWP 392))]
Display More
How do I start from here?
Thanks in advance!