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 1039 - 1094 of 1197   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1039
Hi, Having a little trouble getting mpatrol working using LD_PRELOAD on HP-UX 11.11 (PA-RISC). I've built a test program that included mpatrol.h, and that...
jmg_000
Offline Send Email
Jan 5, 2007
6:45 pm
1040
Hi Jim, I think what you're seeing is a result of memcpy() and family being overridden as well when you use LD_PRELOAD. Without LD_PRELOAD you get the...
graemeroy
Offline Send Email
Jan 9, 2007
9:30 am
1041
I have been trying to get a copy of mpatrol that will work on a SuSe 9.0 PPC machine. I downloaded mpatrol_1.4.8.gz from www.icewalkers.com and managed to get...
dave_nomura
Offline Send Email
Jan 12, 2007
12:38 am
1042
Hello, perhaps someone can help me with this little problem. I have a quite simple piece of code that actually doesn't do anything, but produces two memory...
brudermarkus
Offline Send Email
Jan 18, 2007
2:40 pm
1045
Hi, Is there a command line control for mpatrol? -Charles...
ottawaindia2000
Offline Send Email
Jan 31, 2007
8:32 am
1046
... Yes there is. See http://www.cbmamiga.demon.co.uk/mpatrol/mpatrol_63.html Graeme....
graemeroy
Offline Send Email
Jan 31, 2007
9:52 am
1056
I have compiled mpatrol 1.4.8 on Solaris 11. I compile the test files like this gcc test1.c -o test1 -I/usr/local/include -lmpatrol -lelf It gets compiled....
Gopala Krishnan.S
gopal049
Offline Send Email
Mar 1, 2007
4:32 am
1058
I find I cannot comprehend the outputs of mprof vs mptrace for my program: The mptrace summary shows: allocated: 2335 (334988 bytes) freed: 2315 (323172...
yuh_loong
Offline Send Email
Mar 1, 2007
8:25 am
1059
It looks like you may have found an undocumented difference between profiling and tracing. As it is currently implemented, profiling records the actual memory ...
graemeroy
Offline Send Email
Mar 1, 2007
10:37 am
1060
Hi, I'm having a bit of a hard time. The output was not exactly accurate. I've now got better variance between mprof and mptrace but its still unpredictable. ...
yuh_loong har
yuh_loong
Offline Send Email
Mar 2, 2007
8:34 am
1061
Hi, Your program looks like it's creating quite a few threads. Are you remembering to link with libmpatrolmt.so rather than libmpatrol.so? Graeme. ... ...
graemeroy
Offline Send Email
Mar 2, 2007
10:24 am
1062
Hi, I can't build a C++ code with mpatrol that has stl vector, can anybody please tell me how to make this work. Thanks, -Hasan Here is the source: #include...
hasanmd_al
Offline Send Email
Mar 4, 2007
4:04 am
1063
Hi, It's a problem with the macro replacement that mpatrol.h tries to do with new and delete. See http://www.cbmamiga.demon.co.uk/mpatrol/mpatrol_79.html...
graemeroy
Offline Send Email
Mar 5, 2007
9:24 am
1064
Thanks, that was the problem. It works great now. Question: Lets say I want to trace a particular class e.g. SMString and how its using heap; How do I modify ...
yuh_loong har
yuh_loong
Offline Send Email
Mar 9, 2007
11:25 am
1079
Hi ! My setup is as follows : 1. System is Solaris 8plus. Compiler CC and cc. 2. compiled mpatrol code with cc, and cplus.c with CC. No compile flags used for...
nigamsingla
Offline Send Email
Apr 25, 2007
8:14 am
1080
Hi, For problem 1 your workaround looks fine, although you'll need to change all references in the mpatrol/src directory from meminfo to meminfo1. The latest...
Graeme Roy
graemeroy
Offline Send Email
Apr 25, 2007
8:28 am
1081
Hi, as stated in http://tech.groups.yahoo.com/group/mpatrol/message/794 mpatrol is "incompatible with the debug malloc implementation in libcd.lib and/or...
brudermarkus
Offline Send Email
Apr 30, 2007
7:21 am
1082
... Oh, sorry. In fact linking mpatrol in release mode does work. My actual problem is obviously the combination Boost.Test and mpatrol. Linking them both in...
brudermarkus
Offline Send Email
Apr 30, 2007
8:10 am
1083
Hi, I've been trying to get mpatrol to show me the line no. and filename info when using it with the '--dynamic' option. Correct me if I'm wrong but I could'nt...
Ashwin Pathmudi
ashwin_386
Offline Send Email
Jun 16, 2007
11:06 pm
1084
Hi, ... That's correct. libelf doesn't provide any capability for reading debugging information from the object files. ELF isn't tied to a particular...
Graeme Roy
graemeroy
Offline Send Email
Jun 18, 2007
8:10 am
1085
Hi, ... It was a issue with the bfd.h header file. Thanks Graeme :) cheers, Ashwin....
Ashwin Pathmudi
ashwin_386
Offline Send Email
Jun 27, 2007
8:00 am
1086
I am attempting to use MPatrol with MontaVista Linux C++ on PXA270 (ARM architecture). MontaVista included MPatrol in the distribution but provided no...
john_boncek
Offline Send Email
Aug 12, 2007
9:24 pm
1087
Hi John, Yes, mpatrol hasn't been ported to the ARM architecture by me but it looks like you (or someone at MontaVista?) have got most of it working judging...
Graeme Roy
graemeroy
Offline Send Email
Aug 13, 2007
9:08 am
1088
Hi I have tried to link mpatrol lib with a sample program using instructions as given in this link : ...
technosavvy21
Offline Send Email
Aug 20, 2007
8:03 am
1089
Hi , I have installed mpatrol and followed instructions as per online doc at http://www.cbmamiga.demon.co.uk/mpatrol/mpatrol_4.html#SEC4 for building mpatrol. ...
suresh.devadoss
Offline Send Email
Sep 14, 2007
12:08 am
1090
cd pkg/auto/ ./setup ./configure make gives: ... cd .. \ && CONFIG_FILES=man/Makefile CONFIG_HEADERS= /bin/sh ./config.status config.status: creating...
Nigel Horne
nigel_horne
Offline Send Email
Sep 14, 2007
10:56 pm
1091
Hi, I've found that when libmpatrol.so is dynamically linked in or preloaded no symbol information is read from other dynamically linked in libs.Hence the...
Ashwin Pathmudi
ashwin_386
Offline Send Email
Dec 11, 2007
9:10 am
1092
Hi, I've found that when libmpatrol.so is dynamically linked in or preloaded no symbol information is read from other dynamically linked in libs.Hence the...
ashwin_386
Offline Send Email
Dec 11, 2007
9:10 am
1093
I'm trying to install mpatrol on Sun Solaris 5.10 and am getting the following error when I do gmake: g++ -I../../src -I../../tools -O3 -fno-inline-functions...
asra_baig
Offline Send Email
Mar 7, 2008
9:26 am
1094
Sorry for the delay in replying. The latest versions of Solaris define a meminfo structure which conflicts with mpatrol's definition. Your best bet would be...
Graeme Roy
graemeroy
Offline Send Email
Mar 14, 2008
9:31 am
Messages 1039 - 1094 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