Tagged Questions
The gflags tag has no wiki summary.
1
vote
1answer
105 views
Why don't you get full stack traces when enabling the user mode stack trace?
I'm troubleshooting some memory fragmentation problems and I've been trying to figure out why things are being allocated and who's ultimately doing the allocation. So I enabled usermode stack traces ...
1
vote
5answers
149 views
new object causes corruption on the heap
I've been struggling with a heap corruption problem for a few days. I was first warned by the vs 2005 debugger that I may have corrupted the heap, after deleting an object I had previously new'ed. ...
1
vote
2answers
363 views
Process memory increases much faster with gflags +ust
I've got stuck in a problem with gflags when trying to find some memory leaks in a windows app.
When I turn on the ust flag (in order to collect memory allocations stack traces) the memory of my ...
0
votes
0answers
34 views
Looking for heap corruption: does ths message mean that the error is located here?
I am using gflags.exe from the windows SDK to find the source of heap corruption. I have set it to "Enable Page Heap" on my program so that (if I understand well) it breaks at the moment where a heap ...
0
votes
0answers
54 views
using python gflags to take in a list of ints
I am using a python script and gflags to iterate over a list of possible config values for a project, write them to configuration files, and run the project.
I'm currently doing this using something ...
0
votes
0answers
197 views
AccessViolationException using gflags and windbg
After enabling page heap with gflags our windows services, we are able to get an AccessViolationException and a corresponding dump. Running !dumpstack -EE gives the following -
MANAGED_STACK: ...
0
votes
2answers
227 views
Why does Loader Snaps not work when attaching to a process?
When I configure GFlags to show loader snaps on an image MYEXE.exe and run the executable from windbg I get loader snaps output in the debug window. But when I use windbg to attach to the process ...