valgrind
Chances of memory leak when valgrind says no memory leak
My Ccode does not show any memory leak while checking with valgrind. But when i integrate that code with another system, which has its own memory management but of course callsmallocfor allocating mem[详细]
2023-04-08 00:08 分类:问答Valgrind program is crashing Bad permissions for mapped region at address
I am trying to run my program to check memory leaks in my program but whenever I start my program I am getting[详细]
2023-04-06 22:54 分类:问答Kcachegrind/callgrind is inaccurate for dispatcher functions?
I have a model code on which kcachegrind/callgrind reports strange results. It is kind of dispatcher function. The dispatcher is called from 4 places; each call says, which actual do_J function to run[详细]
2023-04-06 09:34 分类:问答Analyzing a OSx UI Application in Valgrind
I am new to OSX development, I had a question regarding running valgrind 3.6.1 on mac osx : 10.6.8 I was trying to analyze a GUI application using valgrind; However, From a console the GUI applicatio[详细]
2023-04-06 02:01 分类:问答How to debug heap corruption on armv5
I am on linux on an embedded dev开发者_如何学编程ice. My architecture is armv5. My fairly large (~30kloc) has some kind of heap corruption that happens over time.[详细]
2023-04-05 19:22 分类:问答gdb and valgrind within a makefile
I have a very basic question. I did look around like over here http://www.cs.cmu.edu/~gilpin/tutorial/ but still doubtfull..[详细]
2023-04-05 10:29 分类:问答Valgrind errors on simple C string functions
Let\'s consider this simple test program: #include <stdio.h> #include <string.h> int main(int argc, char *argv[])[详细]
2023-04-05 08:42 分类:问答Memory leak in the following C code
For the following sample of code there is memory leak. How can we prevent memory leak in the following case:[详细]
2023-04-05 00:39 分类:问答Alternative to valgrind (memcheck) for finding leaks on linux? [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-04 21:34 分类:问答strstr valgrind error
I need some help with char* initialization and strstr in C. This is the general issue: I have a function func1[详细]
2023-04-03 02:19 分类:问答