Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Nightly segfaults on arm64 in .NET JIT #237

Closed
1 task done
danog opened this issue Mar 9, 2024 · 2 comments
Closed
1 task done

[BUG] Nightly segfaults on arm64 in .NET JIT #237

danog opened this issue Mar 9, 2024 · 2 comments

Comments

@danog
Copy link

danog commented Mar 9, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

jellyfin segfaults randomly, without playing anything:

#0  0x0000ffff504edf78 in ?? () from /usr/lib/jellyfin/bin/libclrjit.so
#1  0x0000ffff50322da0 in ?? () from /usr/lib/jellyfin/bin/libclrjit.so
#2  0x0000ffff50311508 in ?? () from /usr/lib/jellyfin/bin/libclrjit.so
#3  0x0000ffff50319ff4 in ?? () from /usr/lib/jellyfin/bin/libclrjit.so
#4  0x0000ffff503104d0 in ?? () from /usr/lib/jellyfin/bin/libclrjit.so
#5  0x0000ffff503337f4 in ?? () from /usr/lib/jellyfin/bin/libclrjit.so
#6  0x0000ffff50336944 in ?? () from /usr/lib/jellyfin/bin/libclrjit.so
#7  0x0000ffff5033b198 in ?? () from /usr/lib/jellyfin/bin/libclrjit.so
#8  0x0000ffff93d9b310 in ?? () from /usr/lib/jellyfin/bin/libcoreclr.so
#9  0x0000ffff93d9b40c in ?? () from /usr/lib/jellyfin/bin/libcoreclr.so
#10 0x0000ffff93d9be00 in ?? () from /usr/lib/jellyfin/bin/libcoreclr.so
#11 0x0000ffff93dd3a70 in ?? () from /usr/lib/jellyfin/bin/libcoreclr.so
#12 0x0000ffff93dd3724 in ?? () from /usr/lib/jellyfin/bin/libcoreclr.so
#13 0x0000ffff93dd2f90 in ?? () from /usr/lib/jellyfin/bin/libcoreclr.so
#14 0x0000ffff93dd2b38 in ?? () from /usr/lib/jellyfin/bin/libcoreclr.so
#15 0x0000ffff93e036d8 in ?? () from /usr/lib/jellyfin/bin/libcoreclr.so
#16 0x0000ffff93e02cc4 in ?? () from /usr/lib/jellyfin/bin/libcoreclr.so
#17 0x0000ffff93e02510 in ?? () from /usr/lib/jellyfin/bin/libcoreclr.so
#18 0x0000ffff93e02304 in ?? () from /usr/lib/jellyfin/bin/libcoreclr.so
#19 0x0000ffff93dfeacc in ?? () from /usr/lib/jellyfin/bin/libcoreclr.so
#20 0x0000ffff93dff088 in ?? () from /usr/lib/jellyfin/bin/libcoreclr.so
#21 0x0000ffff93e02204 in ?? () from /usr/lib/jellyfin/bin/libcoreclr.so
#22 0x0000ffff9415a568 in ?? () from /usr/lib/jellyfin/bin/libcoreclr.so
#23 0x0000ffff9441d5c8 in futex_wait (private=0, expected=<optimized out>, futex_word=0xffbe951bf4fc) at ../sysdeps/nptl/futex-internal.h:146
#24 futex_wait_simple (private=0, expected=<optimized out>, futex_word=0xffbe951bf4fc) at ../sysdeps/nptl/futex-internal.h:177
#25 __condvar_acquire_lock (private=0, cond=0xffbe47ffc7ee) at ./nptl/pthread_cond_common.c:140
#26 __condvar_cancel_waiting (cond=0xffbe47ffc7ee, seq=281192716814319, g=8448288, private=0) at ./nptl/pthread_cond_wait.c:85
#27 0x0000ffff94485d1c in __get_nprocs_sched () at ../sysdeps/unix/sysv/linux/getsysstats.c:35
#28 0x000000000080e920 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Expected Behavior

No response

Steps To Reproduce

Run jellyfin on nightly

Environment

- OS: Manjaro
- How docker service was installed: distro's package manager

CPU architecture

arm64

Docker creation

jellyfin:
    image: lscr.io/linuxserver/jellyfin:nightly
    devices:
      - /dev/video10
      - /dev/video11
      - /dev/video12
      - /dev/video13
      - /dev/video14
      - /dev/video15
      - /dev/video16
      - /dev/video18
      - /dev/video20
      - /dev/video21
      - /dev/video22
      - /dev/video23
      - /dev/video31
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Rome
      - JELLYFIN_PublishedServerUrl=192.168.69.3
    volumes:
      - /media/storage/persist/jellyfin:/config
      - /media/storage/persist/music:/music:ro
      - /media:/media:ro
    restart: unless-stopped
    ports:
      - 192.168.69.3:8096:8096
      - 192.168.69.3:7359:7359/udp
      - 192.168.69.3:1900:1900/udp
    networks:
      - frontend


### Container logs

No logs during segfault.

Copy link

github-actions bot commented Mar 9, 2024

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@homerr
Copy link
Member

homerr commented Apr 2, 2024

This is highly likely to be an upstream issue unfortunately with it being nightly. I'd recommend going to them, but this is a few weeks ago now so probably already resolved.

@homerr homerr closed this as completed Apr 2, 2024
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants