Hi, I've started using mpatrol on my Fedora linux and looks very interesting. I am trying all the test programs on my own as well as in the test suites. I've...
Hi, The first problem got resolved, initially the env variables was not set. After going throu' the doc I found the info( The document is realluy useful!!!!!!...
Hello! I'm trying to use mpatrol in MIPs architecture. but I have some problems. I am finding some advices. 1. I built mpatrol following the manual. but I...
... Check it up the env for LD_LIBRARY_PATH, this may be disturbed. This libraries -lbfd and -liberty are supposed to be picked up from /usr/local/lib. Just...
Dear team, Iam new to this package. I have followed the instructions give in the installation document coming along with the package. I first ran the ./setup...
dear team, i compiled a simple C code using the follwing statement. "cc -I/usr/local/include test.c -L/usr/local/lib -lmpatrol -lelf" get the following error. ...
... add -lbfd at the end of your cc command... not all distro ship libbfd however, you might have to rebuild it or compile it statically into the binary... ...
ROSEN Jeremy
jeremy.rosen@...
Apr 29, 2005 2:33 pm
965
I'm using G++ compiler on solaris8 box, there was a problem while compiling at set_new_handler()...the header at new.h doesn't have throw prototype..whereas in...
i have installed mpatrol(1.4.8)in linux 2.4.18 g++ compiler.when i try to use in my application it generates one mpatrol.log file in my run directory.but in...
For linux use valgrind. http://valgrind.org/ -Harri ... This message, including any attachments, is intended only for the person(s) to whom it is addressed....
Dear team, I want to plot a graph for heap memory usage at different point of time for an application. Essentially what I required is, heap memory used and the...
Dear team, I want to plot a graph for heap memory usage at different point of time for an application. Essentially what I required is, heap memory used and the...
Hi Senthil, ... If using linux is an option for you use valgrind. It supports memory profiling and there are some toos for visualisation of the result. Volker...
Dear team, I am currently involved in a project that can run only on linux kernel 2.0.36.Porting this application to higher kernel versions is a very difficult...
Hi, Sorry for not getting back to you sooner. There currently is no support in mpatrol for recording the time an allocation was made. However, even though...
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...