hashcat Forum

Full Version: malloc(): memory corruption error!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
(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