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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 563 - 592 of 1197   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
563
... 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...
Graeme Roy
graemeroy
Offline Send Email
Jun 4, 2002
7:50 am
564
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@...
Send Email
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...
juhika
Offline Send Email
Jun 19, 2002
5:32 pm
566
... 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...
Graeme Roy
graemeroy
Offline Send Email
Jun 20, 2002
7:25 am
567
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...
Carlos Barcellos - eM...
cb3881
Offline Send Email
Jun 24, 2002
5:15 pm
568
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...
andrew95jane
Offline Send Email
Jun 24, 2002
8:34 pm
569
... 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...
Graeme Roy
graemeroy
Offline Send Email
Jun 25, 2002
9:24 am
570
... 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 ...
Graeme Roy
graemeroy
Offline Send Email
Jun 25, 2002
9:33 am
571
Hi, Graeme Thank you for your information. When tring to build the mpatrol, I got the following error message: g++ -I../../src -I../../tools -O3...
TsuoJung Wang
andrew95jane
Offline Send Email
Jun 25, 2002
2:36 pm
572
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...
Graeme Roy
graemeroy
Offline Send Email
Jun 25, 2002
2:58 pm
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
Messages 563 - 592 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