Penguin
Diff: CommonProgrammingBugs
EditPageHistoryDiffInfoLikePages

Differences between version 2 and revision by previous author of CommonProgrammingBugs.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 2 Last edited on Friday, June 13, 2003 8:34:59 pm by JohnMcPherson Revert
Older page: version 1 Last edited on Friday, June 13, 2003 4:37:49 pm by PerryLorier Revert
@@ -27,5 +27,10 @@
  
 Other neat tools for diagnosing memory errors are: 
 * valgrind 
 * electric fence 
+* mmgr (works well with C++)  
+* [mcheck] (part of libc6-dev)  
+* [LD_DEBUG] environment variable  
+* printf(3)  
+* catchsegv (prints the backtrace of a program that segfaults) - don't forget to compile with "-g" if you want file names and line numbers  
 * <add a neat tool you know of here>