Memory Management Debugger

Edit Package valgrind
http://valgrind.org/

Valgrind checks all memory operations in an application, like read,
write, malloc, new, free, and delete. Valgrind can find uses of
uninitialized memory, access to already freed memory, overflows,
illegal stack operations, memory leaks, and any illegal
new/malloc/free/delete commands. Another program in the package is
"cachegrind," a profiler based on the valgrind engine.

To use valgrind you should compile your application with "-g -O0"
compiler options. Afterwards you can use it with:

valgrind --tool=memcheck --sloppy-malloc=yes --leak-check=yes
--db-attach=yes my_application, for example.

More valgrind options can be listed via "valgrind --help". There is
also complete documentation in the /usr/share/doc/packages/valgrind/
directory. A debugged application runs slower and needs much more
memory, but is usually still usable. Valgrind is still in development,
but it has been successfully used to optimize several KDE applications.

Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename Size Changed
0001-Bug-397187-s390x-Add-vector-register-support-for-vgd.patch 0000017709 17.3 KB
0001-Bug-400490-s390x-Fix-register-allocation-for-VRs-vs-.patch 0000003206 3.13 KB
0001-Bug-400491-s390x-Sign-extend-immediate-operand-of-LO.patch 0000001668 1.63 KB
0001-Bug-402519-POWER-3.0-addex-instruction-incorrectly-i.patch 0000012272 12 KB
0001-s390x-more-fixes.patch 0000002056 2.01 KB
Implement-emulated-system-registers.-Fixes-392146.patch 0000013912 13.6 KB
armv6-support.diff 0000000302 302 Bytes
jit-register-unregister.diff 0000007321 7.15 KB
valgrind-3.14.0.tar.bz2 0016602858 15.8 MB
valgrind.changes 0000041428 40.5 KB
valgrind.spec 0000011985 11.7 KB
valgrind.xen.patch 0000104761 102 KB
Latest Revision
buildservice-autocommit accepted request 672987 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 42)
baserev update by copy to link target
Comments 0
openSUSE Build Service is sponsored by