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

bug: Rogcat fails to start with stdin parameter #37

Closed
miklelappo opened this issue Dec 5, 2021 · 2 comments
Closed

bug: Rogcat fails to start with stdin parameter #37

miklelappo opened this issue Dec 5, 2021 · 2 comments

Comments

@miklelappo
Copy link
Contributor

{code}
./target/debug/rogcat -
thread 'thread 'tokio-runtime-worker-0tokio-runtime-worker-1' panicked at '' panicked at 'attempted to leave type internal::Local uninitialized, which is invalidattempted to leave type internal::Local uninitialized, which is invalid', ', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/mem/mod.rs/rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/mem/mod.rs::663663::99
{code}

This is a problem with Crossbeam 0.7.1. Update to 0.7.2 will help.
It's discussed here: darakian/ddh#27

image

@flxo
Copy link
Owner

flxo commented Dec 6, 2021

Thanks for the report. Where in the dependency chain is crossbeam-epoch used? Maybe updating the crate that depends on it make more sense than just add a "unused" dependency #38

@flxo
Copy link
Owner

flxo commented Jan 13, 2022

Should be fixed.

@flxo flxo closed this as completed Jan 13, 2022
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

Successfully merging a pull request may close this issue.

2 participants