Plexamp segfault one Arch Linux

When i try to launch Plexamp version 3.7.0 or 3.7.1 I get an segmentation fault.

Running on ubuntu 21.10 works.

./Plexamp-3.7.0.AppImage zelope@zelopeArch
[1] 21857 segmentation fault (core dumped) ./Plexamp-3.7.0.AppImage

When i extract it to run it it still doesn’t work

strace ./AppRun:

epoll_ctl(24, EPOLL_CTL_DEL, 42, 0x7ffedb9237f0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
close(42) = 0
epoll_ctl(24, EPOLL_CTL_DEL, 43, 0x7ffedb9237f0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
close(43) = 0
epoll_ctl(24, EPOLL_CTL_ADD, 27, {events=EPOLLIN, data={u32=27, u64=27}}) = 0
epoll_ctl(24, EPOLL_CTL_ADD, 29, {events=EPOLLIN, data={u32=29, u64=29}}) = 0
epoll_wait(24, [{events=EPOLLIN, data={u32=29, u64=29}}], 1024, 0) = 1
read(29, “\1\0\0\0\0\0\0\0”, 1024) = 8
epoll_wait(24, , 1024, 0) = 0
futex(0xfaa3eb72790, 0x95 /* FUTEX_??? */, 1, NULL, NULL, 0x1) = -1 ENOSYS (Fonction non implantée)
writev(2, [{iov_base=“The futex facility returned an u”…, iov_len=54}], 1The futex facility returned an unexpected error code.
) = 54
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2e97212000
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, ~[RTMIN RT_1], , 8) = 0
getpid() = 23112
gettid() = 23112
tgkill(23112, 23112, SIGABRT) = 0
rt_sigprocmask(SIG_SETMASK, , NULL, 8) = 0
— SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=23112, si_uid=1000} —
+++ killed by SIGABRT (core dumped) +++
[1] 23109 abort (core dumped) strace ./AppRun

when i run

strace ./Plexamp.Appimage:
getrandom(“\x35\x2e\x3d\x60\xb8\xcc\x60\x81”, 8, 0) = 8
unlink(“/home/zelope/.config/Plexamp/SS”) = 0
unlink(“/home/zelope/.config/Plexamp/SingletonCookie”) = 0
symlink(“/tmp/.org.chromium.Chromium.Pb7Bcm/SS”, “/home/zelope/.config/Plexamp/SS”) = 0
symlink(“9322676320917597749”, “/home/zelope/.config/Plexamp/SingletonCookie”) = 0
symlink(“9322676320917597749”, “/tmp/.org.chromium.Chromium.Pb7Bcm/SingletonCookie”) = 0
socket(AF_UNIX, SOCK_STREAM, 0) = 45
fcntl(45, F_GETFD) = 0
fcntl(45, F_SETFD, FD_CLOEXEC) = 0
bind(45, {sa_family=AF_UNIX, sun_path=“/tmp/.org.chromium.Chromium.Pb7Bcm/SS”}, 110) = 0
listen(45, 5) = 0
epoll_ctl(25, EPOLL_CTL_DEL, 41, 0x7fff60162da0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
close(41) = 0
rt_sigprocmask(SIG_SETMASK, ~[RTMIN RT_1], , 8) = 0
read(26, “", 1) = 1
rt_sigaction(SIGWINCH, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f3ae1b6a870}, NULL, 8) = 0
write(27, "
”, 1) = 1
rt_sigprocmask(SIG_SETMASK, , NULL, 8) = 0
epoll_ctl(25, EPOLL_CTL_DEL, 43, 0x7fff60162da0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
close(43) = 0
epoll_ctl(25, EPOLL_CTL_DEL, 44, 0x7fff60162da0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
close(44) = 0
epoll_ctl(25, EPOLL_CTL_ADD, 28, {events=EPOLLIN, data={u32=28, u64=28}}) = 0
epoll_ctl(25, EPOLL_CTL_ADD, 30, {events=EPOLLIN, data={u32=30, u64=30}}) = 0
epoll_wait(25, [{events=EPOLLIN, data={u32=30, u64=30}}], 1024, 0) = 1
read(30, “\1\0\0\0\0\0\0\0”, 1024) = 8
epoll_wait(25, , 1024, 0) = 0
— SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0xfffffffd542fef7f} —
+++ killed by SIGSEGV (core dumped) +++
[1] 23200 segmentation fault (core dumped) strace ./Plexamp-3.7.0.AppImage

Has someone any idea ?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.