... I'm seeing this too. Here's a stack trace from dmalloc_t on Tru64 (compiled with /bin/cc). Could random() be trying to malloc something? (ladebug) where ...
... .. and the answer is yes :) Here's a stack trace from Solaris 2.7. A little googling for _randomjunk got me this URL, which is most likely exactly what's...
... ... Okay, sometimes I'm smarter than the average bear and other times... I'm not. I should have guessed that random() on some architectures uses malloc. ...
... Hello, Good news: 5.0.2 does its job on all platforms that I tried here: Tru64, Solaris, HPUX, Irix and even ancient Ultrix. Seems like you fixed it....
Bert Deknuydt
deknuydt@...
Jun 5, 2003 12:44 pm
486
Howdy: Fixed a recusion problem with random() on some architectures and improved some of the auto-configuration and testing. Release notes here: ...
Howdy: PLEASE UPGRADE. This probably should be a patch release because I've found and fixed a number of problems with the 5.X.X tree. Specifically, dmalloc...
... 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...