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...
Show off your group to the world. Share a photo of your group with us.

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 455 - 484 of 1197   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
474
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...
asif etv
asifetv
Offline Send Email
Feb 18, 2002
10:43 am
475
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 ...
Graeme Roy
graemeroy
Offline Send Email
Feb 19, 2002
10:36 am
476
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...
valerak_ua
Offline Send Email
Feb 20, 2002
3:39 pm
477
... 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...
Graeme Roy
graemeroy
Offline Send Email
Feb 20, 2002
4:07 pm
478
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 ... ...
valerak_ua
Offline Send Email
Feb 20, 2002
6:05 pm
479
... You first need a libbfd and libiberty installed on your system, but this should already be there if you have gcc and/or gdb. They should be in ...
Graeme Roy
graemeroy
Offline Send Email
Feb 20, 2002
6:10 pm
480
Hello again, ... this ... in ... all ... default. ... lbfd ... I rebuilt mpatrol as you told, but the problem still remains. Any more ideas ? :(( I tried to...
valerak_ua
Offline Send Email
Feb 20, 2002
6:42 pm
481
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=-...
bap6778
Offline Send Email
Feb 20, 2002
11:50 pm
482
... 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...
Graeme Roy
graemeroy
Offline Send Email
Feb 21, 2002
9:54 am
483
... 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...
Graeme Roy
graemeroy
Offline Send Email
Feb 21, 2002
10:03 am
484
... 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 =...
Jesse Marlin
jlm@...
Send Email
Feb 21, 2002
2:36 pm
Messages 455 - 484 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