Woutifier / verfploeter

9 stars 6 forks source link

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

Open steffann opened 2 years ago

steffann commented 2 years ago

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 typeinternal::Localuninitialized, which is invalidthread '', tokio-runtime-worker-1/root/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.7.1/src/internal.rs' panicked at ':attempted to leave typeinternal::Localuninitialized, which is invalid493', :/root/.cargo/registry/src/github.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.com-1ecc6299db9ec823/crossbeam-epoch-0.7.1/src/internal.rs:493:59

No idea how to fix this one :(

Woutifier commented 2 years ago

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 commented 2 years ago

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