Hi I'm trying to use the mpatrol package and I'm getting weird behavior: I'm doing the run-time linking like this: mpatrol --dynamic --threads ./Poller I get a...
... I've not seen that before, but the fact that you get two log files seems to indicate that CHECKFORK is turned on (or something having a similar effect to...
I am trying to catch an overflow condition and am wondering what effect OFLOWSIZE has on this. I am only using these two options so I can get some speed out...
Jesse Marlin
jlm@...
Jul 5, 2002 5:40 pm
576
Not quite on subject, but does mpatrol detect the fork implicit in a Unix system() call? I am doing system commands. ... From: Graeme Roy...
... That's right. By default there are no overflow buffers. Setting it to 2 bytes is fine if the overflow is a simple run off the end problem, but for ...
... Yes it does. If you use the mpatrol command it will automatically create a separate log file for each process. Otherwise you must set the mpatrol log...
I have just installed mpatrol and on trying to compile my program with its includes, I get the following error g++ -include /u/myros/include/mpatrol.h -c -g...
As far as I know you have to have libiberty.so to be installed on your machine. When I had the same problem I could get over with it installing libiberty.so....
Installing libiberty.so would be a solution if I had sysadmin rights. This is a university network, though, and they won't do anything like that for me. ... ...
Graeme Roy wrote: On Tue, 16 Jul 2002, Myrosia Dzikovska wrote: Installing libiberty.so would be a solution if I had sysadmin rights. This is a university...
Kovalevich Victor
v-kovalevich@...
Jul 17, 2002 8:49 am
584
I am sorry I have just mistaken. This message has been intended to be sent to other people. -- Best regards, Kovalevich Victor mailto:v-kovalevich@......
Kovalevich Victor
v-kovalevich@...
Jul 17, 2002 8:53 am
585
Hi! I am trying to use mpatrol for trying to watch one particular part in memory which I allocate with "new". As soon as include "mpatrol.h", the compiler...
... If you're on Linux (or you're using libbfd with libmpatrol) you shouldn't need to #include "mpatrol.h". Just run through mpatrol --dynamic --use-debug, or...
hello group members my name is venu, I was trying to use mpatrol library and i followed the user guide and if i am not wrong there are two ways to build the...
... It's complaining that you don't have Motif installed. Probably best to go ... You need to follow the instructions in the Examples chapter. Link with ...
Hello, I am an mpatrol (Fortran 95) user. I have been sending the message enclosed at the end of this message to various lists trying to get some clues, with...
Aleksandar Donev
adonev@...
Jul 29, 2002 4:54 pm
590
Hi. I am trying to build for FreeBSD, and libelf.h is not there. What's the fix? Thanks....
... I know gtop and libgtop have a per process memory usage screen. You could use this to at least figure how they are reading it. Another source of ...
Jesse Marlin
jlm@...
Jul 30, 2002 4:37 pm
592
I was trying to build mpatrol on windows , if my understanding is not wrong i went pkg/zip directory and i tried to run the batch file build.bat but what i...
Hi, I am new to mpatrol. I installed mpatrol as per the documentation provided with the package. Now when I try to use mpatrol with --dynamic option issuing...
Chaudhury, Neel
nchaudhury@...
Aug 2, 2002 6:03 am
594
hello chaudhury if you are using it for linux , you can do it in the following way because i have recently did it, got to mpatrol/pkg/auto dir and run setup...
hello, iam creating dynamic plug-in for mpeg player.i have created a shared library .but iam getting memory fault(seg'fault),if i run my whole source using...
I have a trival QT example widget compiled with the mpatrol libraries linked in and have noticed a significate impact on execution speed. A program that took...
... You need to either install libbfd or libelf (both freely available). If you use libbfd you should change the Makefile to add -DFORMAT=FORMAT_BFD to...
... It sounds like you either don't have nmake in your PATH or you don't have nmake and Visual C++ installed on your system. If typing 'cl' results in the...
... You'll probably be better off using gdb or a similar debugger. If you build your shared library with -g then there should be no problem with gdb debugging...
... Yes, but you need to be very careful that you allocate/free memory in pairs, either with mpatrol or with the system C library otherwise you'll get spurious...
Hello, I ran in a strange problem with mpatrol. It seems not to detect allocations made in different threads. I understand it sounds strange but mpatrol...