Skip to content
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

gost 2.3 RC1 kcp bug #66

Closed
douglas-lee opened this issue Jan 8, 2017 · 0 comments
Closed

gost 2.3 RC1 kcp bug #66

douglas-lee opened this issue Jan 8, 2017 · 0 comments
Labels
Milestone

Comments

@douglas-lee
Copy link

无论是kcp://:xxxx还是socks+kcp://:xxxx,只要加上验证信息,就报错,不加验证则能启动,但连接上却无法正常走数据,切回socks则正常。

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x4ba4ea]

goroutine 6 [running]:
panic(0x766560, 0xc4200120d0)
/home/gerry/dev/go/src/runtime/panic.go:500 +0x1a1
github.com/ginuerzh/gost.(*ProxyServer).Serve(0xc420079ae0, 0x0, 0x0)
/home/gerry/dev/src/go/src/github.com/ginuerzh/gost/server.go:99 +0x46a
main.main.func1(0xc420013ba0, 0xc4200543c0, 0xc42000d580, 0x5, 0xc42000d560, 0x5, 0xc42000d566, 0x3, 0x0, 0x0, ...)
/home/gerry/dev/src/go/src/github.com/ginuerzh/gost/cmd/gost/main.go:83 +0x24b
created by main.main
/home/gerry/dev/src/go/src/github.com/ginuerzh/gost/cmd/gost/main.go:84 +0x1d9

ginuerzh pushed a commit that referenced this issue Jan 9, 2017
@ginuerzh ginuerzh added the bug label Jan 9, 2017
@ginuerzh ginuerzh added this to the 2.3 milestone Jan 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants