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

Core Dump error on plot validation on CentOS 9 #307

Open LeroyINC opened 1 year ago

LeroyINC commented 1 year ago

This plot was created with a server with 24 CPU Cores and 512 GB of RAM. the compressed plot was build with CPU not GPU. I am running the validation on the same server that made the plot.

./bladebit -t 12 validate -u /mnt/ChiaFarm2/Test/plot-k32-c01-2023-03-16-18-08-xxxxxx.plot

Validating plot /mnt/ChiaFarm2/Test/plot-k32-c01-2023-03-16-18-08-xxxxxx.plot.plot K : 32 Unpacked : true Maximum C3 Parks: 429442

Unpacking f7 values... Actual C3 Parks : 429442 Reding park 7... Loading back pointer tables... Loading table 6 Loading table 5 Loading table 4 Loading table 3 Loading table 2 Loading table 1 Floating point exception (core dumped) #


when I try without the -u option, not only does it fail... it seems to take way longer and only use 8 cores no matter what -t xx setting I use.

./bladebit -t 24 validate /mnt/ChiaFarm2/Test/plot-k32-c01-2023-03-16-18-08-xxxxxxxxxxxxx.plot Validating plot /mnt/ChiaFarm2/Test/plot-k32-c01-2023-03-16-18-08-xxxxxxxxxx.plot K : 32 Unpacked : false Maximum C3 Parks: 429442

[ 17] Park range: 304191..322084 Park count: 17893 [ 4] Park range: 71576..89470 Park count: 17894 [ 2] Park range: 35788..53682 Park count: 17894 [ 7] Park range: 125258..143152 Park count: 17894 [ 11] Park range: 196833..214726 Park count: 17893 [ 0] Park range: 0..17894 Park count: 17894 [ 6] Park range: 107364..125258 Park count: 17894 [ 15] Park range: 268405..286298 Park count: 17893 [ 3] Park range: 53682..71576 Park count: 17894 [ 12] Park range: 214726..232619 Park count: 17893 [ 23] Park range: 411549..429442 Park count: 17893 [ 13] Park range: 232619..250512 Park count: 17893 [ 8] Park range: 143152..161046 Park count: 17894 [ 14] Park range: 250512..268405 Park count: 17893 [ 20] Park range: 357870..375763 Park count: 17893 [ 1] Park range: 17894..35788 Park count: 17894 [ 18] Park range: 322084..339977 Park count: 17893 [ 10] Park range: 178940..196833 Park count: 17893 [ 16] Park range: 286298..304191 Park count: 17893 [ 9] Park range: 161046..178940 Park count: 17894 [ 19] Park range: 339977..357870 Park count: 17893 [ 21] Park range: 375763..393656 Park count: 17893 [ 22] Park range: 393656..411549 Park count: 17893 [ 5] Park range: 89470..107364 Park count: 17894 [ 4] Park 71576 proof fetch failed for f7[715760013] local(13) = 715893389 ( 0x000000002aabaa8d )

LeroyINC commented 1 year ago

I also tried this with zero compression and the bladebit validation still failed.

LeroyINC commented 1 year ago

Tried this again with Alpha 4 -- same issue