Hello, I've just started to use mpatrol for memory debugging reasons of a small project. This project consists of a bunch of vendor suplied libraries with ...
Soeren Gerlach
soeren@...
Jun 4, 2004 12:05 pm
906
Hi, The most probably cause of your problem is likely to be the definitions of malloc/free, etc in libmpatrol. To remove these, simply rebuild libmpatrol but...
Hi Roy, thanks for your answer ... Okay, I've rebuilt the multithreaded library like this: gcc -shared -o libmpatrolmt-wo-malloc.so list.s.t.o tree.s.t.o...
Soeren Gerlach
soeren@...
Jun 7, 2004 2:11 pm
908
... Sorry, I have to change this issue: The new and delete operators are refrenced in the vendor code still but in the first test I made this did not screw up ...
Soeren Gerlach
soeren@...
Jun 7, 2004 2:38 pm
909
Sorry, I forgot to add that if you're using C++ then you should also remove cplus.o if you don't want to catch all new/delete calls. Graeme....
Hi Graeme, ... Brilliant, the problem is solved! mpatrol works excellent now. Thanks a lot, Soeren...
Soeren Gerlach
soeren@...
Jun 8, 2004 7:43 am
912
Hi, I'm wondering if anyone can shed some light on the following: I have the following: - MinGW 3.1.0 - mpatrol_1.4.8.tar - mpatrol-msw-GNUmakefile.tar ...
... Ooh, I think that's mine.... ... Is this supposed to work, or supposed to fail? I'm not sure exactly what the nonstandard strdup() does. Do you get the...
Sorry about the previous post.. ... files ... This test was meant to test linking in mpatrol.. no memory errors as you can see. ... Error occurs irespective of...
I am getting a lot of reported errors like operator delete: 0x08067110 was allocated with malloc and yet the trace indicates that new was called: ERROR:...
... I rebuilt the debian package from source, and this problem went away. The old package was built with an old gcc and an old libstdc++. I suspect the latter...
I am using mpatrol with mingw. We are using the cross compiler, building on Linux (Fedora Core 2) and running on Windows (2K/XP) I used mpatrol to locatate a...
Hi We have used mpatrol with some success particularly for detecting memory corruption. We are now attempting to detect memory leaks turning on PROF LEAKTABLE ...
Paul Caffrey
pcaffrey@...
Jun 21, 2004 2:06 pm
922
Hi Greame, I experienced a couble of problems with the latest distries and mpatrol. 'mpatrol' runs into endless loops and finally crashes the program even...
Hi all, ... #include <mpatrol.h> int main() { return 0; } ... $ g++ -c main main.cc g++: main: No such file or directory In file included from main.cc:1: ...
... I had this same problem. Here's a patch to malloc.c (diff -c output) that was suggested to me by someone on this list. It changes memmove as well. ... ...
Paul Dubuc
pdubuc@...
Jun 23, 2004 1:04 pm
926
... [...] ... A search of the archives for 'memmove' should find messages that mention the same problem with that function as you report with 'memset'. I...
Hi When we run the application on SunOS maud 5.8 Generic_108528-15 sun4u sparc SUNW,Ultra-4 we don't get any "not allocated" errors. However, running the...
Paul Caffrey
pcaffrey@...
Jun 23, 2004 2:30 pm
928
Hello, I am trying to compile and use mpatrol 1.4.8 on a SPARC Solaris 2.8 box with the Sun Workshop 6 update 1 Compiler. The problem I am having is that I get...
Hi all, I'm trying to use mpatrol --threads --dynamic in an embedded linux PPC environment. So far, I've 1) Cross compiled mpatrol. 2) Hit the runtime...
... I added some print statements to mpatrol, and saw that it was trying to exec my prog. So I tried it on "ls". "mpatrol ls" works "mpatrol --threads ls"...
Hi,all. i am a new user of mpatrol,working at nuclears os now .as we know,mpatrol is great!but apply it in embedded system is difficulty! because many embedded...
hi, I get a mpatrol 1.4.8 , when i follow the instruction build mpatrol under pkt/auto, ./setup ./configure ./make it generates the following messages ,...
Hello, I am using mpatrol on winXP, VC++6. I compiled my program with /Zi, but with libci.lib and ignoring libcd.lib and libcid.lib (because otherwise the...