elgatito / plugin.video.elementum

Elementum add-on for Kodi. Development of this addon has been stopped!
http://elementum.surge.sh
MIT License
468 stars 157 forks source link

1.41 segfaults on libreelec 9.80 on s905x #502

Closed phlmm closed 4 years ago

phlmm commented 4 years ago

Perhaps is not really an issue, since I use mainly unofficial software, but still want to share.

My issue is duplicates whats described in https://webcache.googleusercontent.com/search?q=cache:Basb8vqpfQ0J:https://github.com/elgatito/plugin.video.elementum/issues/485

  1. All-in-one installation installs armv7 which segfaults without any useful info
  2. running arm64 instance segfaults after starting torrent related tasks

Expected Behavior

Elementum starts

Current Behavior

Elementum segfaults

Solution

  1. workaround is to manually install arm64 and create symlink as shown below:
    LibreELEC:~/.kodi/addons/plugin.video.elementum/resources/bin # ls -la
    total 3
    drwxr-xr-x    3 root     root          1024 Oct 30 22:40 .
    drwxr-xr-x    9 root     root          1024 Oct 30 22:40 ..
    drwxr-xr-x    2 root     root          1024 Oct 30 22:40 linux_arm64
    lrwxrwxrwx    1 root     root            12 Oct 30 22:40 linux_armv7 -> linux_arm64/
  2. Disable DHT in elementum config

Steps to Reproduce (for bugs)

Install https://yadi.sk/d/DHePyyRcterLf on sd-card on a s905 based amlogic device Install any version of elementum > 1.27 Expect elementum starts Elementum crashes on kodi

Context

Run elementum

Your Environment

elgatito commented 4 years ago

@phlmm

Install any version of elementum > 1.27

Anything below this version works fine?

phlmm commented 4 years ago

Yes, I've tried various version around 1.2 and they seemed to work. Anything I can do to help?

elgatito commented 4 years ago

Please, try v01.43 and later.

elgatito commented 4 years ago

Closing. Libc usage was restored in 0.1.43 and later.

phlmm commented 4 years ago

Thanks for fixing the issue! It works as expected now.