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 872 - 902 of 1197   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
872
Hi, Some one please find some time to help me. I am new to mpatrol. After building the kit mannually in Tru64 i copied all the relavant files in relavant...
sreek_p
Offline Send Email
Jan 22, 2004
11:09 am
873
check your LD_LIBRARY_PATH env variable. It should contain the directory where the libmpatrol.so located. and set MPATROL_OPTIONS env variable, for example set...
xiehf2000
Offline Send Email
Jan 31, 2004
5:51 am
874
We use ACE(Adaptive Communication Environment which is a platform) as our support platform. ACE encapsulate most of OS's call such as memory operation. When we...
xiehf2000
Offline Send Email
Jan 31, 2004
6:01 am
875
I did not have problems compiling with mpatrol and ACE May be your link order is messed up But my application core dumps , may be because i am using JNI BIN...
Kevin
kevin_405
Offline Send Email
Mar 2, 2004
5:56 pm
876
Hi I am trying to use mpatrol for doing memory leak checks on my c++ application running on RHEL 3.0 Linux with Jni integration (JDK1.4.2) and ACE 5.4 I am...
Kevin
kevin_405
Offline Send Email
Mar 2, 2004
6:02 pm
877
Hi! ... @(#) mpatrol 1.4.8 (02/01/08) Copyright (C) 1997-2002 Graeme S. Roy This is free software, and you are welcome to redistribute it under certain ...
gulomet
Offline Send Email
Mar 18, 2004
10:46 am
878
Hi All, I want to install maptrol in my computer with linux os,but I failed in installation.My installation is as following, first step;go to the ../auto/...
rachard_zhou
Offline Send Email
Mar 19, 2004
7:57 am
879
... course. You can find ... MinGW gcc. I have ... right. The closest I ... that I could not ... Downloads page; that ... have the libs, I'm ... Unix-centric,...
gph_3d
Offline Send Email
Apr 14, 2004
1:50 pm
880
... [trimmed and reformatteed] ... The customary advice on <mingw-users@...> is to get things working on the command line first. Often that...
Greg Chicares
chicares
Offline Send Email
Apr 15, 2004
12:12 am
881
Hi Greg, ... -lbfd -liberty -limagehlp ... Bingo, that worked! But why "-lbfd -liberty -limagehlp"? I searched the mpatrol-manual for this phrases and get ...
Gerhard Herbig
gph_3d
Offline Send Email
Apr 15, 2004
3:47 pm
882
... '-lbfd' and '-liberty' are in the manual. Just figure that gcc is originally a *nix compiler, so follow the *nix instructions; disregard the msw...
Greg Chicares
chicares
Offline Send Email
Apr 15, 2004
5:41 pm
883
Hi, I have a problem concerning the position of the mpatrol.h in combination with mingw and iostream, but I'm not sure, whether mingw plays really a role in...
gph_3d
Offline Send Email
Apr 22, 2004
8:06 am
884
I have a mfc application that uses a DLL. I want to debug the memory usage of both. 1.) Which version should I use where? libmpatrol, libmpatrolmt, mpatrol? ...
bruce_np
Offline Send Email
Apr 22, 2004
12:22 pm
885
Hello, I'm afraid I can't answer all your questions, but I will say that this problem is not related to mingw. I've seen this same behaviour on linux. In fact,...
ryan p bobko
ryanbobko
Offline Send Email
Apr 22, 2004
12:25 pm
886
New developments: 1.) Tried also to use: __mp_printf in both (DLL and MFC appl) none worked! 2.) tried to link only the dll wiht mpatrol. The only output in...
bruce_np
Offline Send Email
Apr 22, 2004
6:29 pm
887
... Look for a message I posted here on Fri, 09 May 2003 11:53:17 -0400 under the subject Linking to msw apps that use dlls If yahoogroups has deleted its...
Greg Chicares
chicares
Offline Send Email
Apr 22, 2004
11:09 pm
888
... It seems unusual to put a third-party library's headers where the system headers reside. I don't see any reason why that wouldn't work here--I just don't...
Greg Chicares
chicares
Offline Send Email
Apr 22, 2004
11:09 pm
890
... I found the article but not the atachment :( ... compile ... No. Error messages in the mpatrol log file ... How do i find out???, How could I replace this?...
bruce_np
Offline Send Email
Apr 23, 2004
6:30 am
891
... Yahoo has removed the attachment to that 2003-05-09 email, so I've uploaded it to the 'files' area....
chicares
Offline Send Email
Apr 23, 2004
12:22 pm
892
... Yahoo has removed the attachment to that 2003-04-30 email, so I've uploaded it to the 'files' area....
chicares
Offline Send Email
Apr 23, 2004
12:26 pm
893
... [Greg Chicares wrote:] ... It's in the 'files' area now. ... Try posting representative messages here. ... What compiler are you using? I think I've heard...
Greg Chicares
chicares
Offline Send Email
Apr 23, 2004
12:33 pm
894
Hello, I'm trying to set these MPATROL_OPTIONS to change the directory where output files are put but they don't seem to be recognized. ERROR: unrecognised...
Paul Dubuc
pdubuc@...
Send Email
Apr 23, 2004
6:57 pm
895
I've been trying out mpatrol 1.4.8 with code built with GCC g++ 3.3.1 and see lots of errors like the following come out when processes start up. They all ...
Paul Dubuc
pdubuc@...
Send Email
Apr 26, 2004
6:25 pm
896
Sorry, I forgot to attach the error the first time. ... -- Paul M. Dubuc Dept. 24 | Rm. 4349B | ext. 2692 http://www.purl.org/dubuc/cas/ @(#) mpatrol 1.4.8...
Paul Dubuc
pdubuc@...
Send Email
Apr 26, 2004
6:49 pm
897
... [...] ... My message of 16 May 2003 00:27:23 -0400 suggests a way to fix this. Let me know if you can't find it in the online archives....
Greg Chicares
chicares
Offline Send Email
Apr 27, 2004
2:39 am
898
Hi , I have created the Mpatrol libraries , but now I need link my application using MPatrol . The documentation only gives instructions for UNIX . Is there a...
gauthamc
Offline Send Email
Apr 27, 2004
12:44 pm
899
... How you link to mpatrol depends on what compiler you're using. Try searching the yahoogroups site, e.g. for 'link windows'....
Greg Chicares
chicares
Offline Send Email
Apr 27, 2004
3:02 pm
900
Hi Greame, ... int main(int argc, char *argv[]) { return 0; } ... Compiled with g++ 3.4.0 on Pentium III (SuSE; Kernel 2.4.21-199) results in an endless loop...
Gerrit Bruchhäuser
gbruchhaeuser
Offline Send Email
May 5, 2004
6:40 am
901
Hi again, well, linking to the static mpatrol library version works with the given simple example. But the recursive call to 'ssignal' occurs again if the...
Gerrit Bruchhäuser
gbruchhaeuser
Offline Send Email
May 9, 2004
2:26 pm
902
Dear Sir, I am trying to execute test7.c but it is giving linker errors I am using windows2000 and VC++6.0.The errors are ... Linking... LIBC.lib(malloc.obj) :...
srinivasarao_moturu
srinivasarao...
Offline Send Email
May 12, 2004
6:00 am
Messages 872 - 902 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