-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Closed
Labels
0.kind: bugSomething is brokenSomething is broken0.kind: regressionSomething that worked before working no longerSomething that worked before working no longer
Description
Describe the bug
jellyfinmediaplayer is unuseable as it either segfaults immediately on startup, or when trying to play some media.
It worked fine in NixOS 22.05, but in 22.11 it crashes.
Steps To Reproduce
Steps to reproduce the behavior:
- Start app:
cd nixpkgs && git checkout 2d10e73416ec1449ef74aeac7faf2cf8c556ff5a && nix-build -A jellyfin-media-player && ./result/bin/jellyfinmediaplayer - It might segfault immediately.
- Or you might have to try playing some media for the segfault to happen.
Expected behavior
No segfault.
Additional context
Backtrace:
$ coredumpctl debug
[...]
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007ffbc43ac9bb in core_event_demarshal_remove_id ()
from /nix/store/b6im0vdj81hs3yqa3biw68dlvjj3gkx3-pipewire-0.3.60-lib/lib/pipewire-0.3/libpipewire-module-protocol-native.so
[Current thread is 1 (Thread 0x7ffbad7fa640 (LWP 3372))]
(gdb) bt
#0 0x00007ffbc43ac9bb in core_event_demarshal_remove_id ()
from /nix/store/b6im0vdj81hs3yqa3biw68dlvjj3gkx3-pipewire-0.3.60-lib/lib/pipewire-0.3/libpipewire-module-protocol-native.so
#1 0x00007ffbc43a886c in process_remote ()
from /nix/store/b6im0vdj81hs3yqa3biw68dlvjj3gkx3-pipewire-0.3.60-lib/lib/pipewire-0.3/libpipewire-module-protocol-native.so
#2 0x00007ffbc43a8e68 in on_remote_data ()
from /nix/store/b6im0vdj81hs3yqa3biw68dlvjj3gkx3-pipewire-0.3.60-lib/lib/pipewire-0.3/libpipewire-module-protocol-native.so
#3 0x00007ffbc4430ece in loop_iterate () from /nix/store/b6im0vdj81hs3yqa3biw68dlvjj3gkx3-pipewire-0.3.60-lib/lib/spa-0.2/support/libspa-support.so
#4 0x00007ffbd4ffa2c2 in do_loop () from /nix/store/b6im0vdj81hs3yqa3biw68dlvjj3gkx3-pipewire-0.3.60-lib/lib/libpipewire-0.3.so.0
#5 0x00007ffbd7c17e86 in start_thread () from /nix/store/4nlgxhb09sdr51nc9hdm8az5b08vzkgx-glibc-2.35-163/lib/libc.so.6
#6 0x00007ffbd7c9ec60 in clone3 () from /nix/store/4nlgxhb09sdr51nc9hdm8az5b08vzkgx-glibc-2.35-163/lib/libc.so.6
(gdb)
Notify maintainers
Metadata
NixOS 22.11. (Regression, worked fine in NixOS 22.05.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken0.kind: regressionSomething that worked before working no longerSomething that worked before working no longer