High non-paged pool with no stack specified

0

So, I followed a guide https://superuser.com/a/988819/662442 to trace a non-paged leak of 4Gb of RAM. In vain. After loading symbolds, no stack is shown for my tag. I can't find any clue as to what to do next.

WPA

taskmgr

Alex Timofeev

Posted 2016-11-10T19:15:02.710

Reputation: 11

any update on the issue? – magicandre1981 – 2016-11-15T05:11:02.260

Answers

0

This means that the allocations were done outside of the trace. Do a rightclick on the columns in WPA and add the Type and move AIFO (allocated in trace but not freed inside the trace) to the front as you can see in my picture:

enter image description here

Those allocations will show a stack.

magicandre1981

Posted 2016-11-10T19:15:02.710

Reputation: 86 560