bladebit icon indicating copy to clipboard operation
bladebit copied to clipboard

Bladebit v2.0.1 intermittently crashes

Open LeroyINC opened this issue 1 year ago • 1 comments

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_ENKUlP16AnonPrefixSumJobIjEE_clES8+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

LeroyINC avatar May 16 '23 17:05 LeroyINC

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

kinomexanik avatar May 17 '23 17:05 kinomexanik