Hi Greg, Thanks for this. I don't really know what mingw is, but at least you managed to get mpatrol working with it. The item from the wish list was really...
... [...] ... I don't think an mpatrol dll can be built with cygwin until some cygwin problems are fixed. But mingw is an alternative that works. It looks like...
Graeme, et al. Any insight on this problem would be great! When I compile w/ /D "NDEBUG" I do not have any problems, But when I set /D "_DEBUG" instead I get...
I've looked into various ways of linking mpatrol to gcc-built msw applications that use third-party dlls. My research is in the archived attachment. Until I...
Hi Greg, Thanks for your work in this area. I'm glad there's now a solution for using gcc with mpatrol on Windows (via mingw) because it's been asked for ...
Hi, I'm afraid this problem stems from mpatrol being incompatible with the debug malloc implementation in libcd.lib and/or msvcrtd.dll. Also, if you define...
Hi, I have found mpatrol extremely useful and well documented. Unfortunately I am experiencing exactly the same problem described below, on a RedHat 7.3...
This test case elicits an mpatrol diagnostic when moving zero bytes between freed blocks of memory. The test case is silly, but the example following it shows...
Hi, I tried out the solution posted by Jason in http://groups.yahoo.com/group/mpatrol/message/767, but i still get the same problem. Addditionally, here is the...
Hi, Unfortunately I don't have a PPC machine to test this on, but from the look of your nm, the 'g' indicates that it's a local symbol and therefore wasn't use...
Hi, Thanks Graeme. Defining __mp_initsection as global worked and test1.c compiled. However, on running a.out, "memcpy" and __mp_copymem seem to be recursing,...
Amazing is all I have to say. Too good man!!! I guess all of us are pretty much in the same state. I too at my end have been totally tied up and haven't been...
Hi, Hopefully, someone will be able to help me with this issue. I cross- compiled mpatrol and I'm trying to link a tiny program to test my work. When I...
... See http://groups.yahoo.com/group/mpatrol/message/789 Try a different libiberty.a, or copy the libiberty sources into your mpatrol sources and build them ...
Hi, Does anyone know if there is a version of mpatrol that is thread-safe on AIX 4.3.3? Mpatrol rocks, and I use it for all other platforms, but unfortunately...
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]...