-
Notifications
You must be signed in to change notification settings - Fork 913
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: runtime error: slice bounds out of range) #733
Comments
Same problem |
Getting the same this week goroutine 113 [running]: |
same here, someone on Xray-Core page said that it related to TUN mode and sniffing on chrome. I don't know how to fix it but I know it has risen recently. and Xrayr keeps restarting constantly. |
he said is problem is fixed but xrayr use old version xray-core and they have this problem |
Excuse me, is there a solution? My xrayr keeps restarting, causing significant network fluctuations |
same issue.
|
The adjacent post has already provided a repair method, and I have tested it on my end without any problems. You can give it a try |
thanks bro. It seems working |
同样的问题! |
panic: runtime error: slice bounds out of range [:2058] with capacity 2048
goroutine 111885062 [running]:
github.com/xtls/xray-core/common/protocol/quic.SniffQUIC({0xc012170000, 0x4e2, 0x2000})
github.com/xtls/[email protected]/common/protocol/quic/sniff.go:220 +0x1c9a
github.com/XrayR-project/XrayR/app/mydispatcher.NewSniffer.func4({0xc0346a9928?, 0x8?}, {0xc012170000?, 0x51df59?, 0x429be60?})
github.com/XrayR-project/XrayR/app/mydispatcher/sniffer.go:40 +0x25
github.com/XrayR-project/XrayR/app/mydispatcher.(*Sniffer).Sniff(0xc05999e240, {0x4a765b8, 0xc065dd14a0}, {0xc012170000, 0x4e2, 0x2000}, 0x3)
github.com/XrayR-project/XrayR/app/mydispatcher/sniffer.go:64 +0xcc
github.com/XrayR-project/XrayR/app/mydispatcher.sniffer.func1({0x4a765b8, 0xc065dd14a0}, 0xc069d18240, 0xc069d182a0, 0xc05999e240, 0x3)
github.com/XrayR-project/XrayR/app/mydispatcher/default.go:365 +0x125
github.com/XrayR-project/XrayR/app/mydispatcher.sniffer({0x4a765b8, 0xc065dd14a0}, 0xc069d18240, 0x0, 0x3)
github.com/XrayR-project/XrayR/app/mydispatcher/default.go:375 +0x11f
github.com/XrayR-project/XrayR/app/mydispatcher.(*DefaultDispatcher).Dispatch.func1()
github.com/XrayR-project/XrayR/app/mydispatcher/default.go:271 +0x10f
created by github.com/XrayR-project/XrayR/app/mydispatcher.(*DefaultDispatcher).Dispatch in goroutine 111884832
github.com/XrayR-project/XrayR/app/mydispatcher/default.go:266 +0x4d3
The text was updated successfully, but these errors were encountered: