-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Summary
Seemingly the unreachable
code on a match in the swarm handler is panicking?!
This does not actually crash our app (I assume it's a spawned thread).
But it's not clear to me how this is even possible :|
Expected behavior
no panic
Actual behavior
panic
Relevant log output
May 20 07:07:36 node-1 safenode[23138]: The application panicked (crashed).
May 20 07:07:36 node-1 safenode[23138]: Message: internal error: entered unreachable code
May 20 07:07:36 node-1 safenode[23138]: Location: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libp2p-swarm-0.44.2/src/handler/either.rs:106
May 20 07:07:36 node-1 safenode[23138]: Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
May 20 07:07:36 node-1 safenode[23138]: Run with RUST_BACKTRACE=full to include source snippets.
root@node-1:/# journalctl -u safenode7.service
May 21 16:13:20 node-1 safenode[23146]: The application panicked (crashed).
May 21 16:13:20 node-1 safenode[23146]: Message: internal error: entered unreachable code
May 21 16:13:20 node-1 safenode[23146]: Location: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libp2p-swarm-0.44.2/src/handler/either.rs:106
Possible Solution
No response
Version
No response
Would you like to work on fixing this bug ?
Maybe
Metadata
Metadata
Assignees
Labels
No labels