What is the best way to attack (search and destroy) a '_chunk_check: inconsistency with free linked-list' error? ... Free Web-based e-mail groups --...
Ragman
Ragman@...
Dec 8, 1998 3:30 am
41
Version 4.1.2 has been released. http://www.letters.com/dmalloc/ Fixed a bad bug which effectively had broken pthread support since (I think) version 4.0.0...
Gray Watson
gray@...
Dec 11, 1998 6:04 am
44
I didn't see this right off, so my apologies if it has already been covered. I tried running dmalloc 4.1.1 on UnixWare 7 with gcc 2.8.1. When it gets to...
Mark Steele
steelem@...
Dec 15, 1998 2:18 pm
45
How compatible is dmalloc with find memory leaks in C++ code (that has some regular C mixed in)? ... Free Web-based e-mail groups -- http://www.eGroups.com...
Shayne Grant
grants@...
Dec 15, 1998 5:02 pm
46
... It works, but it's harder - the source file and line generally aren't automatically found; you have to check the source address or run the output through a...
Randell Jesup
rjesup@...
Dec 15, 1998 8:17 pm
47
... output, a ... Oh hell. What a problem. I can't believe that UnixWare mallocs when a system call write is called. write is a system call correct? I have...
Gray Watson
gray@...
Dec 15, 1998 9:50 pm
48
I've seen the same thing on HPUX. Calling write earlier on fixed the problem. Tom ... Free Web-based e-mail groups -- http://www.eGroups.com...
Thomas Epperly
Thomas.Epperly@...
Dec 16, 1998 4:58 pm
49
... Hash: SHA1 Gray, I'm following the INSTALL instructions to put dmalloc on an HP 9000/HP-UX 10.20 box. 'configure' ran without a hitch. I then try the...
Lipscomb, Kevin
KLipscomb@...
Jan 12, 1999 3:20 pm
50
<pine.sun.4.01.9812050116490.12720-10000-@...> wrote: Original Article: http://www.egroups.com/list/dmalloc/?start=40 ... Did you ever get an...
chip@...
Jan 19, 1999 7:55 pm
51
... I thought I had mentioned this before on the list. Apparently not. There is an outstanding but with dmalloc which seems to be caused by the never-reuse...
Gray Watson
gray@...
Jan 19, 1999 8:01 pm
52
<3651b619.57ad252-@...> wrote: Original Article: http://www.egroups.com/list/dmalloc/?start=36 ... I just tried version 4.1.2 using the Cygwin version of...
stanton@...
Feb 4, 1999 11:27 pm
53
Hi I have downloaded the dmalloc and tried to install it on an aix machine.when i tried to install, all libraries didnot get installed and so i had to do them...
sudhir korrapati
s_korrapati@...
Feb 10, 1999 11:18 am
54
... Seems like it's time for dmalloc to adopt GNU libtool... http://www.gnu.org/software/libtool/libtool.html -- Alexandre Oliva...
Alexandre Oliva
oliva@...
Feb 10, 1999 11:26 am
55
Has anybody successfully built a version of Dmalloc for Sun Solaris 5.4? My compiles always fail and I can't get it to build. Thanks. -- Jim Norton ...
Jim Norton
jim@...
Feb 11, 1999 9:54 pm
56
I haven't upgraded dmalloc in a while... 4.1* doesn't build with -fPIC, so I doubt shared libraries work correctly... Marty Leisner ... eGroup home:...
Marty Leisner
leisner@...
Feb 14, 1999 10:29 pm
57
Has anyone installed dmalloc under SCO Open Desktop 5.0? My problems: 1. It seems like you have to use gcc instead of cc. On compile: "/usr/include/dmalloc.h",...
Jim Ward
jfw@...
Feb 25, 1999 5:19 pm
58
Well I finally got off my ass and registered dmalloc.com and moved all of the web pages to the new URL. http://www.dmalloc.com/ The old address will be bounced...
gwatson@...
Mar 4, 1999 3:47 am
59
... Excellent! ... Does this next version address the 'err 64' problem some of us have been seeing? (just curious :) ... eGroup home:...
Ragman
Ragman@...
Mar 4, 1999 2:19 pm
60
I've released a beta version of dmalloc 4.2.0. Couple of folks got it before I had caught some errors on my other test platforms. Please re-download it now. ...
Gray Watson
gray@...
Mar 8, 1999 8:11 pm
61
Turns out that the old link from the dmalloc home page was broken. Doh! In any case, there is a new version of 4.2.0-beta up on the web site. It fixes some...
Gray Watson
gray@...
Mar 9, 1999 4:48 pm
62
Version 4.2.0 of the Debug-Malloc dmalloc library has been released: http://www.dmalloc.com/dmalloc.tar.gz Thanks to those who commented on the various beta...
Gray Watson
gray@...
Mar 13, 1999 5:45 pm
63
Hi-- I'm trying to get a handle on dmalloc so that it gives me what I want. I'm using dmalloc 4.2.0 under Linux with gcc. Is there a way restrict dmalloc to...
glenn@...
Mar 16, 1999 11:13 pm
64
I'd like to get a feel for how many folks use the libdmalloc_lp.a library to be able to compile their programs with dmalloc.h included but while using the...
gwatson@...
Apr 5, 1999 4:49 pm
65
Hi, I don't get any file name or line number info, just the return address. Even with a small test program. If I use the Perl script it gives me file name and...
dmalloc@...
Apr 19, 1999 3:04 pm
66
Hi, I experience problems when I include dmalloc.h - but only if it is sitting in /usr/local/include. If I copy it to the local development directory, it...
egroups@...
Apr 19, 1999 3:24 pm
67
I get the following error: gesuna:~/software/debug/dmalloc-4.2.0 > make installshlib rm -f libdmalloc.so libdmalloc.so.t ld -shared -o libdmalloc.so.t -all...
egroups@...
Apr 19, 1999 3:33 pm
68
I've come across this problem. My .bashrc file has this command and it works fine with bash 1.x in RedHat linux: function dmalloc { eval `command dmalloc -b...
Paul E. Johnson
pauljohn@...
Apr 19, 1999 4:40 pm
69
<pid1631.1999.April.19.8:24.192061.@egroups.com> wrote: Original Article: http://www.egroups.com/list/dmalloc/?start=66 ... This problem is solved now. I went...
egroups@...
Apr 19, 1999 5:40 pm
70
configure looks quite normal - but I have the feeling that it gets the return types of malloc and free wrong. However, correcting them by hand eliminates the...
Patrick Alberts
Patrick@...
Apr 19, 1999 6:30 pm
71
... This command is broken; bash 1 probably accepted it to try to be nice with the user, but it ended up being an annoyance for anyone who had to get shell...