-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Description
Armory 0.96.4 causies BitcoinCore 0.17 crash sometimes.
Popup error message:
Assertion failed!
Program: C:\Program Files\Bitcoin\bitcoin-qt.exe
File: net_processing.cpp, Line 1186
Expression: !"cannot load block from disk"
Last log messages:
2018-10-09T17:40:41Z UpdateTip: new best=00000000000000000006d15f910c3d037ab3ea0bb9aa14ab24e837343b94689f height=545047 version=0x20000000 log2_work=89.820753 tx=347482580 date='2018-10-09T17:40:31Z' progress=1.000000 cache=11.0MiB(83369txo) warning='2 из последних 100 блоков имеют неожиданную версию'
2018-10-09T17:41:01Z UpdateTip: new best=00000000000000000018a5a135af615f9311ab133d35e3d8251133f20cff3b1e height=545048 version=0x20000000 log2_work=89.820796 tx=347484214 date='2018-10-09T17:40:45Z' progress=1.000000 cache=11.2MiB(85209txo) warning='2 из последних 100 блоков имеют неожиданную версию'
2018-10-09T17:52:12Z UPnP Port Mapping successful.
2018-10-09T17:53:43Z socket recv error Удаленный хост принудительно разорвал существующее подключение. (10054)
2018-10-09T17:53:47Z UpdateTip: new best=000000000000000000129e62729aa386881cb3e01c3bcf2e04eced06302ab614 height=545049 version=0x20000000 log2_work=89.820838 tx=347486314 date='2018-10-09T17:53:32Z' progress=1.000000 cache=12.0MiB(91745txo) warning='2 из последних 100 блоков имеют неожиданную версию'
2018-10-09T17:54:56Z ERROR: ReadRawBlockFromDisk: Read from block file failed: CAutoFile::read: end of file: iostream error for CBlockDiskPos(nFile=0, nPos=16924355)
System description:
OS: Windows 10
Processor: Core i9 7980XE
Memory 64Gb
System disc (C:): Samsung 960 Pro 1tb (BitcoinCore datadir in default location)
Disc D: WD Gold 10Tb (Bitcoin db blocks in D:\Bitcoin\blocks)
bitcoin.conf:
dbcache=4000
blocksdir=D:\Bitcoin
Armory 0.96.4 checkbox Settings->General->Let Armory run Bitcoin Core/bitcoind in the background unchecked
Armory started with commandline option: --satoshi-datadir=D:\Bitcoin\blocks,
During several hours BitcoinCore crashes.
Without started Armory BitcoinCore works perfectly.