Hello, I am using mpatrol on winXP, VC++6. I compiled my program with /Zi, but with libci.lib and ignoring libcd.lib and libcid.lib (because otherwise the...
Can anyone pls tell me how to install the mpatrol in linux 2.4.18 pls write in the sreial steps and also how to make use of it with an example pro where the...
Hi - I am just starting out with mpatrol in attempt to find memory leaks in a .xll that I am building. Having read the documents, this group posting and...
Hi, Does anyone have the mpatrol attachment of Greg that can be used to compile and link mpatrol with gcc under Windows? I am unable to e-mail Greg myself due...
Hi, To be precise, I'm interested in the attachment posted in message #792, dll-test kist, but his GNUmakefile attachment is also welcome. Thanks, John...
Hi, I am using MINGW32 (MinGW-3.1.0-1.exe) for building DLLs using -shared flag. I would like to see debug info present in DLL added by setting -g flag to be ...
Hi, Just began using mpatrol and very impressed so far. I have had only one problem: I would like to have some settings defined in the MPATROL_OPTIONS env var...
No matter what and how I link my test app, mpatrol calls abort(): This application has requested the Runtime to terminate it in an unusual way. Please contact...
Have any of you used mpatrol with c++builder6 before? I mean using mpatrol to check memory leak for a project being developed under c++builder6. If yes, how? ...
Hello all I am developing on on a MPC860 pateform (powerPC based) and I am trying to get mpatrol to run on it. after searching the archives it seems that other...
ROSEN Jeremy
jeremy.rosen@...
Jan 19, 2005 11:56 am
955
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...