Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on arm 32-bits (RPi4) #38

Closed
mcuadros opened this issue Jan 31, 2023 · 0 comments · Fixed by #39
Closed

Crash on arm 32-bits (RPi4) #38

mcuadros opened this issue Jan 31, 2023 · 0 comments · Fixed by #39

Comments

@mcuadros
Copy link
Contributor

mcuadros commented Jan 31, 2023

panic: unaligned 64-bit atomic operation

goroutine 226 [running]:
runtime/internal/atomic.panicUnaligned()
        /usr/lib/go/src/runtime/internal/atomic/unaligned.go:8 +0x24
runtime/internal/atomic.Xadd64(0x105215c, 0x1)
        /usr/lib/go/src/runtime/internal/atomic/atomic_arm.s:258 +0x14
github.com/alitto/pond.(*WorkerPool).submit(0x1052120, 0x1098b70, 0x1)
        /home/mcuadros/workspace/go/pkg/mod/github.com/alitto/pond@v1.8.2/pond.go:245 +0x84
github.com/alitto/pond.(*WorkerPool).Submit(...)
        /home/mcuadros/workspace/go/pkg/mod/github.com/alitto/pond@v1.8.2/pond.go:221
github.com/thegoodlock/control.(*Queue).onRequestMesssage(0x10541c0, 0x10a9720)
        /home/mcuadros/Documents/ESP32-MAX485/Server/queue.go:140 +0x88
github.com/at-wat/mqtt-go.HandlerFunc.Serve(0x1096e60, 0x10a9720)
        /home/mcuadros/workspace/go/pkg/mod/github.com/at-wat/mqtt-go@v0.17.0/mqtt.go:68 +0x24
github.com/at-wat/mqtt-go.(*ServeMux).Serve(0x10989f0, 0x10a9700)
        /home/mcuadros/workspace/go/pkg/mod/github.com/at-wat/mqtt-go@v0.17.0/servemux.go:50 +0x21c
github.com/at-wat/mqtt-go.(*BaseClient).serve(0x1010100)
        /home/mcuadros/workspace/go/pkg/mod/github.com/at-wat/mqtt-go@v0.17.0/serve.go:77 +0x6f4
github.com/at-wat/mqtt-go.(*BaseClient).Connect.func1()
        /home/mcuadros/workspace/go/pkg/mod/github.com/at-wat/mqtt-go@v0.17.0/connect.go:121 +0x20
created by github.com/at-wat/mqtt-go.(*BaseClient).Connect
        /home/mcuadros/workspace/go/pkg/mod/github.com/at-wat/mqtt-go@v0.17.0/connect.go:120 +0x178
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant