-
Notifications
You must be signed in to change notification settings - Fork 25
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
go-wemix using rocksdb was killed by sigsegv #119
Comments
It seems to be killed by go-wemix or OS context beacuse the top of trace is Since go 1.19.3, the minor versions including syscall change are 1.19.7 and 1.19.9. |
I don't think so. In all cases where the program crashes in C code, the top of the stack trace in Go will only show If it were an |
|
System information
gwemix version:
Gwemix/v0.10.8-stable-53273fcb/linux-amd64/go1.19.3
OS & Version: Linux
Commit hash :
53273fcb3729c477c62cd0215d4c90dcd3cb5d83
Expected behaviour
Actual behaviour
An en host was killed with these logs
It seems to be an issue with
rocksdb
, and the version being used isv6.27.3
, which is quite outdated. Since then, many bug fixes have been made, and we will monitor the situation by operating some devnet EN host withgo-wemix
built withrocksdb v6.28.2
. If the issue occurs again, I will document the details in this issue.The text was updated successfully, but these errors were encountered: