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

Panic in gossip.rs:171 after long-running session due to unwrap() on None (Zenoh 0.10.0) #1815

Open
owny990312 opened this issue Mar 7, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@owny990312
Copy link

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

  1. Initialize Zenoh session, do not send or receive any data
  2. Maintain continuous operation for ~10 hours
  3. 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)

@owny990312 owny990312 added the bug Something isn't working label Mar 7, 2025
@Mallets
Copy link
Member

Mallets commented Mar 7, 2025

Zenoh Version 0.10.0 is already EoL and no backports will be provided for pre 1.x releases.

@owny990312
Copy link
Author

owny990312 commented Mar 7, 2025

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 版本提供回退补丁。

Image

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 :

Image

@Mallets
Copy link
Member

Mallets commented Mar 7, 2025

Does the same problem happens with branch = "main"?

@kydos
Copy link
Member

kydos commented Mar 7, 2025

Hello @owny990312 any chance you could get more info by running with RUST_BACKTRACE=1?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants