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

Crash #11

Open
tarasglek opened this issue Feb 19, 2023 · 0 comments
Open

Crash #11

tarasglek opened this issue Feb 19, 2023 · 0 comments

Comments

@tarasglek
Copy link

tarasglek commented Feb 19, 2023

When I have a tunnel established, run iperf test on it, then run the client I get:

Key rotation failed: client/network: incorrect packet type
Key rotation failed: client/network: incorrect packet type
Key rotation failed: client/network: incorrect packet type
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x38 pc=0x1f99d8]

goroutine 1 [running]:
github.com/flynn/noise.(*CipherState).Cipher(...)
        /Users/taras/go/pkg/mod/github.com/flynn/[email protected]/state.go:79
github.com/malcolmseyd/natpunch-go/client/network.Handshake(0x180e930, {0x30, 0x19, 0x65, 0x4b, 0xe8, 0x50, 0xb3, 0x5d, 0x56, ...}, ...)
        /Users/taras/Downloads/natpunch-go/client/network/network.go:230 +0x624
main.run({0x7f87ca5a, 0x9}, {{0x7f87ca64, 0xc}, 0x1860108, 0xc33, {0x42, 0x7f, 0x8, 0x2b, ...}, ...}, ...)
        /Users/taras/Downloads/natpunch-go/client/client.go:126 +0x70c
main.main()
        /Users/taras/Downloads/natpunch-go/client/client.go:73 +0x644

This is on openwrt, on a pretty low-end mips. Works fine without network test in backround.

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

1 participant