Posts by rschupp

    (same as #135) LibreELEC nightly of 20290329 (git 14b0c24) crashes on my RPi4 when trying to play any MP4 video.

    Log is here: https://paste.libreelec.tv/enough-lark.log

    For more info, this is from a build with DEBUG=kodi,ffmpeg,Python:

    In the nightly build for aarch64 RPi4 connmand leaks socket file descriptors, just do

    and note the high numbers in the third column (file descriptors), wait 2 minutes and rerun to see it's increasing (until it tops out at 1024 which is the process's open file limit). I discovered that investigating after lots of messages "connmand: Failed to bind time server socket" after a few hours of uptime.

    A debug log can be found at https://paste.libreelec.tv/enabled-lynx.log

    I reverted just the subtree packages/network/connman to 19fa1111 "connman: dbus: Use non-deprecated installation path" and there's no leak, the number of file descriptors remains stable around 25.

    I have the same problem: Kodi crashes regularly, looks like when it tries to update some sqlite3 database. In the following crashlog Kodi crashed after I stopped viewing a Youtube video (with plugin.video.youtube). Tested with LibreELEC-RPi4.arm-11.0-nightly-20220215-f42fa56.tar

    http://ix.io/3PKp

    Note that the SEGFAULT occurs in /usr/lib/libpython3.9.so.1.0 and this behaviour started with the switch from python 3.8.x to 3.9.x (#6227)

    I have a build with DEBUG=Python3,kodi and can reproduce the crash with that.