> There exists good tools for finding memory leaks (Purify is a VERY good > commercial one), and on most (if not all?) unix systems there exists a program > called lint, that can give warnings about memory allocations not freed. There is a program called dmalloc that does about the same. It can tell you where memory was allocated that wasn't freed after the program was shutdown (source file and line number). It's fairly easy to trace large leaks this way. dmalloc can be found at: ftp://ftp.letters.com/src/dmalloc Greetings, Remko ------------------------------------------------------* Remko M. Wiersma Student Computer Science at the University of Twente e-mail: ia_remko@cs.utwente.nl wiersmar@cs.utwente.nl or WWW: http://www.cs.utwente.nl/~wiersmar (but it's OLD!) *---------------------------------------------- The secret of success is sincerity. Once you can simulate that, you've got it made! +-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | +-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/07/00 PST