Chia-Network / bladebit

A high-performance k32-only, Chia (XCH) plotter supporting in-RAM and disk-based plotting
Apache License 2.0
339 stars 109 forks source link

Bladebit v2.0.1 intermittently crashes #329

Open LeroyINC opened 1 year ago

LeroyINC commented 1 year ago

when using the main release version Bladebit crashes intermittently when plotting and i have to restart plotting.

here is the command i use to start my plotting..

./bladebit -n 50 -t 38 -f xxxxx -p xxxxx diskplot --cache 220GB -t1 /mnt/ChiaTemp/ /mnt/ChiaPlots/Chia0-0

my server is an Dell R640 with: 1x Intel(R) Xeon(R) Gold 6148 CPU @ 2.40GHz 256GB DDR4 RAM CentOS Stream 9 with the latest updates

here is the crash info...

Crashed! ./bladebit(_Z12CrashHandleri+0x77)[0x509917] /lib64/libc.so.6(+0x54df0)[0x7f7d07054df0] ./bladebit(_ZZN9MapWriterILj256ELb0EE5WriteER10ThreadPooljjxmPKmPmS5_ENKUlP16AnonPrefixSumJobIjEEclES8+0x115)[0x5f4875] ./bladebit(ZN11MTJobRunnerI16AnonPrefixSumJobIjELj256EE13RunJobWrapperEPS1+0x2e)[0x49340e] ./bladebit(_ZN10ThreadPool17FixedThreadRunnerEPv+0x52)[0x4fb3b2] ./bladebit(ZN6Thread17ThreadStarterUnixEPS+0x72)[0x50a752] /lib64/libc.so.6(+0x9f832)[0x7f7d0709f832] /lib64/libc.so.6(+0x3f450)[0x7f7d0703f450] Dumping crash to crash.log

not sure why this keeps happening.. but I have seen this about 3 or 4 times in the last week since i started plotting more disks

kinomexanik commented 1 year ago

CentOS or RHEL-based

sudo yum group install -y "Development Tools" sudo yum install -y cmake gmp-devel numactl-devel

Ubuntu or Debian-based

sudo apt install -y build-essential cmake libgmp-dev libnuma-dev