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

frpc 0.53.0 crash #3920

Closed
1 of 11 tasks
gdevenyi opened this issue Jan 8, 2024 · 2 comments
Closed
1 of 11 tasks

frpc 0.53.0 crash #3920

gdevenyi opened this issue Jan 8, 2024 · 2 comments

Comments

@gdevenyi
Copy link

gdevenyi commented Jan 8, 2024

Bug Description

2024/01/04 17:59:07 [I] [proxy_wrapper.go:239] [a81ac4e809a6f62e] [SSH2] health check success
panic: close of closed channel

goroutine 65 [running]:
github.com/fatedier/frp/client.(*Service).loopLoginUntilSuccess.func1()
        github.com/fatedier/frp/client/service.go:331 +0x517
github.com/fatedier/frp/pkg/util/wait.BackoffUntil(0xc000395e30, {0xd2f4a0, 0xc0002de2d0}, 0x1, 0xc000292720)
        github.com/fatedier/frp/pkg/util/wait/backoff.go:135 +0x118
github.com/fatedier/frp/client.(*Service).loopLoginUntilSuccess(0xc0001fc1c0, 0x4a817c800, 0x0)
        github.com/fatedier/frp/client/service.go:336 +0x1e9
github.com/fatedier/frp/client.(*Service).keepControllerWorking.func1()
        github.com/fatedier/frp/client/service.go:198 +0x32
github.com/fatedier/frp/pkg/util/wait.BackoffUntil(0xc000395fa8, {0xd2f4a0, 0xc00049c000}, 0x1, 0xc0000b2300)
        github.com/fatedier/frp/pkg/util/wait/backoff.go:135 +0x118
github.com/fatedier/frp/client.(*Service).keepControllerWorking(0xc0001fc1c0)
        github.com/fatedier/frp/client/service.go:195 +0x165
created by github.com/fatedier/frp/client.(*Service).Run
        github.com/fatedier/frp/client/service.go:173 +0x159

frpc Version

0.53.0

frps Version

0.53.0

System Architecture

linux/amd64

Configurations

frps.toml

bindPort = 7000
# Specify a UDP port for KCP.
#kcpBindPort = 7000
#quic_bind_port = 7000

webServer.port = REDACTED
# dashboard's username and password are both optional
webServer.user = "REDACTED"
webServer.password = "REDACTED"
auth.token = "REDACTED"

log.to = "./frps.log"
# trace, debug, info, warn, error
log.level = "info"
log.maxDays = 3
serverAddr = "REDACTED"
serverPort = 7000
#transport.protocol = "kcp"
#transport.protocol = "quic"
auth.token = "REDACTED"
loginFailExit = false

[[proxies]]
name = "SSH"
type = "tcp"
localIP = "127.0.0.1"
localPort = 22
remotePort = REDACTED
transport.useEncryption = true
healthCheck.type = "tcp"

[[proxies]]
name = "SSH2"
type = "tcp"
localIP = "127.0.0.1"
localPort = 22
remotePort = REDACTED
transport.useEncryption = true
healthCheck.type = "tcp"

Logs

Nothing except for original bug of interest, regular operation.

Steps to reproduce

No special steps taken.

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
@xqzr
Copy link

xqzr commented Jan 8, 2024

尝试最新版

@superzjg
Copy link

superzjg commented Jan 9, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants