Posts by mglae

    You can safely delete the core files:

    Code
    find /storage/.cache/cores/ -type f -delete

    But most likely the failtng process continues crashing and generating core files. Keep an eye on the folder and post the output of ls -l /storage/.cache/cores when new files arrive.

    LibreELECs du command is using a block size of 512 bytes by default.

    Time to exchange your SD card.

    3181944kB kodi.bin RSS size in 4141 seconds (from dmesg) is unlikely for the found slow growing memory leak.

    In the crash log there are a lot of

    Code
    2019-06-15 21:10:02.489 T:139781078423296  NOTICE: VAAPI::Close
    2019-06-15 21:10:02.489 T:139780029404928  NOTICE: COutput::OnExit: Output Thread terminated
    2019-06-15 21:10:02.494 T:139780029404928  NOTICE: COutput::OnStartup: Output Thread created

    at the end before crashing in

    Code
    Thread 1 (Thread 0x7f2151869700 (LWP 976)):
    #0  0x00007f2168678661 in vaDestroyContext () from /usr/lib/libva.so.2
    #1  0x00007f216781bf0c in ?? () from /usr/lib/libavcodec.so.58
    #2  0x00007f216745a88a in ?? () from /usr/lib/libavcodec.so.58
    #3  0x00007f216753c705 in ?? () from /usr/lib/libavcodec.so.58
    #4  0x00007f216753d551 in ?? () from /usr/lib/libavcodec.so.58
    [...]

    Looks like "something" fails an then run out of resources. ;)

    Updated mesa and/or kernel driver may help on your hardware but there is no guaranty.

    iptvximple is terminating kodi while decompressing EPG data. Maybe OOM, check dmesg/journalctl.

    Remove the EPG data to fix the crash.

    Unlike Windows where you can navigate around changing drivers and power / driver settings, this is a little intimidating. A6200/A6210/WNDA3100v2 wireless adapter intermittently disconnects | Answer | NETGEAR Support

    There is no interactive interface. After installing the Network Tools addon from the LE repo you can use the iw* command line tools to configure wireless parameters.

    But I cannot promise that you find a similar option.