-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
zapx: Code indexer crashes gitea on i386/x86 with "panic: unaligned 64-bit atomic operation" #23617
Comments
Didn't you fix that @zeripath? |
I tried... Looks like we need to debackport the other fix. |
Don't know why our CI didn't catch that problem. Oh, that's a runtime problem but CI just tests to compile it. |
Can confirm this also happens with Gitea v1.19 starts up, then quickly crashes with |
@zeripath, @KN4CK3R Didn't OP already told that the solution is fixed in zapx v15.3.9 blevesearch/zapx@67addef ? So only a dependency update is needed? |
My Gitea instance has been broken for over a month now and I'd love to use it again. Is there a way to help test or develop a fix for 1.19.x? |
Maybe we should backport it to v1.19? |
Fix #23617 Co-authored-by: Giteabot <teabot@gitea.io>
Backport #23062 Backport #24515 Fix #23617 This notably brings support for GOARCH=loong64, among other fixes. This PR also fix bleve search architecture problem. --------- Signed-off-by: WANG Xuerui <xen0n@gentoo.org> Co-authored-by: WÁNG Xuěruì <1175567+xen0n@users.noreply.github.com> Co-authored-by: zeripath <art27@cantab.net>
Description
On an i386 system gitea 1.18.5 runs perfectly.
Version 1.19.0 crashes when indexing code.
#22279 #23274 #22481 (comment)
zapx v15.3.9 fixes the problem
blevesearch/zapx@67addef
Gitea Version
1.19.0
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
Git Version
No response
Operating System
No response
How are you running Gitea?
Self hosted, binary from https://dl.gitea.org/gitea/1.19.0/
Database
None
The text was updated successfully, but these errors were encountered: