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@...
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...
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...
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@...
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...
... 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...
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...
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 ...
... 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...
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...
... [...] ... 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 ...
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...
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. ...
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,...
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,...
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...
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...
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...
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...
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...
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 ...
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...
... 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...
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@...
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...
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...