Via Pierre Rochard's Node Launcher, I am syncing a new Bitcoin Core version 0.17.1 node over TOR. Upon several attempts, it terminates as soon as it reaches 100% sync.
Laptop is less than two years old, freshly wiped and reinstalled Windows 10. Updated to version 1803.
64-bit architecture, 8GB RAM, 128GB eMMC internal storage. WiFi connection to a 500MB/s line.
Visual C++ Redistributable for Visual Studio 2015 is installed.
datadir is pointed to internal storage, blocksdir is pointed to a 1TB SSD external
debug:
///
2019-05-14T20:24:36Z UpdateTip: new best=0000000000000000001bec915bd5709555cc2adea9cff4aa7cd88a5573edb21e height=576051 version=0x20000000 log2_work=90.637494 tx=413320512 date='2019-05-14T20:23:34Z' progress=1.000000 cache=2401.6MiB(17694152txo) warning='40 of last 100 blocks have unexpected version'
2019-05-14T20:26:04Z UpdateTip: new best=00000000000000000019cd1e42eb91a1c259e9680153cc68be9b348e43b1b0e9 height=576052 version=0x20000000 log2_work=90.637516 tx=413321458 date='2019-05-14T20:25:08Z' progress=1.000000 cache=2402.1MiB(17697943txo) warning='40 of last 100 blocks have unexpected version'
2019-05-14T20:29:40Z Error: Out of memory. Terminating.
terminate called without an active exception
///
Any suggestions? Thanks