I know your original post is pretty old... I appear to be having the same sympton on our Solaris systems. I detected it with the Solaris watchmalloc library,...
Is there a way to ignore an error, like in purify? Case in point, we keep getting hits on this tzset on Solaris. Based on the number of unanswered references...
I've specified the USEDEBUG option and compiled and linked with -g, but I'm not getting line numbers in the log file (just function names and offsets). I'm...
That's a feature we would really appreciate. In the project I'm working on, we are enforcing a 0-defect policy by running all the unit tests with mpatrol and...
carlos.guerreiro@...
Mar 14, 2002 7:17 am
498
... Yes you do. Only BFD and Windows platforms currently support USEDEBUG. However, you can use the mpsym command to fill this information in later. ... Yes...
... In the most recent release of mpatrol I added an __mp_match() function to getopt.c with the intention of using that to pattern-match a file of function...
I have compiled my code on linux 2.2 with -g option and also with "bfd" but at the time of execution I am unable to see the line number in the log file . pls...
Shukla, Vineet (MED)
Vineet.Shukla@...
Mar 14, 2002 12:46 pm
501
... Did you use the USEDEBUG option? If you did and it still doesn't work, does the mpsym command work OK on the log file? Graeme....
Might I suggest adding a full "path" to the function, say something like "localtime!tzset", so that you can ignore not just the single function, but a stack of...
... Did it work for you? ... I'm afraid don't know anything about ACE so I can't help you there. ... If you're using LOGALLOCS and no allocs appear, it's...
Hello, I am having trouble compiling (using configure) the latest version of 1.4.8 under Unixware 7 both with the system compiler (CC) and with gcc 2.95.2 ...
Fabrizio Ammollo
f.ammollo@...
Mar 19, 2002 2:22 pm
505
... I don't have access to a Unixware machine any more (I ported mpatrol version 1.2.2 to Unixware in June 2000 and haven't used it there since) so I'm afraid...
Hello! When trying to install mpatrol on RH 7.2, I get this message: # rpm -Uvh mpatrol-1.4.7-1.i386.rpm error: failed dependencies: libstdc++.so.2.10 is...
... No idea, I'm afraid. Where did you get the RPM? mpatrol shouldn't have any dependency on libstdc++.so (it doesn't call any routines in it) and the...
I am a new user of mpatrol. I would like to use it to locate which part of my application uses up memory. In detail: I have a loop iterating millions of times....
... Sounds like you want the heapdiff tool, which is obtained by including mpatrol/heapdiff.h and calling heapdiffstart() and heapdiffend(). Every 1000...
Hi I am a regular user of mpatrol on Solaris. But for getting faster results I installed mpatrol on linux. usually I run mpatrol on solaris as follows $mpatrol...
... That all looks OK to me. ... How did you obtain libiberty.so? The most reliable way on Linux ix86 is to run 'ld -whole-archive /usr/lib/libiberty.a -G -o...
... ix86 ... libiberty.so'. This installation was done by the sys admin of my company, will get the info from him very soon !!! ... something ... Otherwise, ...
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,...