I’m trying to run asic-hub on a raspberry-pi. It used to run great, but after installing the latest version, it fails after startup with the following log. Any ideas?
Oct 27 21:30:44 foreman systemd[1]: Started ASIC Hub monitoring daemon..
Oct 27 21:30:44 foreman hub[2094]: panic: unaligned 64-bit atomic operation Oct 27 21:30:44 foreman hub[2094]: goroutine 51 [running]:
Oct 27 21:30:44 foreman hub[2094]: runtime/internal/atomic.panicUnaligned()
Oct 27 21:30:44 foreman hub[2094]: /usr/local/go/src/runtime/internal/atomic/unaligned.go:8 +0x24 Oct 27 21:30:44 foreman hub[2094]: runtime/internal/atomic.Store64(0x2c00674, 0x0)
Oct 27 21:30:44 foreman hub[2094]: /usr/local/go/src/runtime/internal/atomic/atomic_arm.s:291 +0x14
Oct 27 21:30:44 foreman hub[2094]: gitlab.com/hiveon/asic/hub/pkg/utils/collections.(*IntSyncSet).Clear(0x2c00660)
Oct 27 21:30:44 foreman hub[2094]: /tmp/build/pkg/utils/collections/intmap.go:64 +0x64
Oct 27 21:30:44 foreman hub[2094]: gitlab.com/hiveon/asic/hub/internal/services/monitor.(*DevicesMonitorService).Start(0x310c0c0, {0xda4a40, 0x2Oct 27 21:30:44 foreman hub[2094]: /tmp/build/internal/services/monitor/service.go:124 +0x394
Oct 27 21:30:44 foreman hub[2094]: gitlab.com/hiveon/asic/hub/internal/hub.(*App).Run.func3({0xda4a40, 0x2c0e020})
Oct 27 21:30:44 foreman hub[2094]: /tmp/build/internal/hub/app.go:89 +0xe4
Oct 27 21:30:44 foreman hub[2094]: gitlab.com/hiveon/asic/hub/internal/hub.runWithWaitGroup.func1()
Oct 27 21:30:44 foreman hub[2094]: /tmp/build/internal/hub/util.go:12 +0x70
Oct 27 21:30:44 foreman hub[2094]: created by gitlab.com/hiveon/asic/hub/internal/hub.runWithWaitGroup
Oct 27 21:30:44 foreman hub[2094]: /tmp/build/internal/hub/util.go:10 +0xb0
Oct 27 21:30:44 foreman systemd[1]: asic-hub.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Oct 27 21:30:44 foreman systemd[1]: asic-hub.service: Failed with result 'exit-code'.