And on x64, the same code works fine, produces a full stack. What could be the problem? Maybe someone faced a similar problem?

Frame pointer ommision is naturally turned off in both cases.

  • And the code with suffix 64 should work on 32 bits? - VTT
  • In this case, it does not matter. Glitches begin even before it reaches the code with suffix 64. - George Krainov
  • And how much less? framesCount = 63? - goldstar_labs
  • one
    under 64 bits, people thought and made it so that the stack could be unambiguously deployed. Under x86, this is not always possible. And very often the stack unfolding functions are “guessing at the coffee grounds”. - KoVadim

0