Search the web
Sign In
New User? Sign Up
mpatrol · mpatrol library discussion group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 835 - 873 of 1197   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
835
First, let me say that mpatrol is a fantastic tool that I'm happy to have come across. Unfortunately, I seem to have linkage issues when trying to run the...
abend@...
Send Email
Aug 6, 2003
10:46 pm
836
Hi, It sounds as if there's a problem with your /usr/lib/libpthread.so. Do objdump and nm work on it? The error seems to be coming from the system's dynamic...
Roy, Graeme
graemeroy
Offline Send Email
Aug 7, 2003
12:24 pm
837
I'm trying to get mpatrol built on an Alpha running Red Hat Linux 7.2, so far with mixed results. I tried using pkg/auto, but as someone mentioned in an...
Brice Fisher
brice_fisher
Offline Send Email
Aug 7, 2003
4:51 pm
838
Thanks for the tip, Graeme. Indeed, it turns out that mpatrol is trying to load /usr/lib/libpthread.so. However, I'm running Red Hat 8, on which...
abend@...
Send Email
Aug 7, 2003
5:01 pm
839
Hi i am overriding operator new & delete in my code. when i compile my code using mpatrol.h, it throws errors i tried defining macro : MP_NONEWDELETE as 1 in...
amitgobs
Offline Send Email
Aug 8, 2003
5:58 am
841
... If you define MP_NOCPLUSPLUS then mpatrol will use it's own version of new and delete defined in src/cplus.c. You'll still get all the debugging features...
Roy, Graeme
graemeroy
Offline Send Email
Aug 8, 2003
9:05 am
842
Hi, You just need to change build/unix/Makefile to link against /usr/lib/i686/libpthread.so.0 when building libmpatrolmt.so. Graeme....
Roy, Graeme
graemeroy
Offline Send Email
Aug 8, 2003
9:07 am
843
Hi, I'm not sure why you're getting a reference to __mp_initsection() because the only reference to it comes from src/inter.c and that needs the...
Roy, Graeme
graemeroy
Offline Send Email
Aug 8, 2003
9:19 am
844
Hi! I am using mpatrol v2.7 to detect any memory leak in my c program under linux, and my c program involved using osip2 stack. I could successfuly compile and...
dev_member
Offline Send Email
Aug 13, 2003
9:41 am
845
I compiled mpatrol under cygwin. While linking with a test program, I get these errors. Which libraries I am missing? ...
vxj45
Offline Send Email
Aug 18, 2003
9:23 pm
846
I recently downloaded and used mpatrol on an AIX5 P630 to try and fix some old C programs we are porting to a new platform. The mpatrol libraries, in ...
Chris Gabel
spab2000
Offline Send Email
Aug 18, 2003
9:29 pm
847
... The following is for mingw, but check out: http://groups.yahoo.com/group/mpatrol/message/786 That is, try: g++ -o foo.exe foo.o -lmpatrol -lbfd -liberty...
David Eisner
intermetric
Offline Send Email
Aug 18, 2003
9:35 pm
848
Thanks David. That took care of the error messages. Now I am getting these new ones. Any ideas? ...
vxj45
Offline Send Email
Aug 18, 2003
10:27 pm
849
Hello my component is giving core when executed on Solaris. code is in C++. i am using macro MP_NOCPLUSPLUS 'cause i have overriden operators new & delete. i...
amitgobs
Offline Send Email
Aug 19, 2003
6:13 am
850
... [...] ... To track down undefined references, use 'nm' in your lib/ directory, e.g. /cygdrive/c/cygwin/lib $ nm --print-file-name lib*.a |grep dcgettext ...
Greg Chicares
chicares
Offline Send Email
Aug 19, 2003
12:57 pm
851
Hi MSVC++6 on W2K After a bit of re-arranging of the libraries under project settings/link/input/ I finally got the object/library modules to read as LIBC.LIB...
paulhoshovsky
Offline Send Email
Aug 19, 2003
1:33 pm
852
Hello, We are trying to put together a simple "beginner's kit" for a C++ course. You can find the requirements and history below, at the end of this message. ...
algo_dos
Offline Send Email
Aug 19, 2003
5:52 pm
853
Hi all, I was wondering if anyone has been successful in using mpatrol on a 64-bit HPPA machine in *64*-bit executable mode? I am using mpatrol version 1.4.8,...
vladimir_ivin
Offline Send Email
Aug 20, 2003
12:44 pm
856
Hi, I am going to use glib as a foundation library for some C application developments. I have been using mpatrol, as a memory leakage detection tool. However,...
asiayeah
Online Now Send Email
Sep 10, 2003
8:22 am
858
Hello, I've recently tried using MPatrol to do some memory leak/profiling, and I've run across a problem where there seems to be inifinite looping occuring...
Brandon Kohn
desdain
Offline Send Email
Oct 9, 2003
8:34 am
859
I've just downloaded and installed mpatrol on my machine. I used the Makefile located in build/unix directory. THe installation went fine and I wanted to try...
grzegorz_soza
Offline Send Email
Oct 13, 2003
1:15 pm
860
Hi List I am completely new in this list and just started to use mpatrol library. So, sorry if this was already asked before. I am using mpatrol to track bad...
Gennady Yakubovich
gennadyyakub...
Offline Send Email
Nov 3, 2003
11:46 am
861
Hi, Unfortunately, in release versions of Win32 applications, no debugging information exists so there is no way to map code addresses back to filenames/line...
Roy, Graeme
graemeroy
Offline Send Email
Nov 3, 2003
11:56 am
862
Thanks for the prompt response. Seems we are in the same time-zone. It's cool. Well, it works (partially) New output I've got, shows following 0x024396C0 (16...
Gennady Yakubovich
gennadyyakub...
Offline Send Email
Nov 3, 2003
12:34 pm
863
Hi, You should be able to set the USEDEBUG option in the MPATROL_OPTIONS environment variable, or you can use --use-debug if running it under the mpatrol ...
Roy, Graeme
graemeroy
Offline Send Email
Nov 3, 2003
12:40 pm
866
I have WIN 98 and Sun JRE 1.4.2_01. I am getting exceptions on some websites. The error log indicates -- We are unable to locate the function name symbol for...
Jim Prather
jimprather777
Offline Send Email
Nov 17, 2003
6:40 pm
867
... See 'The IMAGEHLP.DLL Saga' here: http://jrfonseca.dyndns.org/projects/gnu-win32/software/drmingw/#imagehlp I'm not sure whether it'll help with this...
Greg Chicares
chicares
Offline Send Email
Nov 17, 2003
10:44 pm
868
I am getting the following error while i am building mpatrol on Red Hat Linux 7.2 . make[2]: Entering directory `/home/mms/mpatrol/pkg/auto/src' /bin/sh...
sandhya satyanarayan
sandhya_0209@...
Send Email
Nov 19, 2003
12:54 pm
872
Hi, Some one please find some time to help me. I am new to mpatrol. After building the kit mannually in Tru64 i copied all the relavant files in relavant...
sreek_p
Offline Send Email
Jan 22, 2004
11:09 am
873
check your LD_LIBRARY_PATH env variable. It should contain the directory where the libmpatrol.so located. and set MPATROL_OPTIONS env variable, for example set...
xiehf2000
Offline Send Email
Jan 31, 2004
5:51 am
Messages 835 - 873 of 1197   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