mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[10.11.1] Jellyfin segfaults #7596
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 @tibequadorian on GitHub (Oct 27, 2025).
Description of the bug
Running Jellyfin 10.11.1 with Podman segfaults on my ARM64 machine.
Could not reproduce on my x86_64 machine.
This doesn't happen with 10.11.0.
Reproduction steps
What is the current bug behavior?
Jellyfin stops
What is the expected correct behavior?
Jellyfin runs
Jellyfin Server version
10.11.0+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
10.11.1
Specify the build version
can't see
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@tibequadorian commented on GitHub (Nov 3, 2025):
Turns out this is was due to a bug in pgzip on my very specific hardware (ROCKPro64). I fixed it by installing
pigzwhich podman will prefer topgzipif installed.Podman gave me errors on
podman pulllike almost every time:I don't know how I managed to pull it in the end but the image was corrupted somehow so jellyfin segfaulted.
Reproduce the error in pgzip:
Copy the layer that fails to extract (in my case
5fc462b172d49ffa71ac6eb7089c116fcdb406432e9b8cff6d7435b82b787a3b)to a folder.
Put this code inside the folder.
check_checksum.go:Test
Using multiple cores results in invalid checksum -> there is bug in the parallel implementation