hashcat Forum
malloc(): memory corruption error! - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Developer (https://hashcat.net/forum/forum-39.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-40.html)
+--- Thread: malloc(): memory corruption error! (/thread-11396.html)



malloc(): memory corruption error! - WeiCoer - 04-24-2023

When I using
Code:
pthread_create()
to run hashcat in single thread, hashcat can normally execution when it's stataus are  Initilizing, Autotuning and Selftest. When Running' however, I got the 
Code:
malloc(): memory corruption
error!

This error message follows 
Code:
[s]tatus [p]ause ypass [c]heckpoint [f]inish [q]uit =>
strings.

If anybady has suggestions, thansk for your comments.


RE: malloc(): memory corruption error! - Snoopy - 04-24-2023

(04-24-2023, 03:20 PM)WeiCoer Wrote: When I using
Code:
pthread_create()
to run hashcat in single thread, hashcat can normally execution when it's stataus are  Initilizing, Autotuning and Selftest. When Running' however, I got the 
Code:
malloc(): memory corruption
error!

This error message follows 
Code:
[s]tatus [p]ause ypass [c]heckpoint [f]inish [q]uit =>
strings.

If anybady has suggestions, thansk for your comments.

why you dont use the buildin option for that?

--cpu-affinity
Str  | Locks to CPU devices, separated with commas
--cpu-affinity=1,2,3

you may have to use this together with options -D1 -d1 to work properly