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

Runtime error: attempted to leave type internal::Local uninitialized #3

Open
steffann opened this issue Nov 14, 2021 · 2 comments
Open

Comments

@steffann
Copy link

Hmmm. I managed to compile verfploeter (see #2), but now I'm hit with runtime error messages like thread 'tokio-runtime-worker-0' panicked at 'attempted to leave type internal::Localuninitialized, which is invalidthread '', tokio-runtime-worker-1/root/.cargo/registry/src/github.mirror.nvdadr.com-1ecc6299db9ec823/crossbeam-epoch-0.7.1/src/internal.rs' panicked at ':attempted to leave typeinternal::Local uninitialized, which is invalid493', :/root/.cargo/registry/src/github.mirror.nvdadr.com-1ecc6299db9ec823/crossbeam-epoch-0.7.1/src/internal.rs59: where there seem to be two messages interleaving.

I think it is referencing /root/.cargo/registry/src/github.mirror.nvdadr.com-1ecc6299db9ec823/crossbeam-epoch-0.7.1/src/internal.rs:493:59

No idea how to fix this one :(

@Woutifier
Copy link
Owner

Hey Steffann, thanks for attempting this :-). Looks like I have to do a bit of housekeeping on this code base. I'll try to carve out some time this week.

@miklelappo
Copy link

This is a problem with Crossbeam 0.7.1. Update to 0.7.2 will help.
Similar to: darakian/ddh#27
image

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

No branches or pull requests

3 participants