mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
NULL-deref at startup of Jellyfin on Alpine Linux #1692
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jvoisin on GitHub (May 14, 2020).
I'm getting a segfault when running Jellyfin 10.4.3 stable under Alpine linux, and it looks like a NULL pointer dereference:
On
Linux jellyfin 5.3.18-2-pve #1 SMP PVE 5.3.18-2 (Sat, 15 Feb 2020 15:11:52 +0100) x86_64 Linux, alpine edge, in an LXC jail.@Artiume commented on GitHub (May 14, 2020):
Can you try 10.5.5, 10.4.3 is old
@jvoisin commented on GitHub (May 14, 2020):
Same result:
@jvoisin commented on GitHub (May 29, 2020):
Since this is an exotic operating system, I don't expect anyone to dive into Mono's runtime just for the sake of fixing this issue.
I've switched to debian for jellyfin, and it just works™
@Bond-009 commented on GitHub (May 31, 2020):
This seems like a dotnet issue not a Jellyfin issue