HI All Actually i am using gnu c++ compiler and window 2000 OS and using cygwin.i am trying to use mpatrol to one of the existing project but when i am...
Hello, I used two ways to install mpatrol on my computer(FreeBSD5.0) Case 1) To use GNU autoconf mpatrol/pkg/auto> ./setup mpatrol/pkg/auto> ./configure ...
Hi, I'm afraid I don't know why the autoconf route doesn't work for you, but I think I might know why case (2) doesn't work. If you move the #include ...
Thank u for helping.... But I have other problem... So, I'll write what I 1. I download mpatrol_1.4.8.tar.gz on FreeBSD5.0. 2. I unzip the file to use 'tar...
Thank u for helping.... But I have other problem... So, I'll write what I hava..... 1. I download mpatrol_1.4.8.tar.gz on FreeBSD5.0. 2. I unzip the file to...
... 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...