3

I try to get a stack trace of an memory allocation by using windbg command:

!heap -p -a <allocation address>

The stack trace is collected by configuring my application to run with app verifier.

I get a stack trace but it is too short.

Is there a way to increase number of stack frames collected by app verifier ?

Thanks.

lejarak
  • 31
  • 1
  • There is config for that, might have something to do with it. Gflags.exe, Image File tab, Stack Backtrace setting. – Hans Passant Dec 22 '14 at 16:52
  • @HansPassant that setting sets the stack trace database size, I think here the issue is with windbg truncating the output rather than a stack trace file size – EdChum Dec 22 '14 at 16:55

0 Answers0