This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
parity crashes on syncing classic chain #9630
Labels
F1-panic 🔨
The client panics and exits without proper error handling.
M4-core ⛓
Core client code / Rust.
Milestone
Before filing a new issue, please provide the following information.
Your issue description goes here below. Try to include actual vs. expected behavior and steps to reproduce the issue.
stack backtrace:
0: 0x55e162395fdc -
1: 0x55e162395d92 -
2: 0x55e162395e08 -
3: 0x55e162394c0a -
4: 0x55e160e73305 -
5: 0x55e1623f5753 -
6: 0x55e1623bda46 -
7: 0x55e1623bce44 -
8: 0x55e161b2ca15 -
9: 0x55e161a4ee65 -
10: 0x55e1617b6dd9 -
11: 0x55e161b47a72 -
12: 0x55e161a781cd -
13: 0x55e161a79617 -
14: 0x55e161a803aa -
15: 0x55e161b0ce7d -
16: 0x55e16241f9c9 -
17: 0x55e161bdf439 -
18: 0x55e1623f81da -
19: 0x55e1623f5d25 -
20: 0x7f3d399676b9 -
21: 0x7f3d3948741c -
22: 0x0 -
Thread 'Verifier #0' panicked at 'assertion failed: rc == -1', util/journaldb/src/archivedb.rs:141
Steps to reproduce:
parity --chain=classic --cache-size=4096 --db-compaction=ssd --pruning=archive --fat-db=on --tracing=on
The text was updated successfully, but these errors were encountered: