-
Notifications
You must be signed in to change notification settings - Fork 14
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 #152
Comments
Thanks for raising this issue. I believe we've already addressed this with #148 . The above pull request is available in zapx@v15.3.9 onwards. I'd recommend you upgrade to bleve@v2.3.7+ for the fix. |
Sorry, I somehow missed this while looking for an already existing fix. Thanks for the quick reply! |
Seems in newest version, this bug repeat again: -------- 2025-01-18 10:46:07 -------- goroutine 27 [running]: Maybe we should use a wrapper by using mutex(like here to avoid this problem happen again?) |
Hello,
I got the following panic. My setup is running owncloud/ocis on a Raspberry Pi with ARM (32-bit) architecture.
Please also see the documentation on the
sync/atomic
package:Thanks and have a nice day!
The text was updated successfully, but these errors were encountered: