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 730 - 759 of 1197   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
730
Hi, Is it possible to obtain the maximum amount memory that was allocated during a run of a program, and the number of times operator new was called. Also can...
mukund_deshpande <muk...
mukund_deshp...
Offline Send Email
Jan 2, 2003
8:58 pm
731
... I am Tru64 Version 4.0 ;)...
andrey_shakirov <asha...
andrey_shakirov
Offline Send Email
Jan 5, 2003
12:42 pm
732
... msize isn't implemented in mpatrol. If you let me know where in the documentation you saw that it was, I'll remove it for the next release. You can...
Graeme Roy
graemeroy
Offline Send Email
Jan 6, 2003
9:58 am
733
... It's in the log file at the end of the program. See: http://www.cbmamiga.demon.co.uk/mpatrol/mpatrol_44.html and look for items 29 and 30 in the list at...
Graeme Roy
graemeroy
Offline Send Email
Jan 6, 2003
10:08 am
734
... Looks like a problem occurring in the Tru64 stack unwinding library. It's probably occurring due to the recursive malloc() problem (it calls malloc to...
Graeme Roy
graemeroy
Offline Send Email
Jan 6, 2003
10:11 am
735
Hello Graeme. I tried again to build mpatrol. I got these warnings during building several times: ///////////////////////////// ld: Warning: Unresolved: __Argv...
andrey_shakirov <asha...
andrey_shakirov
Offline Send Email
Jan 7, 2003
9:04 am
736
Hello Graeme. I think I have found the solution !!! Well, I have compiled with option "-v". And here what I got: /usr/lib/cmplrs/cxx/exx -g0 -O2 -thread_safe...
andrey_shakirov <asha...
andrey_shakirov
Offline Send Email
Jan 7, 2003
1:30 pm
737
... Glad you managed to resolve your problem. The only shortcoming that I can see is that you're no longer overriding malloc/new for the whole program, only...
Graeme Roy
graemeroy
Offline Send Email
Jan 8, 2003
9:15 am
738
Is there any way of estimating the extra overhead of mpatrol for an application, and in cases where the memory usage is a bit tight, what can be done (if...
Blane Bramble
blane.bramble
Offline Send Email
Jan 9, 2003
10:40 am
739
... The main culprits are PAGEALLOC and OFLOWSIZE since they affect the amount of memory allocated per allocation. USEDEBUG can be quite a resource hog too...
Graeme Roy
graemeroy
Offline Send Email
Jan 9, 2003
11:17 am
740
I'm having problems using mpatrol on a binary running on a RedHat 7.3 (i686) system. I've tried using both "mpatrol --threads --dynamic" and linking against...
andy_juniper <andrew....
andy_juniper
Offline Send Email
Jan 28, 2003
12:27 pm
741
I'm afraid I haven't heard of any such behaviour on Red Hat 7.3, although I'm still using 7.2 (and about to upgrade to 8.0). Perhaps someone on this list has...
Graeme Roy
graemeroy
Offline Send Email
Jan 28, 2003
1:48 pm
742
Hi - I've just installed mpatrol on Red Hat 7.2, and I have a problem with 'mpatrol --dynamic' - any help would be much appreciated. first a couple of problems...
evan_3678 <mdhe51@...>
evan_3678
Offline Send Email
Feb 12, 2003
5:41 pm
743
... Ah ha. This has been puzzling me (and quite a few others) for a while. I've had a lot of people mention that libtool doesn't work properly in the ...
Graeme Roy
graemeroy
Offline Send Email
Feb 13, 2003
10:56 am
744
Were there any answers to this, or did you find a way around it? I seem to be having the same problem, even though I explicitly linked my the dlls that are...
kfhickel <kfh@...>
kfhickel
Offline Send Email
Feb 21, 2003
10:16 pm
745
One thing we fonud we were doing wrong, at least with Visual Studio .NET, was to make sure the proper version of dbhelp.dll (found in "Progra~1/Visual Studio...
Brian Boonstra
brianboonstra
Offline Send Email
Feb 21, 2003
10:28 pm
746
My main problem seems to be the dynamically loaded DLLs, I get symbols for the stuff that's linked into the .exe, but not for the others. Also, does anyone...
Kelly F. Hickel
kfhickel
Offline Send Email
Feb 21, 2003
10:30 pm
747
All right, how bad a hack do people think it would be to modify mp_addextsymbols() (or the caller of it) to somehow get a list of additional DLLs that should...
kfhickel <kfh@...>
kfhickel
Offline Send Email
Feb 22, 2003
3:26 am
748
... Currently, mpsym currently uses gdb on UNIX to resolve symbols. Microsoft's debugger doesn't have a command-line interface and so cannot be hooked in this...
Graeme Roy
graemeroy
Offline Send Email
Feb 24, 2003
9:54 am
749
... Sorry, it might be a bit late now, but you could get all modules enumerated every time a line number/symbol is requested and then compare the list to the...
Graeme Roy
graemeroy
Offline Send Email
Feb 24, 2003
9:58 am
750
For the moment, I stuck a LoadLibrary call for each of my Dlls into mp_addextsymbols (huge hack). That's working for me. I'll look into something better...
Kelly F. Hickel
kfhickel
Offline Send Email
Feb 24, 2003
2:13 pm
751
I go to pkg/auto and do ./setup ./configure gmake and get LIBTOOL not found. I could build it in build/unix after copying mman.h from the system and editing...
willydilly123
Offline Send Email
Mar 15, 2003
2:20 am
752
... Looks like the libtool version mismatch problem. Edit setup and change generate=0 to generate=1 and then rerun. It should now work. ... I've not seen...
Graeme Roy
graemeroy
Offline Send Email
Mar 17, 2003
10:21 am
753
Roy, Thank you for our prompt response. Setting generate=0 to generate=1 and then running ... Copying top-level files Creating bin directory Creating doc...
Jim
willydilly123
Offline Send Email
Mar 17, 2003
7:40 pm
754
Hi, One very basic question on mpatrol. Is it possible to detect accesses to uninitialized memory ? A first glance at the documents makes me believe that it ...
Arvind Raman
arvind_raman
Offline Send Email
Apr 1, 2003
7:44 pm
755
... It is supported, but only for heap memory and only when using gcc with --check-memory-usage. It would still need compiler support whatever you do (object...
Graeme Roy
graemeroy
Offline Send Email
Apr 2, 2003
8:57 am
756
Thanks for the reply Graham. I too am not a GUI guy, but then I was just thinking of taking that extra bit of effort to try and see if it could be upgraded...
Arvind Raman
arvind_raman
Offline Send Email
Apr 2, 2003
6:09 pm
757
Hi all! I think the best choice for the GUI toolkit would be Qt 2.3 It is cross-platform and it is freeware for windows. The latest versions of Qt toolkits for...
Cristian Buzduga
cristi_b@...
Send Email
Apr 3, 2003
7:19 am
758
From: Cristian Buzduga [mailto:cristi_b@...] ... Yes, Qt would be nice for me, too. Although I would not have time to do the actual development, I...
Rainer Wiesenfarth
wiesenfarth
Offline Send Email
Apr 3, 2003
8:34 am
759
Hi there, Good to see people voluntering. I myself feel it would do a whole lot good to the GNU community. Though a novice, I actually wanted to put some extra...
Arvind Raman
arvind_raman
Offline Send Email
Apr 10, 2003
8:21 am
Messages 730 - 759 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