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...
Hello, I've just started trying to use mpatrol but I've hit a problem with two unresolves at link time. These are ___env_initialized and ___piob. I've compiled...
I downloaded the mpatrol source and compiled successfully on a FreeBSD 4.7 box. However, when I compile my program I get some error messages. ... Can you help?...
Additionally, I tried also to compile the program normally and then use mpatrol --dynamic --threads ./srv and I got this error message Fatal error 'Cannot...
Hello, well I've managed to get it to compile and link but it does'nt seem to produce any output? Umm. How do people set the environment variables under...
Hello, this is getting really depressing now. Ok so I'll start from the begining. I'm using Windows2000 with the VC++ version 6 compiler. I'm using the VC++...
Ah! finally cracked it with the link line: mpatrol.lib user32.lib msvcrt.lib libmpatrolmt.lib imagehlp.lib winmm.lib setupapi.lib PEGRP32A.LIB ws2_32.lib...
Attached below to the mail is the linker error that I get while I try and build my application to the mpatrol library. Following is the configuration of the...
Just forgot to add this is my earlier mail. When I try and build the mpatrol library on my computer I get the following error message make: *** No rule to make...
Hi, I think you have deleted the mpatrol.def file by mistake. This file is included in the mpatrol distribution. So you have to extract it again from the tgz...
Cristian Buzduga
cristi_b@...
Apr 25, 2003 7:31 am
781
Hello, I'm having a few problems using mpatrol with MSVC++ 7 (.net). I have no problem compiling the mpatrol libraries. But I cannot get them to work...
Hi, Apologies for not getting back to you sooner but I've been on holiday for the last week or so. It looks like the atexit() in glibc is calling malloc to...
Hi, Sorry I didn't get back to you about this but I was on holiday for the last week. I haven't had a chance to look at your code yet, but I'll get round to it...