Panic in gossip.rs:171 after long-running session due to unwrap() on None (Zenoh 0.10.0)
Describe the bug
Error Log:
Mar 6 06:01:02 tegra-ubuntu run_agibot.sh[2903]: thread 'rx-988' panicked at /root/.cargo/git/checkouts/zenoh-cc237f2570fab813/549035f/zenoh/src/net/routing/hat/p2p_peer/gossip.rs:171:23:
Mar 6 06:01:02 tegra-ubuntu run_agibot.sh[2903]: called Option::unwrap() on a None value
which at let session = zenoh::open(zenoh::config::peer()).res().await.unwrap();
To reproduce
- Initialize Zenoh session, do not send or receive any data
- Maintain continuous operation for ~10 hours
- Observe panic in routing/gossip thread
System info
Environment:
Zenoh Version: 0.10.0 OS: Ubuntu 22.04.1 (JetPack 5.1.2 on NVIDIA Jetson)
Zenoh Version 0.10.0 is already EoL and no backports will be provided for pre 1.x releases.
Zenoh Version 0.10.0 is already EoL and no backports will be provided for pre 1.x releases.Zenoh 版本 0.10.0 已经是 EoL,并且不会为预 1.x 版本提供回退补丁。
I made a mistake. I'm using zenoh version 1.0.0-rc.1. Could you please explain the potential causes of this issue?
the error info :
Does the same problem happens with branch = "main"?
Hello @owny990312 any chance you could get more info by running with RUST_BACKTRACE=1?