-
-
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
Code indexer crashes gitea on i386/x86 with "panic: unaligned 64-bit atomic operation" #21957
Comments
Duplicate of #21869 |
As stated in #21869 are you really using a 32bit OS and not a 64bit OS? |
It's a 32bit OS
|
OK now that zapx have merged my PR and updated the tag we can pull the new tag and rebuild. @sebastianertz would it be possible for you to try #22031? |
There is an unaligned atomic field in zapx 15.3.5 which should have been fixed in blevesearch/zapx#147 This bug causes issues on 32bit builds. Update bleve and zapx to account for this. Fix go-gitea#21957 Signed-off-by: Andrew Thornton <art27@cantab.net>
@zeripath Same issue:
|
@zeripath Your zapx PR is in version v15.3.8 |
Damn. That brings incompatible changes with it. |
Please try again. I've managed to make a dedicated backport with the alignment fix |
Same:
|
There is an unaligned atomic field in zapx 15.3.5 which should have been fixed in a subsequent patch This bug causes issues on 32bit builds. Update bleve and zapx to account for this. Fix #21957 Signed-off-by: Andrew Thornton <art27@cantab.net>
Backport go-gitea#22031 There is an unaligned atomic field in zapx 15.3.5 which should have been fixed in a subsequent patch This bug causes issues on 32bit builds. Update bleve and zapx to account for this. Fix go-gitea#21957 Signed-off-by: Andrew Thornton <art27@cantab.net>
Description
On an i386 system gitea 1.17.3 runs perfectly.
Version 1.18.0-rc0 and 1.18.0-rc1 crashes when indexing code.
Gitea Version
1.18.0-rc0 and 1.18.0-rc1
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
Git Version
2.35.1
Operating System
eisfair.org
How are you running Gitea?
Self hosted, binary from dl.gitea.org
Database
SQLite
The text was updated successfully, but these errors were encountered: