Hi, I have have been a happy user of dmalloc for the last several years. I just installed a new system with Mandrake 7.0, and installed dmalloc 4.6.0, but...
Niels Baggesen
nba@...
Jun 26, 2000 6:31 am
175
Niels> I just installed a new system with Mandrake 7.0, and installed Niels> dmalloc 4.6.0, but "make light" died with a SIGSEGV in dmalloc_t. ... Niels> $ gcc...
Skip Montanaro
skip@...
Jun 26, 2000 2:15 pm
176
Hi , I have installed dmalloc-4.6.0 on AIX 4.3. I could not able to compile "make light" "make heavy" the following compilation error for make light. ...
Shrikanth Gangoor
gangoor@...
Jun 27, 2000 5:41 pm
177
Hi , I am using dmalloc 4.6 Please Can any one explain in breaf.. how can i use dmalloc for external source (C-programs)... Without including dmalloc.h into...
Shrikanth Gangoor
gangoor@...
Jun 27, 2000 8:14 pm
178
Hi , I have installed dmalloc-4.6.0 on AIX 4.3. I am compiling test.c code... I have included dmalloc.h in test.c .. But I am facing following problems!! I ...
Shrikanth Gangoor
gangoor@...
Jun 28, 2000 3:26 am
179
... You must add -ldmalloc to your cc command ... The library will work without recompiling, just link with it. But you will not get symbolic references with...
Niels Baggesen
nba@...
Jun 28, 2000 8:10 am
180
Hi, Thease are dmalloc setting ***************************** For a list of the command-line options enter: dmalloc --usage Debug-Flags 0x14e40583 (350487939)...
Shrikanth Gangoor
gangoor@...
Jun 29, 2000 5:44 am
181
I am having trouble building dmalloc on a HP. gcc -v: Reading specs from /home/urban/local/hp/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.96/specs gcc version 2.96...
'David Scott Urban
urban@...
Jun 30, 2000 4:33 pm
183
Hi I'm having problems installing dmalloc libraries on my SGI 02 machine running IRIX 6.5. The configure script runs fine, but I get the following errors when...
Satheesh
gsatheesh@...
Jul 21, 2000 8:34 pm
184
Hi, There must be something wrong either with me or the heap-check. Or, is ihis normal behavior? This is the program I'm testing (gcc 2.95.2, Red Hat 6.1): int...
ilppi@...
Jul 24, 2000 3:36 pm
185
Try #include <dmalloc.h> main() { char *t; t = (char *) malloc(1000); } As your test program you return one allown did not use any Xalloc functions so probably...
James Hawtin
oolon@...
Jul 24, 2000 4:19 pm
186
Hey: Released 4.7.0 yesterday but fixed a bug today so hence the 4.7.1. Available on the releases page: http://dmalloc.com/releases/ Specific ChangeLog entries...
gray.egroups@...
Jul 25, 2000 4:35 pm
187
In msg #173, James wrote how to apply a patch to dmalloc v4.6.0 I downloaded v4.7.1 (current) and not sure how to make this work. Could anyone here helps as to...
gazit@...
Aug 2, 2000 12:34 am
188
I will do a rework of this patch against 4.7.1 as some people seem to like it. Hopefully I will mail it out today. James...
James Hawtin
oolon@...
Aug 2, 2000 9:53 am
189
Here is a rework of my cxx diff for version 4.7.1 Its attached and called cxx_dmalloc-4.7.1.diff
The only real change is I "improved" the constness of things...
James Hawtin
oolon@...
Aug 2, 2000 10:56 am
190
Any chance this or similar will make it into dmalloc offical? There must be dozens of c++ patches to dmalloc kicking around - I have my own hackings too. Would...
Neil McGill
nmcgill@...
Aug 2, 2000 11:03 am
191
The reason for the D_NEW and not NEW (which I had used previously) was people pointed out it was quite likely to be picked by other developers as a function or...
James Hawtin
oolon@...
Aug 2, 2000 11:13 am
192
... Recursive macro definition. Smell bad. No No No! Another reason for D_NEW over new is that code that is already compiled and linked (i.e. template...
Eric Mitchell
emitchell@...
Aug 2, 2000 3:02 pm
193
Hi: I've got a threaded C++ app (actually, several) spread across many source directories. (And it leaks badly.) I read in the documentation you can use either...
Stuart Dole
srd@...
Aug 4, 2000 12:32 am
194
Hi again: Seems to be a pretty quiet group! I still have not been able to create a log file. After much mucking around, I have linked my C++ multi-threaded app...
Stuart R Dole
srd@...
Aug 4, 2000 10:42 pm
195
Because delete(0) and delete[](0) are allowed in the ISO C++ standard, we should probably modify the definition of operator delete and delete[] to somehow cope...
Eric Bourque
ericb@...
Sep 4, 2000 11:29 pm
196
Hi, I've just grabbed a copy of dmalloc and started trying to make it work on an unsupported computer system. This is a rather non- standard computer and I've...
Ian Badcoe
ianb_ow@...
Sep 11, 2000 10:56 am
197
Dear Garry watson / all Same pice of code is working fine with AIX OS . But I found that there is memory leak one my modules by calling : eg: After keep on...
Shrikanth Gangoor
gangoor@...
Sep 13, 2000 6:20 am
198
... It is. ... This is bad. Bug. You should enable FREED_POINTER_DELAY in settings.h or apply the following patch. ... *************** *** 1238,1244 **** } ...
Gray Watson
gray.egroups@...
Sep 13, 2000 7:14 pm
199
... From the Troubleshooting Common Problems section of the manual: `I don't see any information about my non-freed (leaked) memory?' The library will not (by...
Gray Watson
gray.egroups@...
Sep 13, 2000 7:16 pm
201
Hi, Installed version dmalloc-4.7.1-1 on Linux system using rpm, and followed the instructions, including the shell command: "dmalloc -l mydmalloc.log -i 10...
jonathan@...
Oct 4, 2000 3:12 pm
202
Your interations are too low ... try this #ifdef DMALLOC extern unsigned long _dmalloc_check_interval; #endif main() { #ifdef DMALLOC ...
James Hawtin
oolon@...
Oct 4, 2000 4:08 pm
203
... Unfortunately, dmalloc_debug does not initialize the library. The 1st allocation will do that. This is counter-intuitive and will be fixed in the next...
Gray Watson
gray.egroups@...
Oct 4, 2000 7:01 pm
205
... I got round that one by mallocing 1 byte and freeing it at the beginning of the program to initalise dmalloc. James...
James Hawtin
oolon@...
Oct 5, 2000 10:11 am
206
I was hoping to include dmalloc on our RedHat Linux 7.0 with VA Linux Enhancements load. Unfortunately, when I went to build it, I discovered that the pre-3.0...