The MASM Forum

Projects => Rarely Used Projects => GoAsm => Topic started by: shankle on July 21, 2014, 07:22:56 PM

Title: StackHash_b8ce
Post by: shankle on July 21, 2014, 07:22:56 PM
Getting this error when trying to convert a masm32 program to GoAsm 64.bit.
       Stack_Hash_b8ce
      Coooo374

It might be caused by "data execution prevention" in windows 7 pro 64-bit.
I tried to turn it off but could not.
 
Title: Re: StackHash_b8ce
Post by: qWord on July 21, 2014, 11:46:42 PM
What kind of answer do you expect?
Title: Re: StackHash_b8ce
Post by: Gunther on July 22, 2014, 12:14:46 AM
Quote from: qWord on July 21, 2014, 11:46:42 PM
What kind of answer do you expect?

Right. We would need a piece of code to check that issue.

Gunther
Title: Re: StackHash_b8ce
Post by: dedndave on July 22, 2014, 12:52:09 AM
error 0xC0000374 indicates heap corruption, if that helps
Title: Re: StackHash_b8ce
Post by: shankle on July 22, 2014, 02:06:25 AM
Please disregard problem solved.