The dr-memory tag has no wiki summary.
1
vote
1answer
27 views
Is it feasible to record a program state in Valgrind/DrMemory and then restore that?
I have a program that loads a big chunk of data at startup. That takes up a rather long time and therefore creates an overhead when running Valgrind (memcheck)/DrMemory. So when invoking the program ...
0
votes
2answers
111 views
Why does my program only work in the debugger?
I'm using Dr. Memory for memory debugging of a C program I wrote today. This program, compiled with MinGW's gcc only works when I run it from the debugger gdb, so I'm assuming its a memory error. The ...