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 380 - 413 of 529   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
382
I am using dmalloc 4.8.2 on a SuSE 7.3/x386 Linux system running gcc 2.93.3. It seems that g++ makes a malloc(0) call when throwing an exception. This causes...
gdlxn
Offline Send Email
May 10, 2002
3:43 pm
383
On Linux libc malloc(0) is perfectly legal. For dmalloc, there is an option to turn off malloc(0) checking. -Harri...
Harri Pasanen
grekker2002
Offline Send Email
May 14, 2002
7:05 am
384
Thanks for the response. I am aware that malloc(0) is valid under GNU Linux I looked at the dmalloc documentation, but didn't see an option for disabling the...
Geoff Alexander
gdlxn
Offline Send Email
May 14, 2002
10:40 pm
385
Sorry, I was thinking of free(0), which can be enabled/disabled by an environment variable. malloc(0) seems to be compile time only option. settings.h...
Harri Pasanen
grekker2002
Offline Send Email
May 15, 2002
7:20 am
386
Thanks. Changing #define ALLOW_ALLOC_ZERO_SIZE 0 to #define ALLOW_ALLOC_ZERO_SIZE 1 in settings.dist and reinstalling dmalloc eliminated the unwanted dmalloc...
Geoff Alexander
gdlxn
Offline Send Email
May 16, 2002
2:33 am
387
I'm trying to build dmalloc in QNX- heck, it's made. Sadly "if you build it, it will run" does not hold. After changing the declaration of cfree to match the...
fecundfec
Offline Send Email
May 24, 2002
6:09 am
388
Hi all, I am using dmalloc library with my program. The program(tagctrl) is working fine without library but when used with dmalloc library it dumps core for...
deepika_77
Offline Send Email
May 24, 2002
7:21 am
389
... Sounds like there's a clash with the dmalloc func of the same name in the C runtime. The best/only way to fix it is to replace "heap_alloc" in the dmalloc...
Scott Michel
pingbak
Offline Send Email
May 24, 2002
5:19 pm
390
I subscribed to this list long ago. I am actively using dmalloc.. How do I unsbuscribe from this list?? Thanks ... from 322 to 87 in _salloc.o ... Sounds like...
Khoach Nguyen
kngu@...
Send Email
May 24, 2002
5:40 pm
391
Hey: So I've been trying to find a good replacement for the stupid Yahoo Groups for a while now. My requirements: - Unix based (my server runs on FreeBSD...
Gray Watson
graywatson1
Offline Send Email
May 24, 2002
10:31 pm
392
Hi, If you are interested, we would be able to develop,test and host such a solution for you. This can be done for free/ minimum cost. We do not want any...
Gaurav Pandey
Gaurav@...
Send Email
May 27, 2002
3:21 am
393
Hi, I am new to dmalloc and have successfully installed the latest version from source (and read the docs). However I am still stuck since whatever I try, I am...
Joachim Bauernberger
jbauernberger@...
Send Email
May 28, 2002
9:30 pm
394
Hi, Not sure if I found a bug or what :-)): In error.c is the following declaration of _dmalloc_logpath: /* logfile for dumping dmalloc info, DMALLOC_LOGFILE...
Joachim Bauernberger
jbauernberger@...
Send Email
May 29, 2002
10:27 pm
395
Thanks for your help. I changed the name of _heap_alloc and it now builds under QNX. make tests; make light ran for a while before giving me this- Random seed...
fecundfec
Offline Send Email
May 31, 2002
5:36 am
396
Hi, I have several logentries looking like this: 1023133053: 413: S0:AaddaddaSddSUUdSUUUFSUUUSUUUUSUUUUFfFffffffff___________________________ Could somebody...
Joachim Bauernberger
jbauernberger@...
Send Email
Jun 3, 2002
8:07 pm
397
Hi, I am running a multi-threaded app in C++ (g++) on Solaris 2.8. When I link the dmalloc library in, it generates a fence-post overwrite error INSIDE the...
rumpole6
Offline Send Email
Jun 26, 2002
1:29 pm
398
I don't seem to be getting Source Line Numbers referring to my C++ sources. Is that correct? How do I fix that. Thanks in advance Barry...
rumpole6
Offline Send Email
Jul 1, 2002
6:31 pm
400
Hi, I am a newbie to the tool and would like to get some help on using the tool for a multi-threaded process. I have gone through the documentation and...
kenerioo
Offline Send Email
Jul 20, 2002
1:55 am
401
Using the src.rpm bundle, I rebuilt the libraries and saw that --enable-threads was used. My code has a main program which uses pthreads and has quite a few ...
humbugzilla
Offline Send Email
Jul 31, 2002
1:09 pm
402
... Hmmm. If you are sure that you are linking with the threaded library then this message should not happen. What I have seen recently is that you should...
Gray Watson
graywatson1
Offline Send Email
Jul 31, 2002
2:20 pm
403
Thanks, though I'm still not out of the woods. I rebuilt my executable linking with dmallocth, and rebuilt my shared libs to be sure of not using dmallocth....
humbugzilla
Offline Send Email
Aug 2, 2002
3:37 pm
405
Hi, After installing dmalloc successfully, i compiled a sample program . But the log file is not generated. Why? I used the following commands. I have...
balaji_raman7_2000
balaji_raman...
Offline Send Email
Aug 6, 2002
8:45 am
406
Hi Balaji, You have to link your application with the dmalloc library. For example, your compile line should be: "gcc -DDMALLOC -o matmul -I include/ matmul.c...
Thirumurugan G
gmurugan@...
Send Email
Aug 6, 2002
9:02 am
407
Hello, I've seen several messages on this group from people who have had problems linking the dmalloc library into their c programs, but I haven't seen the...
mwbecker1
Offline Send Email
Aug 14, 2002
7:44 pm
408
I am on HP-UX 11.11 using dmalloc 4.8.2. I have successfully used dmalloc to trace an application for some time now, but when I added calls to libc function...
jbacklund
Online Now Send Email
Aug 27, 2002
11:46 am
409
... I'm sure there is. Sounds like mallinfo is the malloc information routine for the systems malloc library. If you are using dmalloc, I doubt that mallinfo...
Gray Watson
graywatson1
Offline Send Email
Aug 28, 2002
3:28 pm
411
In item 4 of Section 2.2 (Getting Started with the Library) of the Dmalloc tutorial, it says to add in my .profile the following line, for a ksh shell: ...
diegoviademonte
Offline Send Email
Sep 6, 2002
9:24 pm
412
... SCO's ksh is probably incompletely implemented. Try '\dmalloc' instead of "command dmalloc"? If you end up with infinite recursion, try: function...
Scott Michel
pingbak
Offline Send Email
Sep 6, 2002
9:33 pm
413
The following solved the problem: function dmalloc { eval `/usr/local/bin/dmalloc -b $*`; } (My version of ksh doesn't support the "which" command you...
diegoviademonte
Offline Send Email
Sep 6, 2002
10:58 pm
Messages 380 - 413 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