Bitcoin-ABC / bitcoin-abc

Bitcoin ABC develops node software and infrastructure for the eCash project. This a mirror of the official Bitcoin-ABC repository. Please see README.md
https://reviews.bitcoinabc.org
MIT License
1.24k stars 782 forks source link

assertion failed #357

Closed sirnicolas21 closed 5 years ago

sirnicolas21 commented 5 years ago

daemon doesn't close normally when you hit ctrl+c resulting the chain to go back like 3 years ago and try to resync from there, i tried reindex and deleting all blockchain files and starting over, version is 0.20.6 but i had that issue on previous versions also on both chains

2019-11-19T13:12:39Z UpdateTip: new best=0000000000da7a817cc79103bf4a8b29a56fd37b253c831ecdf384c1371b8197 height=555292 version=0x00000003 log2_work=66.464194 tx=5903893 date='2015-09-13T03:17:56Z' progress=0.259100 cache=332.9MiB(2477368txo)
2019-11-19T13:12:39Z UpdateTip: new best=0000000004df9268b27e890804aeafedc523ef82d4da411dcc2c23bf49693d81 height=555293 version=0x00000003 log2_work=66.464194 tx=5903897 date='2015-09-13T03:38:13Z' progress=0.259100 cache=332.9MiB(2477372txo)
2019-11-19T13:12:39Z Park block 000000000e10d69a4364e57c717619c88d48e81099693dafb751439d208bb43f as it would cause a deep reorg.
2019-11-19T13:12:39Z Park block 000000000aedf1f63f5014bc1cebf5e61c3b3e7cfeb1ede0755c8932a11de7bc as it would cause a deep reorg.
2019-11-19T13:12:39Z Park block 00000000094d2f1a971e8b7647290b58c227d85665fa937b9b7b308c5e33dca4 as it would cause a deep reorg.
2019-11-19T13:12:39Z Park block 000000000f0c241a8934d4e71aba1d47e42e6dff3ac8716e2e17d25a115e4679 as it would cause a deep reorg.
2019-11-19T13:12:39Z Park block 00000000030c4232fb3404912a8bdf9901c5eb36520f1c6820503da9af9c8003 as it would cause a deep reorg.
2019-11-19T13:12:39Z Park block 000000000268294975a2f0e1b43ca9bdc7a301169a9acf99794016a508a11755 as it would cause a deep reorg.
2019-11-19T13:12:39Z Park block 0000000003647b1e3025755584537dfa5f42d45e3ab1a12e089a9f7a301709df as it would cause a deep reorg.
2019-11-19T13:12:39Z Park block 0000000005464db9d4698d612cbe973c5f7aa4b29bcd4b88acdc3072055b4ee0 as it would cause a deep reorg.
2019-11-19T13:12:39Z Park block 0000000001f55561e45b49224f59a14fab446bf9a86bcc1c42a866e96f0a4831 as it would cause a deep reorg.
2019-11-19T13:12:39Z Park block 0000000004f24cbf30b4ff1883c98919885f134f4b96054f729302893944acdb as it would cause a deep reorg.
2019-11-19T13:12:39Z Park block 0000000007bfd0769bf4375caa2b61833016f025de96aec470c86e005439ad6a as it would cause a deep reorg.
2019-11-19T13:12:39Z Park block 000000000a4baa096bd8aa6670d56ea1c40e24b4d3ac555d982c18f8f9f78786 as it would cause a deep reorg.
2019-11-19T13:12:39Z Park block 0000000000000425fd040076ad9658b2bb53b044c77e4558a4c76bff3a751d73 as it would cause a deep reorg.
2019-11-19T13:12:39Z Park block 0000000007afdc70f9bde2c0adaa8684a0ebec4f9d4e5f5eda695beafb83d4f2 as it would cause a deep reorg.
2019-11-19T13:12:39Z Park block 0000000003732d23c9b529ddfc549a68e25f99a08ea04ce9081a781ec959a005 as it would cause a deep reorg.
2019-11-19T13:12:39Z Park block 000000000ad8354b302acc1776dabd3417bf5d541ae3125ef8bea987dab4cbeb as it would cause a deep reorg.
2019-11-19T13:12:40Z Park block 000000000ec759ff26f1f01ce61a0b14f575956f81a18f040a11ab8f937121a0 as it would cause a deep reorg.
2019-11-19T13:12:40Z Park block 0000000004b4d584cbf9113a7f33876f2b690e29b12ac3aaf5461abb6bbbec35 as it would cause a deep reorg.
Assertion failed!

Program: F:\CryptoCoins\BitcoinCash\daemon\bitcoind.exe
File: scheduler.cpp, Line 17
Fabcien commented 5 years ago

This has been fixed https://reviews.bitcoinabc.org/D4460 and will be part of the 0.20.7 release.

Fabcien commented 5 years ago

Closing since 0.20.7 is now released