miniZ-miner / miniZ

37 stars 1 forks source link

Watchdog does not restart MiniZ 2.3c after chronic crashes #36

Open Aurum420 opened 8 months ago

Aurum420 commented 8 months ago

Mining on Intel i9 CPUs and Nvidia Ampere, Turing and Pascal frequently crashes for a variety of reasons. MiniZ 2.3c does not restart because it has no Watchdog. Errors that crashed MiniZ:

  1. corrupted size vs. prev_size, Aborted (core dumped)
  2. CUDA error 77 'misaligned address' in line 393
  3. double free or corruption (!prev), Aborted (core dumped)
  4. free(): invalid next size (fast), Aborted (core dumped)
  5. [Fatal] CUDA error 700 'unrecognized error code' in line 346
  6. CUDA error 6 'the launch timed out and was terminated' in line 393
  7. CUDA error 77 'an illegal memory access was encountered' in line 393 Please add Watchdog to keep MiniZ running.