We use the arm architecure and the compiler is arm-linux-gcc. We are finding memory profiling tools which can be used in that architecture. Can mpatrol be used...
i am a new user. i used command "mpatrol -d ./myfile" ,then i got the error messasge: "error while loading shared libraries: libbfd.so: cannot open shared...
Hi Shirley, ... You seem to have built it fine, although in step 2 just "make" [ENTER] and no "make mpatrol" [ENTER] following that should be equivalent (as a...
Vesko: we are using mpatrol so far quite successfully but noticed (just as you did) that it doesn't compile anymore on Fedora Core 3 and later versions. Do you...
Hi Tino, ... No idea. Perhaps because it is good enough for many things. But that wouldn't justify why it is unmaintained. That said see my posts here: ...
Hi, Sorry I didn't get back to you sooner but yahoogroups seems to think that my email address no longer worked and stopped sending me the group mails. I...
... Hi Roy, this is bad news. I like mpatrol as it is the only tool I was able to use on my application during a human's life span - with larger data sets the...
Hi Rainer, I would be more than happy to pass mpatrol's maintenance onto someone else. Even though I don't have much time for development, I'd be able to...
Hello. I'm trying to use mpatrol in shared object that I am developing. Since I don't have the source for the application that accesses the shared object, I...
Hi Jason, You've added too many libraries to your project. You should only ever add one of: libmpatrol.so mpatrol library libmpatrolmt.so thread-safe mpatrol...
Hi All, I've only just started to look at mpatrol, so please excuse if this is a common question ... I'm using redhat4 on ia64 and I've tried to run one of the...
Peter Lord
peter@...
Jul 27, 2005 9:54 am
991
Hi Peter, When you #include mpatrol.h it overrides malloc(), etc, to let mpatrol know that the source position of the call was. If you don't do this then...
Hi, I found the supported-OS table listing only HP-UX 10.20 supported, and that too mpatrol is not thread-safe on the platform. I would like to use mpatrol on...
One nice thing about boundschecker is its resource tracking. When a [file] handle is not closed or a file is not unlocked, this is considered a leak as well....
Getting spammed with "ERROR: [FREOPN]: memmove: attempt to perform operation on free memory" whenever you do a push_back on an STL vector? I added a line if( l...
I got the same problem and I spent lots of time trying to figure out how to use mpatrol in MINGW. I came accross a post here that it could have been caused by...
I downloaded the precompiled binaries for mpatrol from mingw.org and, thanks to prior posts, I tried the following to link the simple program found in section...
Dear Kalzal Try the following linker option: -Wl,--allow-multiple-definition Works for me Kind regards, John Boers MAPPER Lithography Lorentzweg 1 2628 CJ...
Thank you for that, John! It compiles perfectly now. Another issue has come up. It is exactly the same one described in post #952 (i.e. where mpatrol aborts...
Hi I have compiled mpatrol on tru64 5.1 using bfd and libiberty from gdb. 1) While compilation I get, Unresolved symbol: __Argv 2) If I either dynamically link...
Hi All, I am trying mpatrol to debug memory leak for ur system. We are using FC5 as host to cross compile the target code which is powerpc processor. I...
Howard Wang - CTR
howardw@...
Aug 31, 2006 2:11 pm
1018
Hello Howard: Are you suspecting leak or other memory problems in 3rd party library or system-libraries of PPC, for which you don't have the source-code ?...
Hi bd, Thanks for the help. The native built passes and I got everything ok. The Xcompile also passes, the only issue is the linking: why it could not find: ...
Howard Wang - CTR
howardw@...
Aug 31, 2006 8:41 pm
1021
Hi, We try to debug an application with MPatrol, but this application is very memory consuming. It requires about 3 GB of memory on a Win2K platform. Is there...
Hello all, I'm new to using mpatrol and I'm trying to use it to figure out heap efficiency. Basically when the process mallocs memory, reserves it, and then...
Hi Tom, The short answer is that it doesn't free the memory back to the system, and neither do most other malloc libraries. And now for the long answer... For...
Hi Tom, Assuming you're wanting more low-level memory usage statistics, I can't really recommend one particular tool because it depends what system you're...