mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 08:25:54 +03:00
[GH-ISSUE #324] linux运行时报错 #242
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#242
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @luhang222 on GitHub (Oct 17, 2019).
Original GitHub issue: https://github.com/snail007/goproxy/issues/324
使用的socks5代理
proxy socks -t tcp -p ":8999"
socks conn handler crashed with err : interface conversion: interface {} is nil, not uint
stack: goroutine 721 [running]:
runtime/debug.Stack(0xc000466500, 0xac0920, 0xc0003f82a0)
/usr/local/go1.11/src/runtime/debug/stack.go:24 +0xa7
github.com/snail007/proxy/services/socks.(*Socks).socksConnCallback.func1(0xc0002e4000, 0xc000438470)
proxy/services/socks/socks.go:517 +0x5a
panic(0xac0920, 0xc0003f82a0)
/usr/local/go1.11/src/runtime/panic.go:513 +0x1b9
github.com/snail007/proxy/services/socks.(*Socks).proxyTCP(0xc0002e4000, 0xc000438470, 0xc000448c60)
proxy/services/socks/socks.go:616 +0x2c9f
github.com/snail007/proxy/services/socks.(*Socks).socksConnCallback(0xc0002e4000, 0xc644a0, 0xc0003ec060)
proxy/services/socks/socks.go:573 +0x369
github.com/snail007/proxy/services/socks.(*Socks).socksConnCallback-fm(0xc644a0, 0xc0003ec060)
proxy/services/socks/socks.go:489 +0x3e
github.com/snail007/proxy/core/cs/server.(*ServerChannel).ListenTCP.func1.2(0xc00001ccc0, 0xc000304170, 0xc0002adaa0)
proxy/core/cs/server/server.go:239 +0x90
created by github.com/snail007/proxy/core/cs/server.(*ServerChannel).ListenTCP.func1
proxy/core/cs/server/server.go:218 +0x7e
@snail007 commented on GitHub (Oct 18, 2019):
多谢反馈,已经解决,重新下载最新版即可。