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...
Hi Just an add on, If I use a profiler ( maybe gprof), I find out how many times a function (constructor) is called, then I calculate the memory for a single...
Hi, I'm not sure that mpatrol is the tool to do this for you. All mpatrol can do is trap calls to allocate memory and see what function performed the ...
Hi, I have explored all pthread-related messages in this group and looks like I have some unique problem. I tried to use mpatrol (1.4.8) with my application...
... Keep in mind that the LOCKDELAY patch didn't work. It needs another mutex to lock the delay count and I couldn't figure out how to easily do that. ... I...
Hello again, ... with ... 2.95.2 ... worked OK. ... I did not tried it on Sparc -- but I will surely try soon and let you know. ... continue. Are ... (in ... ...
Hello again, ... this ... in ... all ... default. ... lbfd ... I rebuilt mpatrol as you told, but the problem still remains. Any more ideas ? :(( I tried to...
Has anyone ever experienced problems with mpsym truncating log files? I can generate an mpatrol.log file that is about 3.5 MB (using MPATROL_OPTIONS="CHECK=-...
... I don't understand how this can be failing. getaddr() is called with a pointer argument of 0x1 which is obviously where the problem is occurring since the...
... Not so far. ... Remember that USEDEBUG only works when mpatrol is built with support for libbfd or you are on a Windows platform. Anyway, USEDEBUG only...
... In gdb you can do something like this for SIGTERM: (gdb) p/x signal (15,0) $1 = 0x404695a0 (gdb) set print symbol-filename on (gdb) p/a 0x404695a0 $2 =...