mandiant / gocrack

GoCrack is a management frontend for password cracking tools written in Go
MIT License
1.12k stars 240 forks source link

double free or corruption #54

Closed jmmcatee closed 5 years ago

jmmcatee commented 5 years ago

I have gocat running with Hashcat 5.1 with a few tweaks other have done and everything run alright until any of the destroy functions are called. At this point I get either "double free or corruption" or a "free(): corrupted unsorted chunks:" error. Anyone seen this before or have any idea what this could be? Everything works, including password cracking up to this point.

jmmcatee commented 5 years ago

It appears this issue is resolved if you do not call the hashcat destroy functions within a defer. Not sure why that matters.

Dreikana commented 4 years ago

Hi, please could you expand on that? I am having the same problem in many PCs