Search the web
Sign In
New User? Sign Up
mpatrol · mpatrol library discussion group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 493 - 522 of 1197   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
493
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,...
wdtj
Online Now Send Email
Mar 12, 2002
11:10 pm
494
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...
wdtj
Online Now Send Email
Mar 13, 2002
2:20 pm
495
... Not yet, I'm afraid. It's on my list of things to do, though. Graeme....
Graeme Roy
graemeroy
Offline Send Email
Mar 13, 2002
2:24 pm
496
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...
wdtj
Online Now Send Email
Mar 13, 2002
11:30 pm
497
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@...
Send Email
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...
Graeme Roy
graemeroy
Offline Send Email
Mar 14, 2002
9:07 am
499
... 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...
Graeme Roy
graemeroy
Offline Send Email
Mar 14, 2002
9:24 am
500
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@...
Send Email
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....
Graeme Roy
graemeroy
Offline Send Email
Mar 14, 2002
12:58 pm
502
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...
Wayne Johnson
wdtj
Online Now Send Email
Mar 14, 2002
2:54 pm
503
... 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...
Graeme Roy
graemeroy
Offline Send Email
Mar 15, 2002
3:23 pm
504
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@...
Send Email
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...
Graeme Roy
graemeroy
Offline Send Email
Mar 19, 2002
2:45 pm
506
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...
freidman@...
roee_fr
Offline Send Email
Mar 21, 2002
5:01 pm
507
... 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...
Graeme Roy
graemeroy
Offline Send Email
Mar 22, 2002
9:31 am
508
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....
Rainer Wiesenfarth
wiesenfarth
Offline Send Email
Mar 28, 2002
7:52 am
509
... Sounds like you want the heapdiff tool, which is obtained by including mpatrol/heapdiff.h and calling heapdiffstart() and heapdiffend(). Every 1000...
Graeme Roy
graemeroy
Offline Send Email
Mar 28, 2002
9:40 am
510
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...
etv
asifetv
Offline Send Email
Mar 29, 2002
8:54 am
511
... 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...
Graeme Roy
graemeroy
Offline Send Email
Mar 29, 2002
9:12 am
512
... ix86 ... libiberty.so'. This installation was done by the sys admin of my company, will get the info from him very soon !!! ... something ... Otherwise, ...
asifetv
Offline Send Email
Mar 29, 2002
11:24 am
513
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...
chad_forte
Offline Send Email
Apr 8, 2002
7:39 pm
514
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...
greearb
Offline Send Email
Apr 10, 2002
2:53 am
515
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@...
Send Email
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...
asifetv
Offline Send Email
Apr 11, 2002
6:45 am
517
... mpatrol is completely incompatible with ptmalloc (or any other malloc implementation for that matter). They both redefine malloc() and you can't have two...
Graeme Roy
graemeroy
Offline Send Email
Apr 11, 2002
8:39 am
518
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@...
Send Email
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...
noswegwe
Offline Send Email
Apr 17, 2002
4:49 pm
520
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...
cocoernie
Offline Send Email
Apr 18, 2002
7:23 am
521
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...
Graeme Roy
graemeroy
Offline Send Email
Apr 18, 2002
8:26 am
522
... The mpatrol command itself cannot set the environment variable in the current shell since environment variables can only be inherited by child processes,...
Graeme Roy
graemeroy
Offline Send Email
Apr 18, 2002
8:30 am
Messages 493 - 522 of 1197   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help