I did not have problems compiling with mpatrol and ACE May be your link order is messed up But my application core dumps , may be because i am using JNI BIN...
Hi I am trying to use mpatrol for doing memory leak checks on my c++ application running on RHEL 3.0 Linux with Jni integration (JDK1.4.2) and ACE 5.4 I am...
Hi! ... @(#) mpatrol 1.4.8 (02/01/08) Copyright (C) 1997-2002 Graeme S. Roy This is free software, and you are welcome to redistribute it under certain ...
Hi All, I want to install maptrol in my computer with linux os,but I failed in installation.My installation is as following, first step;go to the ../auto/...
... course. You can find ... MinGW gcc. I have ... right. The closest I ... that I could not ... Downloads page; that ... have the libs, I'm ... Unix-centric,...
Hi Greg, ... -lbfd -liberty -limagehlp ... Bingo, that worked! But why "-lbfd -liberty -limagehlp"? I searched the mpatrol-manual for this phrases and get ...
... '-lbfd' and '-liberty' are in the manual. Just figure that gcc is originally a *nix compiler, so follow the *nix instructions; disregard the msw...
Hi, I have a problem concerning the position of the mpatrol.h in combination with mingw and iostream, but I'm not sure, whether mingw plays really a role in...
I have a mfc application that uses a DLL. I want to debug the memory usage of both. 1.) Which version should I use where? libmpatrol, libmpatrolmt, mpatrol? ...
Hello, I'm afraid I can't answer all your questions, but I will say that this problem is not related to mingw. I've seen this same behaviour on linux. In fact,...
New developments: 1.) Tried also to use: __mp_printf in both (DLL and MFC appl) none worked! 2.) tried to link only the dll wiht mpatrol. The only output in...
... Look for a message I posted here on Fri, 09 May 2003 11:53:17 -0400 under the subject Linking to msw apps that use dlls If yahoogroups has deleted its...
... It seems unusual to put a third-party library's headers where the system headers reside. I don't see any reason why that wouldn't work here--I just don't...
... I found the article but not the atachment :( ... compile ... No. Error messages in the mpatrol log file ... How do i find out???, How could I replace this?...
... [Greg Chicares wrote:] ... It's in the 'files' area now. ... Try posting representative messages here. ... What compiler are you using? I think I've heard...
Hello, I'm trying to set these MPATROL_OPTIONS to change the directory where output files are put but they don't seem to be recognized. ERROR: unrecognised...
Paul Dubuc
pdubuc@...
Apr 23, 2004 6:57 pm
895
I've been trying out mpatrol 1.4.8 with code built with GCC g++ 3.3.1 and see lots of errors like the following come out when processes start up. They all ...
Paul Dubuc
pdubuc@...
Apr 26, 2004 6:25 pm
896
Sorry, I forgot to attach the error the first time. ... -- Paul M. Dubuc Dept. 24 | Rm. 4349B | ext. 2692 http://www.purl.org/dubuc/cas/ @(#) mpatrol 1.4.8...
Paul Dubuc
pdubuc@...
Apr 26, 2004 6:49 pm
897
... [...] ... My message of 16 May 2003 00:27:23 -0400 suggests a way to fix this. Let me know if you can't find it in the online archives....
Hi , I have created the Mpatrol libraries , but now I need link my application using MPatrol . The documentation only gives instructions for UNIX . Is there a...
Hi Greame, ... int main(int argc, char *argv[]) { return 0; } ... Compiled with g++ 3.4.0 on Pentium III (SuSE; Kernel 2.4.21-199) results in an endless loop...
Hi again, well, linking to the static mpatrol library version works with the given simple example. But the recursive call to 'ssignal' occurs again if the...
Dear Sir, I am trying to execute test7.c but it is giving linker errors I am using windows2000 and VC++6.0.The errors are ... Linking... LIBC.lib(malloc.obj) :...
I'm having problems with threads deadlocking in mpatrol on Solaris 8 (SPARC, 16 CPUs). The root cause seems to be the fact that the pthreads library calls ...
Paul Dubuc
pdubuc@...
May 12, 2004 8:22 pm
904
Hmmm ... This problem goes away when I use the NOPROTECT option. The program runs very much faster too. Seems to work fine now. Paul ... -- Paul M. Dubuc ...
Paul Dubuc
pdubuc@...
May 13, 2004 9:18 pm
905
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 ...