We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 [:2292] with capacity 2048 goroutine 394 [running]: github.com/xtls/xray-core/common/protocol/quic.SniffQUIC({0xc0001a4000, 0xef5, 0x2000}) github.com/xtls/[email protected]/common/protocol/quic/sniff.go:220 +0x1c93 github.com/xtls/xray-core/app/dispatcher.NewSniffer.func4({0x945d6a?, 0xc0000505c0?}, {0xc0001a4000? , 0x80?, 0x10993c0?}) github.com/xtls/[email protected]/app/dispatcher/sniffer.go:40 +0x25 github.com/xtls/xray-core/app/dispatcher.(*Sniffer).Sniff(0xc000011020, {0x1370d90, 0xc0001fe390}, { 0xc0001a4000, 0xef5, 0x2000}, 0x3) github.com/xtls/[email protected]/app/dispatcher/sniffer.go: 64 +0xdf github.com/xtls/xray-core/app/dispatcher.sniffer.func1({0x1370d90, 0xc0001fe390}, 0xc0001fe390?, 0xc0000ad890, 0xc0000e7680?, 0x4104e5?) github.com/xtls/[email protected]/app/dispatcher/default.go:346 +0x125 github.com/xtls/xray-core/app/dispatcher.sniffer({ 0x1370d90, 0xc0001fe390}, 0x2?, 0x0, 0x0?) github.com/xtls/[email protected]/app/dispatcher/default.go:356 +0x10f github.com/xtls/xray-core/app/dispatcher.(*DefaultDispatcher).Dispatch.func1() github.com/xtls/[email protected]/app/dispatcher/default.go:241 +0x11c created by github.com/xtls/xray-core/app/dispatcher.(*DefaultDispatcher).Dispatch in goroutine 393 github.com/xtls/[email protected]/app/dispatcher/default.go:236 + 0x39f [Error] Core exited, restarting.
The text was updated successfully, but these errors were encountered:
same problem
Sorry, something went wrong.
No branches or pull requests
panic: runtime error: slice bounds out of range [:2292] with capacity 2048
goroutine 394 [running]:
github.com/xtls/xray-core/common/protocol/quic.SniffQUIC({0xc0001a4000, 0xef5, 0x2000})
github.com/xtls/[email protected]/common/protocol/quic/sniff.go:220 +0x1c93
github.com/xtls/xray-core/app/dispatcher.NewSniffer.func4({0x945d6a?, 0xc0000505c0?}, {0xc0001a4000?
, 0x80?, 0x10993c0?})
github.com/xtls/[email protected]/app/dispatcher/sniffer.go:40 +0x25
github.com/xtls/xray-core/app/dispatcher.(*Sniffer).Sniff(0xc000011020, {0x1370d90, 0xc0001fe390}, {
0xc0001a4000, 0xef5, 0x2000}, 0x3)
github.com/xtls/[email protected]/app/dispatcher/sniffer.go:
64 +0xdf
github.com/xtls/xray-core/app/dispatcher.sniffer.func1({0x1370d90, 0xc0001fe390},
0xc0001fe390?, 0xc0000ad890, 0xc0000e7680?, 0x4104e5?)
github.com/xtls/[email protected]/app/dispatcher/default.go:346 +0x125
github.com/xtls/xray-core/app/dispatcher.sniffer({
0x1370d90, 0xc0001fe390}, 0x2?, 0x0,
0x0?)
github.com/xtls/[email protected]/app/dispatcher/default.go:356 +0x10f
github.com/xtls/xray-core/app/dispatcher.(*DefaultDispatcher).Dispatch.func1()
github.com/xtls/[email protected]/app/dispatcher/default.go:241 +0x11c
created by
github.com/xtls/xray-core/app/dispatcher.(*DefaultDispatcher).Dispatch in goroutine 393
github.com/xtls/[email protected]/app/dispatcher/default.go:236 +
0x39f
[Error] Core exited, restarting.
The text was updated successfully, but these errors were encountered: