chia-plotter icon indicating copy to clipboard operation
chia-plotter copied to clipboard

terminate called after throwing an instance of 'std::runtime_error' what(): thread failed with: small_delta >= 256 (826761134)

Open MinerGuy62 opened this issue 2 years ago • 6 comments

I updated this morning and the error just started occuring over the past few days.

I see there was another updated listed a couple of hours ago.

Is this NVME related or something else?

MinerGuy62 avatar Aug 24 '21 22:08 MinerGuy62

It always seems to occur during the P3 phage

MinerGuy62 avatar Aug 24 '21 22:08 MinerGuy62

Usually it's a RAM or drive failure

madMAx43v3r avatar Aug 26 '21 14:08 madMAx43v3r

I'm having same issue - /chia-plotter# ./build/chia_plot -n -1 -r 16 -t /mnt/amir/ -d /mnt/negn/ -c xch1******* -f 821a****** >Log_8-29-21_1204pm.log terminate called after throwing an instance of 'std::runtime_error' what(): thread failed with: thread failed with: fwrite() failed Aborted (core dumped)

did not have this problem until updating, ran a memtest no issues

trydenfeld avatar Aug 29 '21 17:08 trydenfeld

I was experiencing this but realized I didn't remount the ramdisk after rebooting

sudo mount -t tmpfs -o size=110G tmpfs /mnt/ram/

dadatuputi avatar Aug 29 '21 20:08 dadatuputi

I'm not using a ramdisk

trydenfeld avatar Aug 29 '21 20:08 trydenfeld

I'm not using a ramdisk

You have a different error: fwrite() failed

Make sure disks are not full.

madMAx43v3r avatar Aug 30 '21 11:08 madMAx43v3r