You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
OpenEthereum version: v3.0.0
Operating system: MacOS [High Sierra 10.13]
Installation: built from source
Network: goerli
actual behavior:
When starting the goerli sync the following error is shown: "Thread 'main' panicked at 'attempted to leave type linked_hash_map::Node<ethereum_types::H256, block_state::CliqueBlockState> uninitialized, which is invalid', /rustc/8fe73e80d762bc575040239fc05fb1c612873554/library/core/src/mem/mod.rs:658".
expected behavior:
Sync to the goerli chain. The main chain syncs without an error.
Reproduce by building from source on High Sierra and run start command with--chain goerli.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
OpenEthereum version: v3.0.0
Operating system: MacOS [High Sierra 10.13]
Installation: built from source
Network: goerli
actual behavior:
When starting the goerli sync the following error is shown: "Thread 'main' panicked at 'attempted to leave type
linked_hash_map::Node<ethereum_types::H256, block_state::CliqueBlockState>
uninitialized, which is invalid', /rustc/8fe73e80d762bc575040239fc05fb1c612873554/library/core/src/mem/mod.rs:658".expected behavior:
Sync to the goerli chain. The main chain syncs without an error.
Reproduce by building from source on High Sierra and run start command with--chain goerli.
The text was updated successfully, but these errors were encountered: