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

fix: ensure updateMetaDataMs is 64-bit aligned #2356

Merged
merged 1 commit into from Oct 4, 2022
Merged

fix: ensure updateMetaDataMs is 64-bit aligned #2356

merged 1 commit into from Oct 4, 2022

Conversation

dnwe
Copy link
Collaborator

@dnwe dnwe commented Oct 4, 2022

As per golang/go#41970 any 64-bit variable that is accessed atomically must be 64-bit aligned and this can be ensured by making it the first entry in the struct.

Fixes #2337

As per golang/go#41970 any 64-bit variable that is accessed atomically
must be 64-bit aligned and this can be ensured by making it the first
entry in the struct.

Fixes #2337
@dnwe dnwe added the fix label Oct 4, 2022
@dnwe dnwe merged commit fb9a931 into main Oct 4, 2022
@dnwe dnwe deleted the dnwe/fargate branch October 4, 2022 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

panic: unaligned 64-bit atomic operation on AWS Fargate X86_64 CPU architecture
1 participant