-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
🐛 panic: unaligned 64-bit atomic operation [32 bit machines] #1487
Labels
Comments
Thanks for opening your first issue here! 🎉 Be sure to follow the issue template! If you need help or want to chat with us, join us on Discord https://gofiber.io/discord |
ReneWerner87
added a commit
to ReneWerner87/fiber
that referenced
this issue
Aug 22, 2021
ReneWerner87
added a commit
to ReneWerner87/fiber
that referenced
this issue
Aug 22, 2021
ReneWerner87
added a commit
to ReneWerner87/fiber
that referenced
this issue
Aug 22, 2021
…1487 change from uin64 to uint32 for the timestamp -> max value is 4294967295 -> Sun Feb 07 2106 06:28:15 GMT+0000
ReneWerner87
added a commit
that referenced
this issue
Aug 22, 2021
…#1502) * 🐛 panic: unaligned 64-bit atomic operation [32 bit machines] #1487 https://pkg.go.dev/sync/atomic#pkg-notes https://go101.org/article/memory-layout.html golang/go#36606 * 🐛 panic: unaligned 64-bit atomic operation [32 bit machines] #1487 change from uin64 to uint32 for the timestamp -> max value is 4294967295 -> Sun Feb 07 2106 06:28:15 GMT+0000
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fiber version
v2.17.0
Issue description
On 32 bit machines, fiber sometimes crashes on startup when using certain middleware.
I believe this is something to do with
sync/atomic
https://pkg.go.dev/sync/atomic#pkg-note-BUG
Code snippet
The text was updated successfully, but these errors were encountered: