(Nightly) hyperiond crashes with user root #1858
franz2lyon
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've just updated my installation with nightly build (2.0.17-beta.3+nightly20250419d5664b6411a4eccc2f7ba083785d7b0a0391cf89~bookworm), but when I switch user to root (I need ws281x), it crashes.
(I use this command to switch to root user : sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y dist-upgrade && sudo rpi-update
Any idea ?
And when I connect to the raspberry pi through ssh, I can see status Stopped :

EDIT :
I've stopped the service and launched hyperiond manually.
With "hyperion -v" everything is ok (launched with user hyperion).
With "sudo hyperiond -v", it crashes :
Hyperion caught signal :SIGSEGV
2025-04-20T11:00:12.442 || CORE : linux-vdso.so.1(kernel_rt_sigreturn+0) [0x7f907247bc]
2025-04-20T11:00:12.442 || CORE : /lib/aarch64-linux-gnu/libQt6Core.so.6(QTimer::stop()+0xc) [0x7f8e6f83dc]
2025-04-20T11:00:12.443 || CORE : hyperiond(+0xc46f8) [0x555e9c46f8]
2025-04-20T11:00:12.443 || CORE : hyperiond(+0xc4ecc) [0x555e9c4ecc]
2025-04-20T11:00:12.443 || CORE : hyperiond(+0xc531c) [0x555e9c531c]
2025-04-20T11:00:12.444 || CORE : hyperiond(+0xaefec) [0x555e9aefec]
2025-04-20T11:00:12.444 || CORE : /lib/aarch64-linux-gnu/libQt6Core.so.6(+0x170a58) [0x7f8e6f0a58]
2025-04-20T11:00:12.444 || CORE : /lib/aarch64-linux-gnu/libQt6Core.so.6(QThread::started(QThread::QPrivateSignal)+0x3c) [0x7f8e77925c]
2025-04-20T11:00:12.444 || CORE : /lib/aarch64-linux-gnu/libQt6Core.so.6(+0x253668) [0x7f8e7d3668]
2025-04-20T11:00:12.444 || CORE : /lib/aarch64-linux-gnu/libc.so.6(+0x7ee58) [0x7f8e14ee58]
2025-04-20T11:00:12.444 || CORE : /lib/aarch64-linux-gnu/libc.so.6(+0xe7f9c) [0x7f8e1b7f9c]
Segmentation fault
Beta Was this translation helpful? Give feedback.
All reactions