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 469 - 514 of 529   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
491
Oops, I meant to say, All the links for COMPILED & BUILT images of 5.1.0 on the website are stale. -rsa ... info....
rsa_show
Offline Send Email
Jun 11, 2003
8:53 pm
493
Howdy: Feature release up on the download sites. Added a number of logfile expansion % strings: %u in the logfile path expands to getuid() output. %h expands...
Gray Watson
graywatson1
Offline Send Email
Jun 14, 2003
3:29 am
494
Question for all of those shared library users out there. Most of my dmalloc usage is with statically linked binaries and I know that my shared library usage...
Gray Watson
graywatson1
Offline Send Email
Jun 14, 2003
3:47 am
495
Hello all: I am trying to compile my program with dmalloc, but I just cant get the makefile to work right. Since I am new with make this is difficult for me. I...
jwblair_2000
Offline Send Email
Jun 17, 2003
5:13 am
496
... ^ Append -ldmalloc to this line ... ^ The bottom 3 lines need to be on one long line, or multiple tab-indented lines with trailing \ continuation...
Dan Nelson
Genesys_
Offline Send Email
Jun 17, 2003
5:17 am
497
At the top of dmalloc.h, there's a test that determines the return type of all the wrapped functions. It ends up setting DMALLOC_PNT to void* in the C++ case....
Dan Nelson
Genesys_
Offline Send Email
Jun 18, 2003
9:49 pm
498
... Yes it does Dan. Like duh. Not sure why I didn't see this before. I'll push it into the main line right now. ... gray.eg3@... Copyright 2003 by...
Gray Watson
graywatson1
Offline Send Email
Jun 18, 2003
10:03 pm
508
1056945713: 13217: not freed: '0x80f5008|s1' (12346 bytes) from 'ra=0x4034b2cb' Hi I'm getting these lines in my logfile and I want to know where this return...
Flash Fyre
flashfyre_2000
Offline Send Email
Jul 8, 2003
7:46 pm
509
Dear All, Has anyone else tried porting dmalloc to the new release of Max OS X? (10.2.6) I can ./configure and compile ok (though the new gcc 3.1 preprocessor ...
designbynumbers
Offline Send Email
Jul 8, 2003
7:46 pm
510
Howdy: Bug fix release up on the download sites. Fixed a problem with macro arguments in the dmalloc.h not being enclosed in parenthesis. Also fixed a...
Gray Watson
graywatson1
Offline Send Email
Jul 8, 2003
7:46 pm
511
Hi all, I have a program that use threads and a lot of mallocs that sometimes crashes, I try to use dmalloc to see if I can catch the problem but when I try to...
Eduardo Reis
esgr_pt
Offline Send Email
Jul 8, 2003
7:46 pm
512
... First off, you should do the -a on the 0x80f5008 address NOT the ra address. ... This may be inside of a system library which does not have symbols loaded...
Gray Watson
graywatson1
Offline Send Email
Jul 8, 2003
8:06 pm
513
This program created some threads, do a work, and when stopping calls this function: int i; pthread_mutex_lock(&appStopMutex); /* Send information to all the...
Eduardo Reis
esgr_pt
Offline Send Email
Sep 8, 2003
1:25 pm
514
I think there is a bug in _dmalloc_chunk_pnt_check that causes false positives to be raised by dmalloc. If debugging is set high enough, then...
typerlc
Offline Send Email
Sep 8, 2003
1:25 pm
Messages 469 - 514 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