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() Code: malloc(): memory corruption This error message follows Code: [s]tatus [p]ause ypass [c]heckpoint [f]inish [q]uit => 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 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 |