Menu

Stack Smashing Detected error during snapraid fix

Help
2022-08-02
2022-08-03
  • Bob Schnider

    Bob Schnider - 2022-08-02

    I've had two drives fail in my array, fortunately I have 5 parity drives, so I should be good to recover data that was lost. However when I run the snapraid fix command:
    snapraid -d d1 -d d13 -l /tmp/snapraid-disk13-fix.log fix

    It runs for about an hour successfully recovering many files, but then give me this error:
    *** stack smashing detected ***: terminatedPU

    It's terminating the fix process, and it keeps happening. Any ideas?

     
  • TooMeeK User

    TooMeeK User - 2022-08-03

    Probably caused due to protection mechanism that detect buffer overflow errors, but dunno the cause, Out-of-memory during recover? Try fixing independent disks one by one.

    snapraid fix -d1 -l/tmp/snapraid-disk1-fix.log
    snapraid fix -d13 -l/tmp/snapraid-disk13-fix.log
    
     

Log in to post a comment.