Hi, I am new to mpatrol. I installed mpatrol as per the documentation provided with the package. Now when I try to use mpatrol with --dynamic option issuing...
Chaudhury, Neel
nchaudhury@...
Aug 2, 2002 6:03 am
594
hello chaudhury if you are using it for linux , you can do it in the following way because i have recently did it, got to mpatrol/pkg/auto dir and run setup...
hello, iam creating dynamic plug-in for mpeg player.i have created a shared library .but iam getting memory fault(seg'fault),if i run my whole source using...
I have a trival QT example widget compiled with the mpatrol libraries linked in and have noticed a significate impact on execution speed. A program that took...
... You need to either install libbfd or libelf (both freely available). If you use libbfd you should change the Makefile to add -DFORMAT=FORMAT_BFD to...
... It sounds like you either don't have nmake in your PATH or you don't have nmake and Visual C++ installed on your system. If typing 'cl' results in the...
... You'll probably be better off using gdb or a similar debugger. If you build your shared library with -g then there should be no problem with gdb debugging...
... Yes, but you need to be very careful that you allocate/free memory in pairs, either with mpatrol or with the system C library otherwise you'll get spurious...
Hello, I ran in a strange problem with mpatrol. It seems not to detect allocations made in different threads. I understand it sounds strange but mpatrol...
... Just a thought, but are you definitely linking with libmpatrolmt rather than just libmpatrol (or are you using the --threads option with the mpatrol...
... Thank you, it really helped. Now I have advanced further and got new problem. I'd just like to ask you is this problem related to mpatrol or it still my...
... If you're wondering why the number starts at 166 then it's because of recursive calls to malloc from object file access libraries when mpatrol starts up...
when trying build mpatrol for windows in the directory /build/windows i am facing the following problem. cl -nologo -I../../src -I../../tools -Ogt -TP -c...
... You may have installed VC++ in such a way that it wants to be run in the IDE and does not set the environment. Find the batch file vcvars32.bat and run it...
Greg Herlein
gherlein@...
Aug 16, 2002 3:35 pm
609
I'm a longtime user of mpatrol and am very happy with it - it's saved my bacon on several occasions. However, a company I am consulting to uses Purify thugh...
Greg Herlein
gherlein@...
Aug 16, 2002 8:38 pm
610
... I'd like just make it more precise. The point is it looks like gethostbyname_r makes such an allocations so many times as it is called. The longer program...
... If you're on a system supporting software watchpoints, such as Solaris and IRIX then the OFLOWWATCH option can be used to detect both free memory reads and...
... That doesn't sound right. However, it doesn't sound like anything that you're doing wrong - more likely the implementation of gethostbyname_r() is doing...
Hi all, Just under 12 months ago there was talk about run-time support for Windows with some idea of how to implement it from Kelly F Hickel.. "I think that...
Hi people. The make all process is stopping due to errors in compiling, specifically the source seems to have an undefined define. I suspect I need to define...
... I'm afraid you're into uncharted territory here since mpatrol hasn't yet been compiled for Borland C/C++ on Windows (only Microsoft Visual C/C++) - unless...
... I'm afraid so. I haven't heard anything more about it either so I suspect development has stopped on that extension. If any other Windows gurus out there...
Thanks for the quick answer on that structure. I'm going to forge ahead, with a little help, and get mPatrol working with BCC. I'm sure others want to use it...
... AR should be set to the name of the archiver. LD should be set to the name of the linker. I just used the standard makefile conventions, but you can also...
... It was the only way I could think of to do it, and coming from a UNIX background I knew very little about the different DOS/Windows compilers (I've only...
Hello, I am still trying to get mpatrol to work my QT based application. I followed the suggestions in posting #601 about removing cplus.o and malloc.o when I...
... application. ... and ... has ... A little additional info: It looks like some of the 'free of unallocated memory' errors that occur as I describe above...