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 Bill, Sorry for the delay in replying. That's good news about mpatrol on MIPS. The unwinding_in_progress variable was part of Daniel's patch for libunwind ...
Hi Gaurang, To be honest, I'm not 100% sure. Here is what I think is the relevant part from http://www.gnu.org/licenses/gpl-faq.html "Does the GPL require...
... You are precisely correct. Be careful doing this, though; my understanding is that it's completely OK for this to have negative consequences on your ...
Graeme, I tried the key mechanism, but it didn't seem to work. Thought I'd try the pthread mutex mechanism. Is Mpatrol itself a big memory hog? I didn't think...
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...
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...
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. ...
Hi Vincent, [I've ignored your first query after I read your most recent email]. mpatrol won't tell you about leaks unless you ask for them. Use the ...
Hi Vincent, Thanks for your kind words and feedback about mpatrol. For your first build issue, simply add "all" onto the end of the make command and that will...
... the spaces (which show the tree structure) do not appear in the message (they are maybe removed when displayed in the yahoo group). I hope they are now...
Hey, ... Ok, I'll try ... could have ... still used ... Maybe for a 1.5 it would have been the occasion to do that. What you can do also, in case you fear to...
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...
Hi, I didn't do anything other than preliminary support for the ARM architecture so unless someone's ported support for watchpoint debugging for mpatrol on ARM...
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...
You haven't given much information. What operating system and processor are you using and what version of mpatrol are you using? If you link helloworld with...
version mpatrol 1.4.8 os SUSE enterprise edition / same result on open suse 10.3 processor one is p4 and otherone is core2duo also i hope this textshot helps u...
Hi, This looks like it could be crashing before your program is being run (no symbols have been read from shared libraries). This will most likely be due to...
very strange .. i tried just /bin/ls command instead of my helloworld and it worked very fine .. very nice log file with very good leak table ... then i got...
Hi Vincent, Yes, I would. I take it the existing revisions, tags and log messages will be preserved in the changeover? We can take this thread off-group if...
Hi, I originally thought it might be a problem with initialisation of C++ programs and was going to suggest that you recompiled your test as a C program, but...
Hi, Just to let everyone know that mpatrol on SourceForge now uses Subversion rather than CVS. I've disabled access to the CVS repository, although I think it...
Hey ! First, a remark: i think that a define must be added for ARCH, to support core2 duo or amd64. If I'm not mistaken, the arch is x86_64, though I don't...
Hi ,, check if u have binutilties package on the box .. if not then u can download the rpm or can download the source and build it .. i hope this will help u...