Search the web
Sign In
New User? Sign Up
mpatrol · mpatrol library discussion group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 573 - 602 of 1197   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
573
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...
Barry Benowitz
rumpole6
Offline Send Email
Jul 2, 2002
7:29 pm
574
... 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...
Graeme Roy
graemeroy
Offline Send Email
Jul 3, 2002
8:47 am
575
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@...
Send Email
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...
Barry Benowitz
rumpole6
Offline Send Email
Jul 8, 2002
1:36 pm
577
... 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 ...
Graeme Roy
graemeroy
Offline Send Email
Jul 10, 2002
9:46 am
578
... 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...
Graeme Roy
graemeroy
Offline Send Email
Jul 10, 2002
9:48 am
579
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...
myrosia
Offline Send Email
Jul 16, 2002
9:18 pm
580
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....
etv
asifetv
Offline Send Email
Jul 17, 2002
5:33 am
581
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. ... ...
Myrosia Dzikovska
myrosia
Offline Send Email
Jul 17, 2002
5:39 am
582
... All you need to do is to build libiberty.so from libiberty.a and do the following (if using bash, ksh or sh): $...
Graeme Roy
graemeroy
Offline Send Email
Jul 17, 2002
8:39 am
583
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@...
Send Email
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@...
Send Email
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...
sefw1903
Offline Send Email
Jul 25, 2002
9:26 am
586
... 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...
Graeme Roy
graemeroy
Offline Send Email
Jul 26, 2002
8:24 am
587
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...
Venugopal
hivenu_k
Offline Send Email
Jul 26, 2002
11:29 am
588
... 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 ...
Graeme Roy
graemeroy
Offline Send Email
Jul 26, 2002
12:11 pm
589
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@...
Send Email
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....
Dan Melomedman
dmelomed
Offline Send Email
Jul 29, 2002
10:05 pm
591
... 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@...
Send Email
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...
Venugopal
hivenu_k
Offline Send Email
Aug 1, 2002
4:45 am
593
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@...
Send Email
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...
Venugopal
hivenu_k
Offline Send Email
Aug 2, 2002
6:47 am
595
... maybe ld -shared -o libiberty.so --whole-archive /usr/lib/libiberty.a -ldl helps (dlopen is in libdl) Regards, Volker -- Volker Boerchers, boercher@......
Volker Boerchers
boercher
Offline Send Email
Aug 2, 2002
8:08 am
596
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...
ashokaradhya
Offline Send Email
Aug 5, 2002
11:13 am
597
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...
juhika
Offline Send Email
Aug 8, 2002
8:30 pm
598
... 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...
Graeme Roy
graemeroy
Offline Send Email
Aug 13, 2002
12:03 pm
599
... 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...
Graeme Roy
graemeroy
Offline Send Email
Aug 13, 2002
12:11 pm
600
... 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...
Graeme Roy
graemeroy
Offline Send Email
Aug 13, 2002
12:13 pm
601
... 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...
Graeme Roy
graemeroy
Offline Send Email
Aug 13, 2002
12:17 pm
602
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...
ivihovsky
Offline Send Email
Aug 14, 2002
10:12 pm
Messages 573 - 602 of 1197   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help