-
Notifications
You must be signed in to change notification settings - Fork 596
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
compile a 32-bit LSB executable on arm and Execution error-> panic: unaligned 64-bit atomic operation #368
Comments
https://pkg.go.dev/sync/atomic#pkg-notes So maybe we should switch to |
I see 3 options:
@912929782 How to reproduce this issue? Does it happen with |
I expect this problem to occur on x86 systems as well |
Forget to say, I am in the library: https://github.com/jpillora/overseer to use bigcache operation, result in this error. @janisz |
What help is needed to fix this issue? |
We need to reproduce it, best in CI. Maybe we can use qemu for that 🤔 |
What is the issue you are having?
panic: unaligned 64-bit atomic operation
The text was updated successfully, but these errors were encountered: