Would anyone like to share your experience of using MPatrol on OS/390? I am debugging a memory issue and am considering using MPatrol, but would feel much...
Build problem on x86 debian. Seems I have an m4 problem. Any ideas? bgreear@rack1-2:~/mpatrol/pkg/auto$ make cd . && aclocal aclocal: configure.in: 38: macro...
Under gcc version 2.95 this helps..... The STL library tends to use its own allocators instead of malloc/free whenever possible. This means millions of...
John Carter
john.carter@...
Apr 10, 2002 3:28 am
516
Hi I now understood the strange problem that came up on linux. The thing was with some switches for my application On linux my program was linking the...
... mpatrol is completely incompatible with ptmalloc (or any other malloc implementation for that matter). They both redefine malloc() and you can't have two...
I am getting a core dump before I even get to __mp_init on Tru64. I guess this is some sort of linking problem on my part but I am not sure what it is. Here...
Jesse Marlin
jlm@...
Apr 11, 2002 9:02 pm
519
Hi, Downloaded mpatrol the other day, and after comparing it with electric fence and dmalloc, it looks like the better tool. However-- while initial inspection...
Does anybody know how to use the mpatrol command to set the environment variable in the shell? I am using LINUX redhat 7.1 and I cant seem to set the...
Hi, ... You need to have GNU make installed on your system for that Makefile (it says it in the makefile itself). Apart from that, doing: cd build/unix make...
... The mpatrol command itself cannot set the environment variable in the current shell since environment variables can only be inherited by child processes,...
No matter what I try I am unable to build the mpatrol library from windows. I tries both NMAKE and GNU Make. I am using the lastest version of mpatrol from...
Robin Forster
robin.forster@...
Apr 20, 2002 7:10 pm
524
I am having a slight problem linking mpatrol into my app. I get quite a few unresolved externals (as shown below) even though I have linked with imagehlp.lib...
Robin Forster
robin.forster@...
Apr 21, 2002 2:51 am
525
I encounter errors when I include mpatrol.h in my other .cpp files other than main.cpp. I am using C++ in the KDE environment (LINUX redhat 7.1) The errors...
It is a C++ project, using namespaces... could this cause any of these errors? ... From: "Graeme Roy" <graeme.roy@...> To: <mpatrol@yahoogroups.com> ...
Robin Forster
robin.forster@...
Apr 22, 2002 2:54 pm
530
... Hopefully not. The namespace name would appear in the qualified name of the undefined symbol from the linker if that was the case. If you could let me...
Strange... when I remove mpatrol completely it links with "_errno" without any problems. ... From: "Graeme Roy" <graeme.roy@...> To:...
Robin Forster
robin.forster@...
Apr 22, 2002 3:02 pm
532
... Makefile (it ... if you ... you ... I guess I don't have a problem with installing GNU make if I can install it without having to install all of the GNU C ...
I am using Visual Studio but I could send you the whole project if you like. There is alot of data (its about 40Mb) but I could just send the source code... it...
Robin Forster
robin.forster@...
Apr 22, 2002 7:39 pm
534
... I have included f-exceptions to enable exception handling. then the following error occured during compilation: /usr/local/include/mpatrol.h: In function...
I tried to use the mprof command: mprof --addresses mpatrol.10165.log but the error returned was: mprof: Invalid file format may I know what format shd the...
... I'm afraid I have no idea. The only reason I can think of is that you are not calling the operator new and delete that are defined in mpatrol.h. Why don't...
Hi, I'm new to mpatrol, and am having some difficulty getting it to build on a Unixware platform (using cc or gcc). I note from previous posts that some...
Hello, I'm new to mpatrol. I just downloaded and installed it on a RedHat 6.1 Linux without too much difficulties (I didn't have libtool installed, and the...
... Other people have mentioned this problem as well, but I don't quite understand enough about the inner workings of libtool to figure out how to fix it. ... ...