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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 444 - 473 of 1197   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
444
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...
Graeme Roy
graemeroy
Offline Send Email
Jan 10, 2002
11:18 am
445
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@...
Send Email
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@...
Send Email
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...
Graeme Roy
graemeroy
Offline Send Email
Jan 15, 2002
2:58 pm
448
... 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@...
Send Email
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@...
Send Email
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. ......
Graeme Roy
graemeroy
Offline Send Email
Jan 16, 2002
2:51 pm
451
... 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@...
Send Email
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...
Graeme Roy
graemeroy
Offline Send Email
Jan 17, 2002
9:57 am
453
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...
georgeytwu2
Offline Send Email
Jan 26, 2002
8:24 am
454
... Not possible at the moment, I'm afraid. Even with source changes, the most you can do is call __mp_clearleaktable(), __mp_startleaktable(), ...
Graeme Roy
graemeroy
Offline Send Email
Jan 28, 2002
9:52 am
455
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...
wootletootle
Offline Send Email
Feb 1, 2002
10:18 pm
456
... 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...
Graeme Roy
graemeroy
Offline Send Email
Feb 4, 2002
9:55 am
457
... `1.3.5' ... information. ... bit ... you ... the ... variable ... Hopefully ... automake and ... Yes thanks, that worked just fine. Now I hope to use...
wootletootle
Offline Send Email
Feb 4, 2002
11:14 am
458
Todays release of Mozilla 0.9.8 no longer has the bug reporting problems I reported earlier. Good stuff :) -- Tarjei Knapstad...
Tarjei Knapstad
tarjeik@...
Send Email
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...
hnyan920
Offline Send Email
Feb 10, 2002
12:36 am
460
... 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...
Graeme Roy
graemeroy
Offline Send Email
Feb 11, 2002
9:26 am
461
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...
yan
hnyan920
Offline Send Email
Feb 11, 2002
3:35 pm
462
... 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...
Graeme Roy
graemeroy
Offline Send Email
Feb 11, 2002
3:41 pm
463
... "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@...
Send Email
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...
Graeme Roy
graemeroy
Offline Send Email
Feb 11, 2002
5:26 pm
465
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@...
Send Email
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...
johnrohlf
Offline Send Email
Feb 13, 2002
11:18 pm
467
... 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...
Graeme Roy
graemeroy
Offline Send Email
Feb 14, 2002
9:21 am
468
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@...
Send Email
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...
Graeme Roy
graemeroy
Offline Send Email
Feb 14, 2002
1:57 pm
470
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@...
Send Email
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...
Graeme Roy
graemeroy
Offline Send Email
Feb 14, 2002
2:09 pm
472
... 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@...
Send Email
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...
asif etv
asifetv
Offline Send Email
Feb 18, 2002
10:20 am
Messages 444 - 473 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