-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
panic: unaligned 64-bit atomic operation
when opening pull requests or issues
#22481
Comments
We need to update: Line 276 in 9edf80f
to
and then go mod tidy etc. to update the go.sum |
Fixes #22481 _Originally posted by @zeripath in #22481 (comment)
Fixed by #22485 |
Not sure if I should open a new issue (feel free to create one from this comment). This has started happening to me on 1.19, where it should've been fixed already? gitea panics with unaligned 64-bit atomic operation
Gitea version: This might be related to blevesearch/zapx@67addef. |
Description
After upgrading to v1.18 recently gitea now crashes when opening issues or pull requests.
This results in a
This site cant be reached
screen in Chrome, and webhooks not being sent as expected (and probably more stuff behind the scenes)Gitea Version
v1.18
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
https://gist.github.com/watsom27/96a8b44f12e07ed65b911c4ce2be522e
Screenshots
No response
Git Version
No response
Operating System
Linux
How are you running Gitea?
Running from a linux binary on an Ubuntu
t2.micro
EC2 instance.The binary is started as a linux service, so auto-restarts when this crash happens
Database
MySQL
The text was updated successfully, but these errors were encountered: