plgd-dev / go-coap

Implementation of CoAP Server & Client in Go

Home Page:https://coap.technology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unaligned 64-bit atomic operation

georges-honore-figfi opened this issue · comments

I have an existing project. I tried to port it from v2.4.0 to 2.5.0.
It compiles, but I get a runtime error "unaligned 64-bit atomic operation" when it runs.
The program is compiled and run on an arm6.
go1.18.1.linux-armv6l.tar.gz

Can this Pull solve your problem?

Thank you very much for your response.
Yes, this seems to have resolved the issue.

Nice, thanks for reporting AND fixing!