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...
... 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 ...
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...
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...
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...
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...
... 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...
... 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...
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...
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...
... 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...
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...
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 ...
... 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...
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...
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@...
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...
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...
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...
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@...
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...
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...
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@...
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...
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 ...
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...
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@...
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 ...
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...