-
Notifications
You must be signed in to change notification settings - Fork 19
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
Exception: AtomicBuffer is not correctly aligned #122
Comments
Can you tell me which exactly java version are you using? I'll try to reproduce it on some VM in the evening (after work). |
@tkowalcz Thank you so much! This is the one: |
You should be able to fix this issue by replacing the attribute
This would result on:
But I'm not sure if the lower value contradicts with other actual requirements you have with the |
Fixed by upgrading to new Version:
|
Ha! Didn't think of that :) I know I fixed similar error but thought this is yet another x86 issue. Glad you worked it out. |
We are hitting this issue on every startup.
I think this might be related with us using a x86 JVM with Java 17.
Stacktrace
Debugger Screenshots
StandardMonitoringModule
UnsafeBuffer
The text was updated successfully, but these errors were encountered: