malloc(): memory corruption error!
#2
(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
Reply


Messages In This Thread
malloc(): memory corruption error! - by WeiCoer - 04-24-2023, 03:20 PM
RE: malloc(): memory corruption error! - by Snoopy - 04-24-2023, 04:09 PM