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...
... 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...
... 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...
... 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...
Hello Graeme. I tried again to build mpatrol. I got these warnings during building several times: ///////////////////////////// ld: Warning: Unresolved: __Argv...
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...
... 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...
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...
... 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...
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...
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...
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...
... 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 ...
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...
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...
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...
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...
... 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...
... 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...
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...
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...
... 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...
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...
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 ...
... 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...
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...
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@...
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...
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...