Post
Topic
Board Bitcoin Technical Support
Re: Crash without error during IBD
by
ETFbitcoin
on 13/07/2022, 12:11:05 UTC
Code:
[quote author=kemist link=topic=5405915.msg60556937#msg60556937 date=1657652151]
Here are the journalctl results.
[/quote]

That doesn't tell much, but at least we know it's not crashed/closed due to OOM Killer. Could you check result of this [tt]dmesg[/tt] command since i agree with others it might be hardware failure.

[code]
sudo dmesg --level=warn
sudo dmesg --level=err,crit,alert,emerg

Note that I tried to re-run it last night with slightly different parameters:

Code:
$ bitcoind -prune=20000 -maxmempool=500 -reindex -daemon

FYI, the default maxmempool is only 300 (300 MB) and it's not used during sync/reindex.

Jul 12 11:15:40 ThinkPad kernel: ata1.00: ATA Identify Devi>
Jul 12 11:15:40 ThinkPad kernel: ata1.00: ATA Identify Devi>
[/code]

While it might be warning message that could be ignored, could you check cropped part of line "ata1.00: ATA Identify Devi"?