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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 807 - 843 of 1197   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
807
HI All Actually i am using gnu c++ compiler and window 2000 OS and using cygwin.i am trying to use mpatrol to one of the existing project but when i am...
aman shankar
rose_koool
Offline Send Email
Jun 13, 2003
12:35 pm
808
Hello, I used two ways to install mpatrol on my computer(FreeBSD5.0) Case 1) To use GNU autoconf mpatrol/pkg/auto> ./setup mpatrol/pkg/auto> ./configure ...
youngky2072
Offline Send Email
Jun 24, 2003
1:17 am
809
Hi, I'm afraid I don't know why the autoconf route doesn't work for you, but I think I might know why case (2) doesn't work. If you move the #include ...
Graeme Roy
graemeroy
Offline Send Email
Jun 24, 2003
9:28 am
810
Thank u for helping.... But I have other problem... So, I'll write what I 1. I download mpatrol_1.4.8.tar.gz on FreeBSD5.0. 2. I unzip the file to use 'tar...
youngky2072
Offline Send Email
Jun 27, 2003
6:25 pm
811
Thank u for helping.... But I have other problem... So, I'll write what I hava..... 1. I download mpatrol_1.4.8.tar.gz on FreeBSD5.0. 2. I unzip the file to...

youngky2072
Offline Send Email
Jun 30, 2003
5:50 am
812
... Looks like you need to link with libelf.a as in: g++ testnew.cc -include /usr/local/include/mpatrol.h -Lusr/local/lib/mpatrol -lmpatrol -lelf Graeme....
Graeme Roy
graemeroy
Offline Send Email
Jul 7, 2003
11:44 am
815
Hi All I'm afraid why all the sex talk is coming to our beloved patrol software? Graeme, any actions??? regds Asif ... ...
etv
asifetv
Offline Send Email
Jul 16, 2003
1:55 pm
816
I am a new user of mpatrol. I am applying the methods in tutorial page 129 in my debugging. The reason is that I got a similar FRECOR error messages when I...
paulyswu
Offline Send Email
Jul 16, 2003
5:49 pm
817
Hi, This is a worrying trend across all of the yahoo groups system. Spammers will join a group with a phony email address and then use that address to post...
Graeme Roy
graemeroy
Offline Send Email
Jul 17, 2003
8:57 am
818
Hi, The chances are that if you've tried OFLOWSIZE and OFLOWWATCH and you still get the FRECOR error then it's not related to allocation overflows. It's more...
Graeme Roy
graemeroy
Offline Send Email
Jul 18, 2003
11:13 am
820
Hello I am using mpatrol 1.3.4. my code is in c++ on Solaris 8 & i am using SUN CC compiler can anyone please tell how to get started? I have .so [ libraries]...
amitgobs
Offline Send Email
Jul 22, 2003
2:03 pm
821
... You can't use malloc.h and mpatrol.h at the same time. The two libraries are mutually exclusive. Graeme....
Graeme Roy
graemeroy
Offline Send Email
Jul 22, 2003
2:09 pm
822
Essentially I have a process that openeds libraries using dlopen I want to get the symbol names (and not just the hex address) ie I don't want: (mprof...
Paul Caffrey
pcaffrey@...
Send Email
Jul 22, 2003
3:41 pm
823
But then how to avid it? --dynamic option can be used only if using mpatrol. is there any such option for compilation? so that it will overwrite standard...
amitgobs
Offline Send Email
Jul 23, 2003
5:26 am
824
... [snip] I link my .so libraries (on Linux) using (taken from the Makefile): Targets=a.so b.so c.so $(Targets): %.so: %.o $(CXX) -g -shared -lc...
Andrew Juniper
andy_juniper
Offline Send Email
Jul 23, 2003
8:37 am
825
But the prototypes for all the stuff in malloc.h should be in mpatrol.h. What other things are you using in malloc.h that mpatrol.h doesn't have? Note that...
Graeme Roy
graemeroy
Offline Send Email
Jul 23, 2003
10:26 am
826
Hello Graeme I removed malloc.h from my libraries & used mpatrol instead but in 1 library [.so] i am overloading operator new & operator delete During...
amitgobs
Offline Send Email
Jul 24, 2003
9:17 am
827
Define the MP_NONEWDELETE macro when compiling this file. See the building FAQ part of the manual, items 3-5: ...
Graeme Roy
graemeroy
Offline Send Email
Jul 24, 2003
9:59 am
830
I am reposting this with a subject. Sorry that I missed it last time....
tracyajones
Online Now Send Email
Jul 24, 2003
10:18 pm
831
Hi Tracy, we encountered this same problem when we first built mpatrol for PPC. Here are some notes from one of the engineers who worked on this with me: I...
j s
juhika
Offline Send Email
Jul 25, 2003
7:40 pm
832
I installed mpatrol on an IBM P630 running AIX5.2 with C 5.0.2. I added "mpatrol.h" to all my source files and recompiled. When I ran the program I get some...
spab2000
Offline Send Email
Jul 25, 2003
10:17 pm
833
Hello Graeme I tried everything mentioned in FAQ, but still it's failing. I also tried modifying mpatrol.h, but that is not allowed as i am not using system...
amitgobs
Offline Send Email
Jul 28, 2003
4:45 am
835
First, let me say that mpatrol is a fantastic tool that I'm happy to have come across. Unfortunately, I seem to have linkage issues when trying to run the...
abend@...
Send Email
Aug 6, 2003
10:46 pm
836
Hi, It sounds as if there's a problem with your /usr/lib/libpthread.so. Do objdump and nm work on it? The error seems to be coming from the system's dynamic...
Roy, Graeme
graemeroy
Offline Send Email
Aug 7, 2003
12:24 pm
837
I'm trying to get mpatrol built on an Alpha running Red Hat Linux 7.2, so far with mixed results. I tried using pkg/auto, but as someone mentioned in an...
Brice Fisher
brice_fisher
Offline Send Email
Aug 7, 2003
4:51 pm
838
Thanks for the tip, Graeme. Indeed, it turns out that mpatrol is trying to load /usr/lib/libpthread.so. However, I'm running Red Hat 8, on which...
abend@...
Send Email
Aug 7, 2003
5:01 pm
839
Hi i am overriding operator new & delete in my code. when i compile my code using mpatrol.h, it throws errors i tried defining macro : MP_NONEWDELETE as 1 in...
amitgobs
Offline Send Email
Aug 8, 2003
5:58 am
841
... If you define MP_NOCPLUSPLUS then mpatrol will use it's own version of new and delete defined in src/cplus.c. You'll still get all the debugging features...
Roy, Graeme
graemeroy
Offline Send Email
Aug 8, 2003
9:05 am
842
Hi, You just need to change build/unix/Makefile to link against /usr/lib/i686/libpthread.so.0 when building libmpatrolmt.so. Graeme....
Roy, Graeme
graemeroy
Offline Send Email
Aug 8, 2003
9:07 am
843
Hi, I'm not sure why you're getting a reference to __mp_initsection() because the only reference to it comes from src/inter.c and that needs the...
Roy, Graeme
graemeroy
Offline Send Email
Aug 8, 2003
9:19 am
Messages 807 - 843 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