hyperion-project / hyperion.ng

The successor to Hyperion aka Hyperion Next Generation
https://hyperion-project.org/
MIT License
3.05k stars 377 forks source link

Hyperion segmentation fault on Hyperbian armhf release on RPi1 #1686

Closed bvasiliev closed 8 months ago

bvasiliev commented 8 months ago

Bug report

Steps to reproduce

What is expected?

Normal hyperion start.

What is actually happening?

Segmentation fault occurs instantly. The app doesn't start.

System

hyperion@HyperBian:~ $ apt-cache policy hyperion
hyperion:
  Installed: 2.0.16~bookworm
...

hyperion@HyperBian:~ $ cat /proc/cpuinfo 
processor   : 0
model name  : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS    : 997.08
Features    : half thumb fastmult vfp edsp java tls 
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part    : 0xb76
CPU revision    : 7

Hardware    : BCM2835
Revision    : 000e
Model       : Raspberry Pi Model B Rev 2

hyperion@HyperBian:~ $ uname -m
armv6l
bvasiliev commented 8 months ago

Hyperion binary from the repo (apt reinstall hyperion) has the same behavior and fails with segmentation fault.

Manually installed package from release (https://github.com/hyperion-project/hyperion.ng/releases/download/2.0.16/Hyperion-2.0.16-Linux-armv6l.deb) woks well.

Paulchen-Panther commented 8 months ago

The armhf builds on the APT repository have been rebuilt again. HyperBian has also been rebuilt. Could you please try again when you get a chance?

Thank you very much

bvasiliev commented 8 months ago

The new armhf build from the apt repository works great on my RPi.

Thank you!