... I didn't actually put together the Mandrake RPM, but it's a known problem with all Linux builds. There must be libiberty.so on the system to work - just...
While debugging an application it locks up hard on me on Solaris 2.7. Calling a free or malloc from a signal handler on Solaris causes this behavior, but I am...
Jesse Marlin
jlm@...
Jun 19, 2002 5:27 pm
565
I have been attempting to port mpatrol to PPC Linux and have observed some strange behavior in stack.c. When I run mpatrol without modification on a very...
... Looks like the signal handler is calling memcpy (which is also overridden in mpatrol) and it's getting into a recursive mess. ... The signal checking was...
I'm trying to run the test1.c (fail test) that comes with the project. I've compiled the windows version with the nmake (visual studio 6.0) But when I try to...
Hi, Guys I am very new in mpatrol. Could you tell me how to install/use mpatrol into sun unix machine. I am currently using Solaris Version 7. Thank you very...
... You need to link with libc.lib, not libcd.lib since mpatrol conflicts with the debugging heap defined there. You also need to link with imagehlp.lib (or...
... To do this on SPARC Solaris, all you need to do is: cd mpatrol/pkg/pkg ./build and then use pkgadd as root to install the package that was created. See ...
You don't have lint on your system so edit the build script to prevent these files from being built and remove any references to them in the pkg* files in the...
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...