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 742 - 771 of 1197   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
742
Hi - I've just installed mpatrol on Red Hat 7.2, and I have a problem with 'mpatrol --dynamic' - any help would be much appreciated. first a couple of problems...
evan_3678 <mdhe51@...>
evan_3678
Offline Send Email
Feb 12, 2003
5:41 pm
743
... Ah ha. This has been puzzling me (and quite a few others) for a while. I've had a lot of people mention that libtool doesn't work properly in the ...
Graeme Roy
graemeroy
Offline Send Email
Feb 13, 2003
10:56 am
744
Were there any answers to this, or did you find a way around it? I seem to be having the same problem, even though I explicitly linked my the dlls that are...
kfhickel <kfh@...>
kfhickel
Offline Send Email
Feb 21, 2003
10:16 pm
745
One thing we fonud we were doing wrong, at least with Visual Studio .NET, was to make sure the proper version of dbhelp.dll (found in "Progra~1/Visual Studio...
Brian Boonstra
brianboonstra
Offline Send Email
Feb 21, 2003
10:28 pm
746
My main problem seems to be the dynamically loaded DLLs, I get symbols for the stuff that's linked into the .exe, but not for the others. Also, does anyone...
Kelly F. Hickel
kfhickel
Offline Send Email
Feb 21, 2003
10:30 pm
747
All right, how bad a hack do people think it would be to modify mp_addextsymbols() (or the caller of it) to somehow get a list of additional DLLs that should...
kfhickel <kfh@...>
kfhickel
Offline Send Email
Feb 22, 2003
3:26 am
748
... Currently, mpsym currently uses gdb on UNIX to resolve symbols. Microsoft's debugger doesn't have a command-line interface and so cannot be hooked in this...
Graeme Roy
graemeroy
Offline Send Email
Feb 24, 2003
9:54 am
749
... Sorry, it might be a bit late now, but you could get all modules enumerated every time a line number/symbol is requested and then compare the list to the...
Graeme Roy
graemeroy
Offline Send Email
Feb 24, 2003
9:58 am
750
For the moment, I stuck a LoadLibrary call for each of my Dlls into mp_addextsymbols (huge hack). That's working for me. I'll look into something better...
Kelly F. Hickel
kfhickel
Offline Send Email
Feb 24, 2003
2:13 pm
751
I go to pkg/auto and do ./setup ./configure gmake and get LIBTOOL not found. I could build it in build/unix after copying mman.h from the system and editing...
willydilly123
Offline Send Email
Mar 15, 2003
2:20 am
752
... Looks like the libtool version mismatch problem. Edit setup and change generate=0 to generate=1 and then rerun. It should now work. ... I've not seen...
Graeme Roy
graemeroy
Offline Send Email
Mar 17, 2003
10:21 am
753
Roy, Thank you for our prompt response. Setting generate=0 to generate=1 and then running ... Copying top-level files Creating bin directory Creating doc...
Jim
willydilly123
Offline Send Email
Mar 17, 2003
7:40 pm
754
Hi, One very basic question on mpatrol. Is it possible to detect accesses to uninitialized memory ? A first glance at the documents makes me believe that it ...
Arvind Raman
arvind_raman
Offline Send Email
Apr 1, 2003
7:44 pm
755
... It is supported, but only for heap memory and only when using gcc with --check-memory-usage. It would still need compiler support whatever you do (object...
Graeme Roy
graemeroy
Offline Send Email
Apr 2, 2003
8:57 am
756
Thanks for the reply Graham. I too am not a GUI guy, but then I was just thinking of taking that extra bit of effort to try and see if it could be upgraded...
Arvind Raman
arvind_raman
Offline Send Email
Apr 2, 2003
6:09 pm
757
Hi all! I think the best choice for the GUI toolkit would be Qt 2.3 It is cross-platform and it is freeware for windows. The latest versions of Qt toolkits for...
Cristian Buzduga
cristi_b@...
Send Email
Apr 3, 2003
7:19 am
758
From: Cristian Buzduga [mailto:cristi_b@...] ... Yes, Qt would be nice for me, too. Although I would not have time to do the actual development, I...
Rainer Wiesenfarth
wiesenfarth
Offline Send Email
Apr 3, 2003
8:34 am
759
Hi there, Good to see people voluntering. I myself feel it would do a whole lot good to the GNU community. Though a novice, I actually wanted to put some extra...
Arvind Raman
arvind_raman
Offline Send Email
Apr 10, 2003
8:21 am
760
Hi Arvind, Thanks for getting this project off the ground. I certainly feel that it will be very beneficial to the tool itself and to the wider community. For...
Graeme Roy
graemeroy
Offline Send Email
Apr 10, 2003
12:25 pm
761
Hi all, Developing a GUI interface in QT is not difficult at all and I don't see any reason why we should not use it. For the beginning we should start with...
Cristian Buzduga
cristi_b@...
Send Email
Apr 10, 2003
4:34 pm
762
All, I would like to volenteer my time towards this project. I have extensive experience in writting applications for windows using both MFC as well as Win32...
geohuber2001
Offline Send Email
Apr 11, 2003
6:58 pm
763
That great news. So the team is now three times stronger than how it started :) In any case I guess we should divide the work among us and pick up sth that...
Arvind Raman
arvind_raman
Offline Send Email
Apr 12, 2003
7:17 am
764
For the beginning I think we should not bring any changes to the mpatrol library, except for the outside-of-process communication stuff. On later stages of...
Cristian Buzduga
cristi_b@...
Send Email
Apr 12, 2003
8:45 am
765
Hi, Good to see a lot of interest being shown in this project. However, just to clarify one point in that the mpatrol library does support being linked in at...
Graeme Roy
graemeroy
Offline Send Email
Apr 15, 2003
8:42 am
766
Hi. I'm currently trying to get mpatrol to work on an embedded Power-PC under Linux. Since I didn't get the configure-script to accept my ...
jeo_xenx
Offline Send Email
Apr 15, 2003
2:18 pm
767
I had this same problem a number of months ago with my embedded PPC Linux system. I made the following change to machine.c. I also had a run time problem ...
j s
juhika
Offline Send Email
Apr 15, 2003
5:36 pm
768
I am running mpatrol on RedHat linux 7.2 on a C++ application. After I run the mleak tool on the mpatrol log, I get lot of entries like this for unfreed...
shamimmoiz
Online Now Send Email
Apr 17, 2003
3:33 pm
769
Hi, Here is my first alpha GUI for mpatrol... :) I've attached the whole project and an executable file for win. In order to get it up and running you need to...
Cristian Buzduga
cristi_b@...
Send Email
Apr 17, 2003
4:30 pm
770
That's great Cristian :) The project seems to be moulding itself into some good shape. I would agree with you that it would be better to continue the ...
Arvind Raman
arvind_raman
Offline Send Email
Apr 18, 2003
9:52 am
771
Hi, Cristian, I installed QT on windows (the non- commercial version), (I had been using QT on linux until now), but somehow couldn't run the executable that...
Arvind Raman
arvind_raman
Offline Send Email
Apr 19, 2003
7:03 am
Messages 742 - 771 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