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 to share photos of your group with the world? 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 1134 - 1163 of 1197   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1134
Hey, I'm using mpatrol to check a bit the leaks in a lib. First, i would like to mention that when I use mpatrol installer on SF, the installed mpatrol does...
vincent.torri
Offline Send Email
Oct 6, 2008
7:59 am
1135
Hey, I have just seen that mpatrol has been updated. That is a great news. I plan to use it on Windows, as it seems that it's the best mem checker on that OS. ...
vincent.torri
Offline Send Email
Oct 6, 2008
8:00 am
1136
... oups, it was a copy paste of the mail i've sent to the MinGW ML, and i forgot to remove that paragraph :) Vincent Torri...
vincent.torri
Offline Send Email
Oct 6, 2008
9:43 am
1137
Hi Vincent, [I've ignored your first query after I read your most recent email]. mpatrol won't tell you about leaks unless you ask for them. Use the ...
Graeme Roy
graemeroy
Offline Send Email
Oct 6, 2008
10:50 am
1138
Hi Vincent, Thanks for your kind words and feedback about mpatrol. For your first build issue, simply add "all" onto the end of the make command and that will...
Graeme Roy
graemeroy
Offline Send Email
Oct 6, 2008
11:42 am
1139
... the spaces (which show the tree structure) do not appear in the message (they are maybe removed when displayed in the yahoo group). I hope they are now...
vincent.torri
Offline Send Email
Oct 6, 2008
11:44 am
1140
Hey, ... Ok, I'll try ... could have ... still used ... Maybe for a 1.5 it would have been the occasion to do that. What you can do also, in case you fear to...
vincent.torri
Offline Send Email
Oct 6, 2008
7:40 pm
1141
Hi , I am a recent adoptee of mpatrol. I am unable to use the watch point debugging flags on the arm architecture. I compile using arm_v5t_le-g++ (GCC) 3.4.3...
sp1982us
Offline Send Email
Oct 6, 2008
9:24 pm
1142
Hi, I didn't do anything other than preliminary support for the ARM architecture so unless someone's ported support for watchpoint debugging for mpatrol on ARM...
Graeme Roy
graemeroy
Offline Send Email
Oct 7, 2008
8:20 am
1143
Hello Everyone, I dont have much experience with mpatrol .. i tried to run a very simple hello world program with one single printf (hello world) and this...
Sagar Seth
sagarindelhi
Offline Send Email
Oct 7, 2008
11:30 am
1144
You haven't given much information. What operating system and processor are you using and what version of mpatrol are you using? If you link helloworld with...
Graeme Roy
graemeroy
Offline Send Email
Oct 7, 2008
12:29 pm
1145
version mpatrol 1.4.8 os SUSE enterprise edition / same result on open suse 10.3 processor one is p4 and otherone is core2duo also i hope this textshot helps u...
Sagar
sagarindelhi
Offline Send Email
Oct 7, 2008
2:42 pm
1146
Hi, This looks like it could be crashing before your program is being run (no symbols have been read from shared libraries). This will most likely be due to...
Graeme Roy
graemeroy
Offline Send Email
Oct 7, 2008
3:06 pm
1147
Hey Graeme So would you be interested to switch mpatrol to svn on Sourceforge ? Vincent...
vincent.torri
Offline Send Email
Oct 7, 2008
3:21 pm
1148
very strange .. i tried just /bin/ls command instead of my helloworld and it worked very fine .. very nice log file with very good leak table ... then i got...
Sagar
sagarindelhi
Offline Send Email
Oct 7, 2008
6:52 pm
1149
Please have look at .. prmap501:~/code # ldd h2 linux-gate.so.1 => (0xffffe000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7e0f000) libm.so.6 =>...
Sagar
sagarindelhi
Offline Send Email
Oct 7, 2008
6:52 pm
1150
Thanks for your reply, Sujin ... Thanks for your reply, Sujin On Tue, Oct 7, 2008 at 1:20 AM, Graeme Roy < graeme_roy@... > wrote: Hi, I didn't do...
Sujin Philip
sp1982us
Offline Send Email
Oct 8, 2008
8:10 am
1151
Hi Vincent, Yes, I would. I take it the existing revisions, tags and log messages will be preserved in the changeover? We can take this thread off-group if...
Graeme Roy
graemeroy
Offline Send Email
Oct 8, 2008
8:13 am
1152
Hi, I originally thought it might be a problem with initialisation of C++ programs and was going to suggest that you recompiled your test as a C program, but...
Graeme Roy
graemeroy
Offline Send Email
Oct 8, 2008
8:54 am
1153
Hi, Just to let everyone know that mpatrol on SourceForge now uses Subversion rather than CVS. I've disabled access to the CVS repository, although I think it...
Graeme Roy
graemeroy
Offline Send Email
Oct 13, 2008
8:35 am
1154
"Graeme Roy" <graeme_roy@...> writes on Mon, 13 Oct 2008 09:29:03 +010 0 ... Subversion ... CVS. ... I wasn't aware there was a new release...I got...
Marty Leisner
martyleisner
Online Now Send Email
Oct 16, 2008
9:00 am
1155
Hey ! First, a remark: i think that a define must be added for ARCH, to support core2 duo or amd64. If I'm not mistaken, the arch is x86_64, though I don't...
Vincent Torri
vincent.torri
Offline Send Email
Oct 19, 2008
6:37 am
1156
Hi ,, check if u have binutilties package on the box .. if not then u can download the rpm or can download the source and build it .. i hope this will help u...
Sagar
sagarindelhi
Offline Send Email
Oct 19, 2008
7:48 am
1157
... download ... ha, indeed, bfd.h is included in the dev package of binutils thanks...
vincent.torri
Offline Send Email
Oct 19, 2008
8:01 am
1158
Hi Marty, Yes, I made a release a few months back (1.5.0) which is currently only available on SourceForge. But I agree with you in that I should update the ...
Graeme Roy
graemeroy
Offline Send Email
Oct 20, 2008
8:35 am
1159
Hi ... one more trouble .. after a lot of effort i am able to run the mpatrol ... but , ,, now sseth:~/code/test> cat helloworld.cpp #include<stdio.h> ...
Sagar
sagarindelhi
Offline Send Email
Oct 22, 2008
12:07 pm
1160
Hi, Do you get any summary in the mpatrol log file when running it? For example, I get at the very end of the file: .... total heap usage: 1900544 bytes ...
Graeme Roy
graemeroy
Offline Send Email
Oct 23, 2008
8:31 am
1161
Hi, I don't get anything like that ... even tried the ls command for the testing ,.,, just a log file with alloc and free information... also there is no trace...
Sagar
sagarindelhi
Offline Send Email
Oct 23, 2008
8:34 am
1162
Hi, Sounds like mpatrol is not being notified of the program's exit. What sort of changes did you make to mpatrol to get it to work on SuSE? There's a whole...
Graeme Roy
graemeroy
Offline Send Email
Oct 23, 2008
8:53 am
1163
Well i think at the 1st time there was some problem with my c++ setup .. not really a mpatrol issue..... well now a interesting report .. On System1 ( SuSe...
Sagar
sagarindelhi
Offline Send Email
Oct 24, 2008
7:46 am
Messages 1134 - 1163 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