Hello, my question is, if it is possible to monitor the memory (heap) fragmentation with mpatrol. I'm working on an embedded system (linux) with limited...
Hi, I'm trying to build mpatrol on a RHEL 5 machine and getting errors during the make. I have followed the below steps: 1. Run pkg/auto/setup 2. ./configure ...
I've been working for some months on an autotooled mpatrol using the svn version, with the help of Graeme Roy (the mpatrol author) for some technical details....
Hello, I am trying to use mpatrol on the Eclipse Platform and the MinGW tools on Windows32. I first built the libraries and executables (I had to remove -lintl...
I am developing an application using C++, MFC and Visual Studio 2008. I have good reason to believe that it frees memory not properly allocated and it leaks...
Windows XP SP3 / MinGW I have downloaded the 1.5.1 SVN tag tree and built it myself. I simply went into <mpatrol>/build/windows and executed "make -f...
Also, ran into to this issue. When the application is started it dies, so tossed it into gdb and get the following stack trace.. It is trying to trace into an...
I'm trying to figure out what is going on with this trace using the latest mpatrol... 1.5.1 ERROR: [ILLMEM]: illegal memory access at address 0xB4C9B4C4 ...
The 1.5.1 release of mpatrol has just been completed and released to the Subversion repository at SourceForge, http://sourceforge.net/svn/?group_id=19456. It...
Hello Graeme, Thanks for the update ,, we took the target.h file and places where the ARCH and ENVIRON variables were defined .. we did a undef and redefined...
Well i think at the 1st time there was some problem with my c++ setup .. not really a mpatrol issue..... well now a interesting report .. On System1 ( SuSe...
Hello Everyone, I dont have much experience with mpatrol .. i tried to run a very simple hello world program with one single printf (hello world) and this...
Hi , I am a recent adoptee of mpatrol. I am unable to use the watch point debugging flags on the arm architecture. I compile using arm_v5t_le-g++ (GCC) 3.4.3...
Hey, I have just seen that mpatrol has been updated. That is a great news. I plan to use it on Windows, as it seems that it's the best mem checker on that OS. ...
Hey, I'm using mpatrol to check a bit the leaks in a lib. First, i would like to mention that when I use mpatrol installer on SF, the installed mpatrol does...
Can anyone help me install mpatrol 1.4.8 on CDENTOS-5.2 I failed to do this from source and autoconf aswell. Thanks RAJA Raja G Pavan Kumar Bangalore India...
Program received signal SIGSEGV, Segmentation fault. 0x0040e0fc in __mp_copymem (p=0x7f79d0d8, q=0x7f79d070, l=16, c=0 '\0', f=AT_MEMCPY, s=0x0, t=0x0, u=0,...
Isn't that illegal? Oh I see that mpatrol is covered by LGPL, not GPL. But even then, any modifications/enhancements to mpatrol, should be public. Graeme, isnt...
Hi folks, After six and a half years of waiting the 1.5.0 release of mpatrol has just been completed and released to the CVS repository at SourceForge, ...
I have built mpatrol for CentOS 5. When I use the library statically all the features (profiling and tracing) are working fine. However with --dynamic option...
I've built Mpatrol 1.4.8 and am trying to run the tests/fail/test1.c program on our MIPS target(uclibc-2.6.15-gcc version 4.0.4) With the simplest malloc()...
Here's a patch which stops a couple of crashes we encountered in alloca checking. The failures were brought on by using libunwind with the included test16...
There are some leaks in ffmpeg2theora I'm looking at. I've know about mpatrol for years -- never had to use it much... I got a copy of the ubuntu 7.10 package...
Hi all, On behalf of MontaVista, CodeSourcery recently added support to mpatrol to use libunwind (http://www.nongnu.org/libunwind/) in order to provide...
Hi, on our PowerPC we start our software with mpatrol, which creates a very big logfile (105 MB). The memory allocation grows to big (twice as big as usually)....