This is a discussion on questions Domain name and host name relation, and memory leak detection within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hello everyone, I just rescently got myself a domain name. I was curious if I could specify that domain ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello everyone, I just rescently got myself a domain name. I was curious if I could specify that domain name for my slack box domain name as well. Will this work. I am thinking that the domain name for my network is just that for my private subnet. About detecting memory leaks. How would I go about gathering the proper information for an app that I suspect has a memory leak. I'm talking about Pan here. If I load a group with alot of headers, my machine slows to a crawl, and is pretty much unuseable untill either pan crashes, or recovers itself. I've done a bit of research, and it might be related to how pan caches articles, but I'm not 100% sure. Thank you for the help |
| ||||
| On Wed, 15 Dec 2004 23:18:48 +0000, Mykil X wrote: > I just rescently got myself a domain name. I was curious if I could > specify that domain name for my slack box domain name as well. Yes. > About detecting memory leaks. How would I go about gathering the proper > information for an app that I suspect has a memory leak. 1) malloc debugging: export MALLOC_CHECK_=2 2) custom malloc(3) hooks: http://tinyurl.com/4j3223 3) valgrind: http://valgrind.kde.org/ HTH -- Jakub Jankowski shasta AT spam DOT atn DOT pl |