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 likely caused by link closing because payload channel is closed while ack channel is still being initialized.
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1a62428] goroutine 5241 [running]: github.com/openziti/channel/v2.(*channelImpl).Close(0xc00269a540?) /home/plorenz/go/pkg/mod/github.com/openziti/channel/[email protected]/impl.go:214 +0xe8 github.com/openziti/ziti/router/xlink_transport.(*splitImpl).Close(0xc000efac60) /home/plorenz/work/nf/ziti/router/xlink_transport/xlink_split.go:108 +0x83 github.com/openziti/ziti/router/handler_link.(*closeHandler).HandleClose.func1.1() /home/plorenz/work/nf/ziti/router/handler_link/close.go:51 +0x24 created by github.com/openziti/ziti/router/handler_link.(*closeHandler).HandleClose.func1 in goroutine 2950 /home/plorenz/work/nf/ziti/router/handler_link/close.go:50 +0x3b6
The text was updated successfully, but these errors were encountered:
Fix panic on link close. Fixes #2064
8240d15
plorenz
Successfully merging a pull request may close this issue.
Panic likely caused by link closing because payload channel is closed while ack channel is still being initialized.
The text was updated successfully, but these errors were encountered: