Posts by ilchenko

    Hello,

    I am encountering an issue with libcec on my LibreELEC system. The program crashes with the error message "double free detected in tcache 2". I have debugged the issue using gdb and found that the error occurs in the free function within libc.so.6. Here is the relevant backtrace:

    Thread 33 "PeripBusCEC" received signal SIGABRT, Aborted.
    [Switching to Thread 0xffff067cef00 (LWP 2547)]
    0x0000ffff7b21b394 in ?? () from /usr/lib/libc.so.6
    (gdb) bt
    #0  0x0000ffff7b21b394 in ?? () from /usr/lib/libc.so.6
    #1  0x0000ffff7b1d9384 in raise () from /usr/lib/libc.so.6
    #2  0x0000ffff7b1c6e9c in abort () from /usr/lib/libc.so.6
    #3  0x0000ffff7b20fe88 in ?? () from /usr/lib/libc.so.6
    #4  0x0000ffff7b2247f4 in ?? () from /usr/lib/libc.so.6
    #5  0x0000ffff7b2268e8 in ?? () from /usr/lib/libc.so.6
    #6  0x0000ffff7b228a14 in free () from /usr/lib/libc.so.6
    #7  0x0000ffff7e85b25c in CEC::CCECClient::Process() () from /usr/lib/libcec.so.4
    #8  0x0000ffff7e85cbb8 in P8PLATFORM::CThread::ThreadHandler(void*) () from /usr/lib/libcec.so.4
    #9  0x0000ffff7b219a7c in ?? () from /usr/lib/libc.so.6
    #10 0x0000ffff7b27b70c in ?? () from /usr/lib/libc.so.6

    The issue appears to be related to CEC::CCECClient::Process() in libcec.so.4.

    Could you please provide guidance on how to resolve this issue or if there are any updates or patches available that address this problem?

    Thank you for your assistance.

    Best regards,
    Evgeny

    Hi all!

    SYSTEM:

    Libreelec nightly-20220401-aa8df56 (H6.arm)

    ASP,NET Runtime 6.0.1 addon

    Trying to run a service with ASP.NET Core + Angular + MariaDB application. If I run it in the terminal via Putty, everything works fine. The site opens outside the network.

    I.e. the application works fine.

    Code
    dotnet exec --runtimeconfig RadAlarm.Web.runtimeconfig.json --depsfile RadAlarm.Web.deps.json RadA
    larm.Web.dll --urls=http://192.168.31.235:8088/

    But when I close the terminal and closes the application session so I need to install the application as a service.

    Found a sample service configuration in documentation and finalized it:

    the service will not start with this configuration

    The following error is written in the logs:

    Have any idea how to fix this ?

    Thx before for any help!


    Ugh...

    сlose this thread

    Problem solved

    added a line

    Code
    Environment=DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1

    Hope this help somebody too )

    Hi guys!

    I cant open menu Libreelec Configuration.

    LOG:

    locale output:

    How to fix it ?

    ilchenko things will improve once first alpha/beta and then hopefully stable images will be published for Allwinner. Then you'll always have image where addons should work. Nightlies are by definition unstable.

    thx for answer, Can someone tell me where to download the previous nightly version with python 2? it was totally fine for me. Moreover, I use addons that are rarely updated and do not think that they will be rebuilt for python 3 in the near future.

    Regarding first issue, just dd fresh unzipped image.

    hi jernej !

    Thx for help, I did it.

    Use this guide:

    Hi guys.

    I have 2 questions.

    1) Someone can share a recipe how to moving libreelec from SD to eMMC. i tried copying with the dd command, but does not work because the partition size is different. 16GB on SD and 8GB on eMMC and therefore, I get the error "No space left on device". Probably I need a sh script that will create the necessary partitions and copy the contents of the SD. I have seen similar scripts for other boards, even tried a couple of them, but they only formatted the eMMC, but did not copy the OS. Can someone help with it?

    2) I've written before. There was a problem with BD remux files. When playing, there was just a green screen and that's it.

    Now the main part of the BD remux files is played perfectly, but there is still a one problem with playback from a certain time. For example, I watched 30 minutes of the movie and pressed stop. Then I press the play button again, the player offers me to continue from the 30th minute and if I press agree, the player hangs deliberately. But if I choose to watch from the beginning, then after the movie starts to play, i can rewind it for 30 minutes and watch it further. This is only with 40-50GB files such as BD remux format. Maybe someone will test it too.

    Thank you in advance for the answers)