Search the web
Sign In
New User? Sign Up
dmalloc · Debug Malloc Library (dmalloc) Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 349 - 380 of 529   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
349
... 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...
Gray Watson
graywatson
Offline Send Email
Dec 3, 2001
4:42 pm
350
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...
ray_jenkins_98
Offline Send Email
Dec 13, 2001
8:59 pm
351
... 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...
Gray Watson
graywatson
Offline Send Email
Dec 13, 2001
9:15 pm
353
... I'm guessing that's a typo and he meant "sloppy". William Harris williamharri@......
William Harris
williamharri
Offline Send Email
Dec 14, 2001
12:56 am
354
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...
Daniel Ceregatti
primenumb3r
Online Now Send Email
Dec 27, 2001
9:43 pm
356
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...
tmorset
Offline Send Email
Dec 28, 2001
7:36 pm
357
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...
Alefiya Hussain
alefiyahussain
Offline Send Email
Jan 5, 2002
3:36 pm
358
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...
Gray Watson
graywatson
Offline Send Email
Jan 9, 2002
3:08 pm
359
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...
grekker2002
Offline Send Email
Jan 28, 2002
3:10 pm
360
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...
wootletootle
Offline Send Email
Feb 1, 2002
6:17 am
361
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...
Skip Montanaro
smontanaro
Offline Send Email
Feb 12, 2002
6:51 pm
362
... 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...
Gray Watson
graywatson1
Offline Send Email
Feb 12, 2002
10:51 pm
363
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...
kittnerma
Offline Send Email
Feb 14, 2002
4:23 pm
364
... 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...
Gray Watson
graywatson1
Offline Send Email
Feb 14, 2002
8:49 pm
365
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 -...
Gray Watson
graywatson
Offline Send Email
Feb 16, 2002
12:43 am
366
Doh!! You can get it from: http://256.com/sources/diskheap/ ... gray.eg2@......
Gray Watson
graywatson
Offline Send Email
Feb 16, 2002
12:44 am
367
[ 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...
Gray Watson
graywatson
Offline Send Email
Feb 19, 2002
11:22 pm
368
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...
terenctb
Offline Send Email
Mar 19, 2002
11:24 am
370
... 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...
Gray Watson
graywatson1
Offline Send Email
Mar 19, 2002
3:51 pm
371
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...
Harri Pasanen
grekker2002
Offline Send Email
Mar 26, 2002
4:54 pm
372
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...
Harri Pasanen
grekker2002
Offline Send Email
Mar 27, 2002
4:14 pm
373
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@...
Send Email
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@...
Send Email
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...
Gray Watson
graywatson1
Offline Send Email
Apr 11, 2002
9:44 pm
376
... Never mind -- it was the exec call... Regards, Charles Campbell -- Charles E Campbell, Jr, PhD _ __ __ Goddard Space Flight Center...
Charles E. Campbell
cec@...
Send Email
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...
cocoernie
Offline Send Email
Apr 13, 2002
1:41 am
378
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 ...
cocoernie
Offline Send Email
Apr 13, 2002
2:47 pm
379
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...
typerlc
Offline Send Email
Apr 23, 2002
9:33 am
380
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@...
Send Email
May 6, 2002
3:40 pm
Messages 349 - 380 of 529   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help