Hi List I am completely new in this list and just started to use mpatrol library. So, sorry if this was already asked before. I am using mpatrol to track bad...
Hi, Unfortunately, in release versions of Win32 applications, no debugging information exists so there is no way to map code addresses back to filenames/line...
Thanks for the prompt response. Seems we are in the same time-zone. It's cool. Well, it works (partially) New output I've got, shows following 0x024396C0 (16...
Hi, You should be able to set the USEDEBUG option in the MPATROL_OPTIONS environment variable, or you can use --use-debug if running it under the mpatrol ...
I have WIN 98 and Sun JRE 1.4.2_01. I am getting exceptions on some websites. The error log indicates -- We are unable to locate the function name symbol for...
... See 'The IMAGEHLP.DLL Saga' here: http://jrfonseca.dyndns.org/projects/gnu-win32/software/drmingw/#imagehlp I'm not sure whether it'll help with this...
I am getting the following error while i am building mpatrol on Red Hat Linux 7.2 . make[2]: Entering directory `/home/mms/mpatrol/pkg/auto/src' /bin/sh...
sandhya satyanarayan
sandhya_0209@...
Nov 19, 2003 12:54 pm
872
Hi, Some one please find some time to help me. I am new to mpatrol. After building the kit mannually in Tru64 i copied all the relavant files in relavant...
check your LD_LIBRARY_PATH env variable. It should contain the directory where the libmpatrol.so located. and set MPATROL_OPTIONS env variable, for example set...
We use ACE(Adaptive Communication Environment which is a platform) as our support platform. ACE encapsulate most of OS's call such as memory operation. When we...
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 ...