-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
segfault after update from 1.14.3 to 1.15.0 #1053
Comments
Which |
Just archive from release page |
zonyitoo
added a commit
that referenced
this issue
Dec 17, 2022
https://github.com/shadowsocks/shadowsocks-rust/releases/tag/v1.15.1 Please upgrade to v1.15.1 and see if it fixes. |
zonyitoo
added a commit
that referenced
this issue
Dec 17, 2022
1.15.1 work without errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Starting without error, crashes when try to connect
error in dmesg
`[1349465.234644] tokio-runtime-w[51940]: segfault at 29 ip 0000563c44f39c6e sp 00007f1ca555b490 error 4 in ssserver[563c44c00000+4a2000]
[1349465.234687] Code: 66 66 66 2e 0f 1f 84 00 00 00 00 00 48 8b 8c 24 00 02 00 00 48 83 f9 20 0f 83 de 00 00 00 48 85 c0 0f 84 6c 01 00 00 48 89 c1 <48> 8b 40 08 0f b6 51 20 89 d6 83 e6 01 8d 34 b6 89 f7 83 cf 0a f6`
running in VPS with two core of AMD EPYC 7551 and one Gb of Ram
config
{ "server": "::", "server_port": cleaned, "password": "cleaned", "method": "aes-128-gcm", "mode": "tcp_only", "fast_open": true, "reuse_port": true, "no_delay": true, "plugin": "xray-plugin_linux_amd64", "ipv6_first": true, "plugin_opts": "server" }
The text was updated successfully, but these errors were encountered: