... 5.1.0 should work fine on Solaris. Another option is using Solaris' builtin watchmalloc, which can detect some things dmalloc can't, but can't detect some...
Howdy: Feature release up on the download sites. Added a number of logfile expansion % strings: %u in the logfile path expands to getuid() output. %h expands...
Question for all of those shared library users out there. Most of my dmalloc usage is with statically linked binaries and I know that my shared library usage...
Hello all: I am trying to compile my program with dmalloc, but I just cant get the makefile to work right. Since I am new with make this is difficult for me. I...
... ^ Append -ldmalloc to this line ... ^ The bottom 3 lines need to be on one long line, or multiple tab-indented lines with trailing \ continuation...
At the top of dmalloc.h, there's a test that determines the return type of all the wrapped functions. It ends up setting DMALLOC_PNT to void* in the C++ case....
1056945713: 13217: not freed: '0x80f5008|s1' (12346 bytes) from 'ra=0x4034b2cb' Hi I'm getting these lines in my logfile and I want to know where this return...
Dear All, Has anyone else tried porting dmalloc to the new release of Max OS X? (10.2.6) I can ./configure and compile ok (though the new gcc 3.1 preprocessor ...
Howdy: Bug fix release up on the download sites. Fixed a problem with macro arguments in the dmalloc.h not being enclosed in parenthesis. Also fixed a...
Hi all, I have a program that use threads and a lot of mallocs that sometimes crashes, I try to use dmalloc to see if I can catch the problem but when I try to...
... First off, you should do the -a on the 0x80f5008 address NOT the ra address. ... This may be inside of a system library which does not have symbols loaded...
This program created some threads, do a work, and when stopping calls this function: int i; pthread_mutex_lock(&appStopMutex); /* Send information to all the...
I'm having trouble getting dmalloc to work on Gentoo linux. When I run a program statically linked with dmallocth, I get an immediate segfault at malloc.c:983...
Hey: So there's been a long standing problem with using dmalloc under cygwin because of the use of getenv in malloc(). As far as I have been told, cygwin goes...
[ First off, after putting up with spam for a while, I've turned the dmalloc list into a moderated one. Unfortunately, pending messages were stuck in the...
Howdy: Bug fix release up on the download sites. The big fix is a resolution (hopefully) to the function argument checking. Please let me know ASAP if you...
dmalloc is pretty portable and architecture neutral. You might have a problem or two with overriding the libc versions of malloc (not very likely, but could...
... Good one. Stupid of me. Fixed in the mainline. I just replaced all instances of environ in process_env (dmalloc_argv.c:2896) to env_val. ... Well it...
I've noticed that dmalloc will be able to report mallocs made by internal glibc functions. (In particular, calls like setprotoent()). glibc does free them, as...
Howdy: So I have [finally] started the process of migrating off of Yahoo groups. When I started using egroups, they were lightweight and full featured. The...
[ This message has been posted at the new Dmalloc forums. Please visit the following URL to see the discussion. http://dmalloc.com/forums/topic_show.pl?tid=40...