Hi - I'm using dmalloc for the first time, and I'm having trouble interpreting the error at the end of this log: 1016122683: 2351: Dmalloc version '4.8.2' from...
(no author)
Mar 14, 2002 4:45 pm
369
Hi, I was getting an error 49 for dmalloc, so I increased the BLOCKS in the conf.h to 14...recompiled and re-compiled my program and re-ran things but now my...
... I don't think it is hanging but a very memory intensive application might take a _while_ to run. You might want to added a -i (--interval) of 100 or...
Is there any later release in the works? I'm on linux, and so far I've noticed the following gotchas: 1. Thread safe shared lib building is broken. 2. The...
Hello again, I noticed that in the libdmallocxx*.so libs the dmallocc.o is not linked in, thus new, new[], delete, delete[] are not included. Regards, Harri...
Hi, ... The option to have the process-pid and maybe also the process name as part of the the log file name would be very useful for us. Will this be actually ...
Michael Mueller
michael_p_mueller@...
Apr 4, 2002 9:10 am
374
Hello! I have what's probably a beginner's problem: every time I run dmalloc gps chk it kills my xterm (actually a xwsh on an old sgi). Please tell me what I'm...
Charles E. Campbell
cec@...
Apr 11, 2002 9:17 pm
375
... I assume that chk screws with the terminal modes? Looks like dmalloc is toggling a core dump in the program and when it returns to the shell the terminal...
... Never mind -- it was the exec call... Regards, Charles Campbell -- Charles E Campbell, Jr, PhD _ __ __ Goddard Space Flight Center...
Charles E. Campbell
cec@...
Apr 12, 2002 1:21 pm
377
Hello. :) I have installed dmalloc. everything seems fine after installation. but I dun seem to able to get the logfile. According to the section - "Some...
I cant seem to get the logfile. Does it have anything to do with enabling the "log-unknown"token? I tried to enable it by typing: dmalloc -p log-unknown ...
I have noticed the following problems when trying out dmalloc 4.8.2 under Linux 2.4.18 recently. 1. documentation mentions dmalloc_debug_setup() and...
Hi All, I am using the libdmalloc.so library for my application complied for mips processor. I am compiling all my application source code(c files) with ...
Sarita Kumari
sarita76dr@...
May 6, 2002 3:40 pm
382
I am using dmalloc 4.8.2 on a SuSE 7.3/x386 Linux system running gcc 2.93.3. It seems that g++ makes a malloc(0) call when throwing an exception. This causes...
Thanks for the response. I am aware that malloc(0) is valid under GNU Linux I looked at the dmalloc documentation, but didn't see an option for disabling the...
Sorry, I was thinking of free(0), which can be enabled/disabled by an environment variable. malloc(0) seems to be compile time only option. settings.h...
Thanks. Changing #define ALLOW_ALLOC_ZERO_SIZE 0 to #define ALLOW_ALLOC_ZERO_SIZE 1 in settings.dist and reinstalling dmalloc eliminated the unwanted dmalloc...
I'm trying to build dmalloc in QNX- heck, it's made. Sadly "if you build it, it will run" does not hold. After changing the declaration of cfree to match the...
Hi all, I am using dmalloc library with my program. The program(tagctrl) is working fine without library but when used with dmalloc library it dumps core for...
... Sounds like there's a clash with the dmalloc func of the same name in the C runtime. The best/only way to fix it is to replace "heap_alloc" in the dmalloc...
I subscribed to this list long ago. I am actively using dmalloc.. How do I unsbuscribe from this list?? Thanks ... from 322 to 87 in _salloc.o ... Sounds like...
Khoach Nguyen
kngu@...
May 24, 2002 5:40 pm
391
Hey: So I've been trying to find a good replacement for the stupid Yahoo Groups for a while now. My requirements: - Unix based (my server runs on FreeBSD...
Hi, If you are interested, we would be able to develop,test and host such a solution for you. This can be done for free/ minimum cost. We do not want any...
Gaurav Pandey
Gaurav@...
May 27, 2002 3:21 am
393
Hi, I am new to dmalloc and have successfully installed the latest version from source (and read the docs). However I am still stuck since whatever I try, I am...
Joachim Bauernberger
jbauernberger@...
May 28, 2002 9:30 pm
394
Hi, Not sure if I found a bug or what :-)): In error.c is the following declaration of _dmalloc_logpath: /* logfile for dumping dmalloc info, DMALLOC_LOGFILE...
Joachim Bauernberger
jbauernberger@...
May 29, 2002 10:27 pm
395
Thanks for your help. I changed the name of _heap_alloc and it now builds under QNX. make tests; make light ran for a while before giving me this- Random seed...
Hi, I have several logentries looking like this: 1023133053: 413: S0:AaddaddaSddSUUdSUUUFSUUUSUUUUSUUUUFfFffffffff___________________________ Could somebody...
Joachim Bauernberger
jbauernberger@...
Jun 3, 2002 8:07 pm
397
Hi, I am running a multi-threaded app in C++ (g++) on Solaris 2.8. When I link the dmalloc library in, it generates a fence-post overwrite error INSIDE the...