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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 452 - 490 of 529   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
475
Ok I've having a hard time trying to get this to work, and wonder if maybe someone else has had these problems as well and might beable to help. I downloaded...
Dale Kingston
cyperponk
Offline Send Email
May 16, 2003
6:34 am
476
... Before I help, please take a look at this. http://dmalloc.com/docs/online/dmalloc_10.html#IDX77 ... gray.eg3@... Copyright 2003 by Gray Watson. ...
Gray Watson
graywatson1
Offline Send Email
May 16, 2003
5:51 pm
477
Howdy folks: Back, by popular demand, a Dmalloc release. What a concept!! I've been stuck for a while on some major changes to the internals (dumb) and...
Gray Watson
graywatson1
Offline Send Email
May 16, 2003
5:59 pm
479
Howdy: Fixed a number of dumb problems and upgraded the configure script to the new autoconf so time for a patch release. Release notes here: ...
Gray Watson
graywatson1
Offline Send Email
May 21, 2003
4:50 am
480
Hello, Has anyone any success in using the latest dmalloc for Solaris (2.8) or Tru64 (5.1)? On both platforms it compiles out of the box with gcc 3.3, but the...
Bert Deknuydt
deknuydt@...
Send Email
May 28, 2003
11:29 am
482
... I'm seeing this too. Here's a stack trace from dmalloc_t on Tru64 (compiled with /bin/cc). Could random() be trying to malloc something? (ladebug) where ...
Dan Nelson
Genesys_
Offline Send Email
Jun 2, 2003
11:06 pm
483
... .. and the answer is yes :) Here's a stack trace from Solaris 2.7. A little googling for _randomjunk got me this URL, which is most likely exactly what's...
Dan Nelson
Genesys_
Offline Send Email
Jun 3, 2003
7:48 pm
484
... ... Okay, sometimes I'm smarter than the average bear and other times... I'm not. I should have guessed that random() on some architectures uses malloc. ...
Gray Watson
graywatson1
Offline Send Email
Jun 5, 2003
12:51 am
485
... Hello, Good news: 5.0.2 does its job on all platforms that I tried here: Tru64, Solaris, HPUX, Irix and even ancient Ultrix. Seems like you fixed it....
Bert Deknuydt
deknuydt@...
Send Email
Jun 5, 2003
12:44 pm
486
Howdy: Fixed a recusion problem with random() on some architectures and improved some of the auto-configuration and testing. Release notes here: ...
Gray Watson
graywatson1
Offline Send Email
Jun 5, 2003
10:48 pm
487
Howdy: PLEASE UPGRADE. This probably should be a patch release because I've found and fixed a number of problems with the 5.X.X tree. Specifically, dmalloc...
Gray Watson
graywatson1
Offline Send Email
Jun 9, 2003
9:48 pm
488
Has anyone got it to work? My code is crashing within malloc and I was hoping, if dmalloc would take me further in my debugging....
rsa_show
Offline Send Email
Jun 11, 2003
8:26 pm
489
... 5.1.0 should work fine on Solaris. Another option is using Solaris' builtin watchmalloc, which can detect some things dmalloc can't, but can't detect some...
Dan Nelson
Genesys_
Offline Send Email
Jun 11, 2003
8:37 pm
490
All the links for 5.1.0 on the website are stale. anyone has the url they downloaded it from? thanks -rsa...
rsa_show
Offline Send Email
Jun 11, 2003
8:48 pm
Messages 452 - 490 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