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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 434 - 472 of 529   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
434
I'm trying to port dmalloc 4.8.2 to z/OS (yes, MVS) under its Unix Systems Services. During configure I get a warning saying it detected that heaps can grow...
Tony Reyelts <reyelts...
reyelts
Offline Send Email
Jan 12, 2003
3:41 am
435
Hi everyone, I'm new to dmalloc so please bear with me. I'm running it on SuSE Linux 8.0, compiled on gcc 2.95.3, and using gdb 5.1.1 for debugging. I've used...
João Batista
jmnbpt
Offline Send Email
Jan 16, 2003
5:32 pm
436
Sounds a bit like a thread stack; how many threads were you running? Thread stacks won't be seen by dmalloc because the O/S isn't using dmalloc. Therefore,...
Scott Michel
pingbak
Offline Send Email
Jan 16, 2003
6:45 pm
440
I am new dmalloc, and I was wondering why am I having so many problems with dmalloc.h conflicting with math.h? I need to use both since most of my/our code is...
jwblair_2000 <jwblair...
jwblair_2000
Offline Send Email
Feb 24, 2003
10:52 pm
441
I'm sure I'm asking a really dippy question here, but what does the compiler output look like so that the list membership can diagnose the actual problem? What...
Scott Michel
pingbak
Offline Send Email
Feb 25, 2003
12:49 am
442
Thanks for replying... Well I am using AIX5L on a IBM P690 with 2048MB RAM with many GB of hard drive space and 24 processors. The messages that I get from the...
jwblair_2000 <jwblair...
jwblair_2000
Offline Send Email
Feb 25, 2003
2:35 pm
443
... I too have had lots of these kinds of errors on linux. Usually I edit the dmalloc.h file until the errors go away. Also, make sure you #include dmalloc.h...
Robert Sim
simraca
Offline Send Email
Feb 25, 2003
3:41 pm
444
I solved the problem. I coppied stdlib.h to my local directory and change the names of the functions in stdlib.h that are overwritten by dmalloc. Now it works...
jwblair_2000 <jwblair...
jwblair_2000
Offline Send Email
Feb 25, 2003
4:21 pm
445
Once upon a time, configure correctly detected the return type for malloc, et. al., but given that StdC has been out there for so long, Gray may have ditched...
Scott Michel
pingbak
Offline Send Email
Feb 25, 2003
6:25 pm
446
... Nothing is ditched. The configure script should properly determine whether STDC is defined by the compiler. Correcting the problem by editing the...
Gray Watson
graywatson1
Offline Send Email
Feb 25, 2003
6:45 pm
447
I'm just having a small problem. I got my source to compile fine with the dmalloc.h and the libs. And I setup the shell alias like the docs said, but do I have...
sarix
cyperponk
Online Now Send Email
Feb 26, 2003
6:20 pm
448
... Dmalloc doesn't "attach" like gdb. It is a library which is compiled into your source code. The dmalloc utility is only used to set the environmental...
Gray Watson
graywatson1
Offline Send Email
Feb 26, 2003
7:15 pm
449
Hi, Sometimes it is impossible to fix things which look like leaks, eg if you are getting a pointer from gethostbyname(), which (on IRIX anyway) returns a...
blueygreenysplat <ant...
blueygreenys...
Offline Send Email
Feb 28, 2003
6:03 am
450
... This is requested somewhat frequently. Anyone else want to chime in with suggestions? I've heard of some libraries that don't call a single pointer ...
Gray Watson
graywatson1
Offline Send Email
Feb 28, 2003
8:50 pm
452
Why is it whenever I use config with the following options that the make resets the config options to the default values? For example: Lets say that I do the...
jwblair_2000
Offline Send Email
Mar 7, 2003
6:47 pm
453
All: Gray has graciously sent me a copy of his dmalloc CVS repository and I've agreed (in principle) to have a look at integrating various patches that people...
Scott Michel
pingbak
Offline Send Email
Mar 7, 2003
7:12 pm
454
... It sounds like configure is being re-run at compile time, presumably because your 'make' is doing lazy file time checking (checks the file times when...
Scott Michel
pingbak
Offline Send Email
Mar 7, 2003
7:15 pm
456
Hello, I am trying to allocate 28MB to realloc and dmalloc wont let me. I am using AIX, and I was wondering of there were any limitations to using realloc with...
jwblair_2000
Offline Send Email
Mar 26, 2003
9:01 pm
457
No, probably not. You might want to check your system-imposed limits, which depends on the shell you use. Typically, the command in bash and sh is 'ulimit -a'...
Scott Michel
pingbak
Offline Send Email
Mar 26, 2003
9:47 pm
458
Hi all, I'm newb to dmalloc and have problems setting it up on Solaris (it works like a charm in linux). ... bash-2.03$ make gcc -I/usr/local/include -Wall...
Admir Efendic
admir_efendic
Offline Send Email
Apr 1, 2003
11:46 am
459
Hi, My code(huge C code for linux) is crashiing inside malloc(). So I think its because heap/stack got corrupted. So even dmalloc is not useful. Can someone...
Amit
amitjind39
Offline Send Email
Apr 1, 2003
10:46 pm
460
Check out valgrind, it is really the best tool on linux for the more complicated programs: http://developer.kde.org/~sewardj/ Regards, Harri...
Harri Pasanen
grekker2002
Offline Send Email
Apr 2, 2003
7:46 am
461
... I'd like to second this. Valgrind, unfortunately only for Linux completely ROCKS. I've been meaning to put a pointer on dmalloc.com for it. ... ...
Gray Watson
graywatson1
Offline Send Email
Apr 2, 2003
2:25 pm
462
... I wouldn't assume that dmalloc is not useful unless it is crashing inside of dmalloc's malloc. Dmalloc has a completely different heap organization than...
Gray Watson
graywatson1
Offline Send Email
Apr 2, 2003
2:27 pm
463
Some of us use other operating systems than Linux (*) and it would be nice to see valgrind operating on FreeBSD. I'm not sure what it would take to make that...
Scott Michel
pingbak
Offline Send Email
Apr 2, 2003
7:02 pm
465
Hi All, Actually I am new user to dmalloc library. I am facing some meory leak problems in snmp ( which is derived from ucd-snmpd-4.1.2 ). For tracing I was...
chandelrt
Offline Send Email
Apr 22, 2003
11:40 am
466
Hello, I'm a new dmalloc user and I have an error that I don't understand. I am using dmalloc 4.8.2 with a Redhat Linux 8 system. I was able to use dmalloc to...
easdames
Offline Send Email
Apr 28, 2003
5:49 pm
467
... Without more details, I don't see the problem but here are some ideas. The error pointer is trying to say that dmalloc does not know about that pointer. 1)...
Gray Watson
graywatson1
Offline Send Email
Apr 29, 2003
3:29 pm
469
Hello Gray, Thanks for the input. I am actually debugging a shared object. I deleted everything and started over. I now have dmalloc linked into just one of ...
Anne Dames
easdames
Offline Send Email
May 2, 2003
3:08 pm
472
dear dmalloc users, I'm working on a Linux app. that requires a lot of memory, which seems too much. To identify which modules require the most memory, I...
gwangsikyoon
Offline Send Email
May 13, 2003
7:13 am
Messages 434 - 472 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