-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
unaligned 64-bit atomic operation on arm7 architecture #2011
Comments
Thanks, booting up my RPI-Zero now.. Will get it fixed. Apologies. |
Signed-off-by: Derek Collison <[email protected]>
Fix for #2011 and atomics on 32bit systems.
ok should be fixed and is merged into main branch. Will be part of next 2.2.1 release and of course you can build yourself now and should work fine. |
This seems to have reappeared in the latest version on the The |
This is due to an unaligned 64-bit atomic operation. Move the field at top of structure with 64-bit aligned preceding fields. Resolves #2011 Signed-off-by: Ivan Kozlovic <[email protected]>
panic : unaligned 64-bit atomic operation on arm7 architecture
Describe:
i deploy cluster on ARMV7l use nats-server-v2.2.0-linux-arm7,but the nast-server crash when i create stream by natscli
Crash information is as follows:
the panic info: unaligned 64-bit atomic operation
Environment:
nats-server package : nats-server-v2.2.0-linux-arm7.tar.gz
my environment cpu info:
The text was updated successfully, but these errors were encountered: