... Looks like you need to link with libelf.a as in: g++ testnew.cc -include /usr/local/include/mpatrol.h -Lusr/local/lib/mpatrol -lmpatrol -lelf Graeme....
I am a new user of mpatrol. I am applying the methods in tutorial page 129 in my debugging. The reason is that I got a similar FRECOR error messages when I...
Hi, This is a worrying trend across all of the yahoo groups system. Spammers will join a group with a phony email address and then use that address to post...
Hi, The chances are that if you've tried OFLOWSIZE and OFLOWWATCH and you still get the FRECOR error then it's not related to allocation overflows. It's more...
Hello I am using mpatrol 1.3.4. my code is in c++ on Solaris 8 & i am using SUN CC compiler can anyone please tell how to get started? I have .so [ libraries]...
Essentially I have a process that openeds libraries using dlopen I want to get the symbol names (and not just the hex address) ie I don't want: (mprof...
Paul Caffrey
pcaffrey@...
Jul 22, 2003 3:41 pm
823
But then how to avid it? --dynamic option can be used only if using mpatrol. is there any such option for compilation? so that it will overwrite standard...
But the prototypes for all the stuff in malloc.h should be in mpatrol.h. What other things are you using in malloc.h that mpatrol.h doesn't have? Note that...
Hello Graeme I removed malloc.h from my libraries & used mpatrol instead but in 1 library [.so] i am overloading operator new & operator delete During...
Hi Tracy, we encountered this same problem when we first built mpatrol for PPC. Here are some notes from one of the engineers who worked on this with me: I...
I installed mpatrol on an IBM P630 running AIX5.2 with C 5.0.2. I added "mpatrol.h" to all my source files and recompiled. When I ran the program I get some...
Hello Graeme I tried everything mentioned in FAQ, but still it's failing. I also tried modifying mpatrol.h, but that is not allowed as i am not using system...
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...