This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Parity crashes with sample Tendermint chain spec #7727
Labels
F1-panic 🔨
The client panics and exits without proper error handling.
M4-core ⛓
Core client code / Rust.
P5-sometimesoon 🌲
Issue is worth doing soon.
Milestone
Parity crashes reproducibly when run with the tendermint chain spec in
ethcore/res/tendermint.json
(only network name changed and the 2 validator addresses replaced).See attached logs of the 2 nodes (trace for engine enabled):
validator1.log
validator2.log
Probably relevant:
force_sealing = true
is set in the node config files.Meanwhile, tests succeeds without error:
Parity/v1.10.0-unstable-048ff40-20180116/x86_64-linux-gnu/rustc1.25.0-nightly
Ubuntu 16.04
Compiled from source
The issue remains when compiling with the stable rust toolchain or when running a binary release of Parity.
The text was updated successfully, but these errors were encountered: