I don't know whether this is a problem with dmalloc, or just something I'm doing wrong in my code. ... #include <stdio.h> #include <strstream.h> #ifdef DMALLOC...
Yes, I know "delete(0)" is supposed to be a noop. What does this have to do with GNU? And what pointer exactly is NULL? I tried doing something odd like...
HPUX 11.0, dmalloc 4.8.2 with the cxx_dmalloc-4.8.2.diff patch applied. There's a comment in conf.h that says: * NOTE: the value will never be auto-configured...
I am having trouble getting the module name and line number to appear in the logfile when I debugg my C++ code. On the positive side I have done the following:...
Daniel Grau
grau@...
Nov 15, 2001 6:41 pm
346
You need the separate C++ patch. I don't have a pointer to it at the moment, but there have been some messages posted about it not too long ago. Look at the...
Dear all, I'm getting error 46: "external sbrk too large, cannot be handled" with release 4.8.2 on a Linux (RedHat 6.2) dual processor. The library compiled...
... This is basically an internal limit problem. You can do an end run around it by increasing the BASIC_BLOCK setting in the conf.h file. I need to rewrite...
Hi, I'm new to using dmalloc but have read the info pages and searched the archives and couldn'd find anthing relative to my problem... so if this is redundant...
... Sounds like dmalloc has caught a problem you didn't know was there Ray. :-) Malloc libraries often allocate more memory than you ask for due to efficiency...
Hi, I've been using dmalloc to rid my multi-threaded, dlopen() using app and it's been wonderful so far. I've been able to eliminate every leak where I...
Hi Guys, I just started using dmalloc and I'm getting some strange results on an HPUX machine. I'm not sure if I'm doing something wrong or if I don't...
Hi, i am trying to trace the location of a memory leak in my program. Dmalloc gives me the founction (say A ) which make the call to malloc. I want to trace up...
Sorry for the delay. ... This is probably memory associated with stdin/out/err or some such. There are usually system resources which are not freed or are...
Seems like building the thread safe shared libs is broken. On Linux, gcc-2.95.2 I tried: ./configure --enable-threads make threads It compiled everything with...
Is it possible to ask dmalloc to return the total allocated memory at a given point in a program? preferably by inserting a call (to dmalloc) in the program...
I'm using dmalloc 4.8.2 on Mandrake 8.1 to debug a small C library I'm writing (the library fakes large files on systems that don't have them). In addition to...
... Hrmm. It does look like it should be fine. The only way for the ERROR_NOT_IN_HEAP (21) is generated if the pointer is out-of-bounds of the range set by...
Hi,
I have problems using dmalloc 4.8.2 (including a 4.8.1 patch for using
new operators with the file-line-number) on mandrake linux 8.0.
I compiled my...
... I suspect that the library is trying to segfault. Any internal errors such as the above indicate that something is trashing the dmalloc structures. I'd up...
Yo: In case anyone cares, I just released version 1.1.0 of my diskheap library which provides heap functionality on disk. It allows you to: diskheap_store -...
[ Please do not respond to the list on this issue. Rather please send me mail directly with your comments. Thanks. ] So when I initially created the group...
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...