The 1.4.8 release of mpatrol has just been completed and uploaded to http://www.cbmamiga.demon.co.uk/mpatrol/files/mpatrol_1.4.8.tar.gz It contains the...
I apologize in advance for the long email. I am using the configure script to compile with gcc-2.95.3 on Tru64. Here are some things I have fixed or changed...
Jesse Marlin
jlm@...
Jan 11, 2002 9:46 pm
446
I'm trying to use mpatrol (1.4.8) on Windows (2k with VC++ 6.0) with dynamically loaded dlls. My primary process runs fine with mpatrol, but after calling...
Shmulik Regev
shmul@...
Jan 15, 2002 2:48 pm
447
... You are correct. mpatrol does not yet work properly with dynamically loaded libraries, whether it be on Windows or UNIX. The problem is knowing how to...
... What if will add an mp_load_library call that encapsulate both win32's LoadLibrary and the mpatrol symbol loading code ? Cheers, Shmul...
Shmulik Regev
shmul@...
Jan 16, 2002 6:28 am
449
Is it necessary to link every dll that is required by an executable with mpatrol.lib (or mpatrolmt.lib) ? Specifically, I'm using STLPort 4.5 dll (not directly...
Shmulik Regev
shmul@...
Jan 16, 2002 2:44 pm
450
... No, you should only link mpatrol with the final executable or with only one DLL, otherwise you might get two or more sets of mpatrol library functions. ......
... This is indeed what I get (a lot of NOTALL errors). What calls, in what executables/dlls does mpatrol patches ? How can I be sure that the allocator used...
Shmulik Regev
shmul@...
Jan 17, 2002 7:58 am
452
... You can find a list of all patched calls in mpatrol/build/windows/mpatrol.def. If you want to make the executable use the mpatrol functions then you must...
Can someone tell me how I can use mpatrol to only profile a program from a specific point and stop at the specific point (preferably without source code...
Hello, I have not yet succeeded in compiling Mpatrol v.1.4.8 under Linux (Slackware 8.0, kernel 2.4.12). Configuration (mpatrol/pkg/auto) succeeds, but during...
... Hmmm, I suspect something's gone wrong with my scripts. I'm still a bit of a novice when it comes to autoconf/automake/libtool. However, if you go back...
... `1.3.5' ... information. ... bit ... you ... the ... variable ... Hopefully ... automake and ... Yes thanks, that worked just fine. Now I hope to use...
Todays release of Mozilla 0.9.8 no longer has the bug reporting problems I reported earlier. Good stuff :) -- Tarjei Knapstad...
Tarjei Knapstad
tarjeik@...
Feb 5, 2002 1:32 pm
459
Hallo, I am new comer of Mpatrol. I use mpatrol in Microsoft Visual C++ 6.0 and windows 98 platform. Who can tell me where I can set the Mpatrol-option? I want...
... You need to change the environment variable MPATROL_OPTIONS in order to set these options. ... Not really on topic here, but I seem to remember you go to...
Hallo Graeme, Thanks very much for your reply. Would you please tell me where I can change the environment variable MPATROL_OPTIONS? I know how to set...
... In the shell. ... You don't need the debug versions of Visual C++ libraries unless you want to debug them, but why would you want to do that? You should...
... "THIS E-MAIL MESSAGE ALONG WITH ANY ATTACHMENTS IS INTENDED ONLY FOR THE ADDRESSEE and may contain confidential and privileged information. If the reader...
Shukla, Vineet (MED)
Vineet.Shukla@...
Feb 11, 2002 5:07 pm
464
... You appear to have libmpatrolmt *and* libmpalloc. They are mutually exclusive and will most likely result in the behaviour you are seeing. You also...
Hi , I have compiled my multithreaded application with following options in my Imakefile ADD_SOS = mpatrolmt bfd iberty and it gets built successfully . at the...
Shukla, Vineet (MED)
Vineet.Shukla@...
Feb 13, 2002 5:57 am
466
Ok, I've gone through the following: 1. Verified the problem with mixing static/dll libs - I chose static. 2. Solved the "multiply-defined" problem by linking...
... I've seen (4) before, and that can also be fixed by getting mpatrol to define it's own __mp_getenv() to read environment variables, simply by searching...
Hi, I'm trying to use mpatrol with a KDE application. I've generated a minimal KDE application using kdevelop, hacked the required files to enable mpatrol...
Etay Meiri
cl1@...
Feb 14, 2002 1:50 pm
469
... You haven't said what platform you're on, but if it's Linux and you have a multithreaded process, LOGALL (or more specifically LOGMEMORY) won't work. This...
Hi, I have two global STL-auto_ptr objects. One resides in a compilation unit whose object file is linked into a shared library. The other one resides in a...
"Rex, Sören"
SRex@...
Feb 14, 2002 2:02 pm
471
... It depends on the operating system. However, in general the mpatrol library will be finalised in the reverse order that it was initialised. i.e. if your...
... My platform is indeed Linux - RH7.2, gcc 2.96 20000731, glibc-2.2.4-13. The process is not multithreaded. I tried it with LOGFREE and got the same results....
Etay Meiri
cl1@...
Feb 15, 2002 2:03 pm
473
Hi If this question does not fit in here I'm sorry, But it would be grateful if somebody could help me out. How do I get the memory consumed by various classes...