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

Node panic on timeout while waiting for event stream thread #642

Open
haixuanTao opened this issue Aug 30, 2024 · 2 comments
Open

Node panic on timeout while waiting for event stream thread #642

haixuanTao opened this issue Aug 30, 2024 · 2 comments
Labels
bug Something isn't working rust

Comments

@haixuanTao
Copy link
Collaborator

haixuanTao commented Aug 30, 2024

Not exactly sure what is happening, but it seems that I have a bug where the node completely freeze and then report:

�[2m2024-08-30T16:15:37.258067Z�[0m �[33m WARN�[0m �[2mdora_node_api::event_stream::thread�[0m�[2m:�[0m timeout while waiting for event stream thread

Then the node finishes.

I wonder if there is like a break condition on:

Err(RecvTimeoutError::Timeout) => {
tracing::warn!("timeout while waiting for event stream thread");
}

Before the node freeze, everything is normal.

Screencast.from.2024-08-30.18-29-53.webm
@github-actions github-actions bot added bug Something isn't working rust labels Aug 30, 2024
@haixuanTao
Copy link
Collaborator Author

haixuanTao commented Aug 30, 2024

This only happens with python by the way. Does not happen with rust dora-rerun with the exact same example.

@haixuanTao
Copy link
Collaborator Author

FYI, this seems to happen when there is more than 1 listener of the camera output stream.

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

No branches or pull requests

1 participant