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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 593 - 622 of 1197   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
593
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@...
Send Email
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...
Venugopal
hivenu_k
Offline Send Email
Aug 2, 2002
6:47 am
595
... maybe ld -shared -o libiberty.so --whole-archive /usr/lib/libiberty.a -ldl helps (dlopen is in libdl) Regards, Volker -- Volker Boerchers, boercher@......
Volker Boerchers
boercher
Offline Send Email
Aug 2, 2002
8:08 am
596
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...
ashokaradhya
Offline Send Email
Aug 5, 2002
11:13 am
597
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...
juhika
Offline Send Email
Aug 8, 2002
8:30 pm
598
... 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...
Graeme Roy
graemeroy
Offline Send Email
Aug 13, 2002
12:03 pm
599
... 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...
Graeme Roy
graemeroy
Offline Send Email
Aug 13, 2002
12:11 pm
600
... 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...
Graeme Roy
graemeroy
Offline Send Email
Aug 13, 2002
12:13 pm
601
... 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...
Graeme Roy
graemeroy
Offline Send Email
Aug 13, 2002
12:17 pm
602
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...
ivihovsky
Offline Send Email
Aug 14, 2002
10:12 pm
603
... Just a thought, but are you definitely linking with libmpatrolmt rather than just libmpatrol (or are you using the --threads option with the mpatrol...
Graeme Roy
graemeroy
Offline Send Email
Aug 15, 2002
9:36 am
604
... 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...
Ivan Vihovsky
ivihovsky
Offline Send Email
Aug 15, 2002
9:12 pm
605
... 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...
Graeme Roy
graemeroy
Offline Send Email
Aug 16, 2002
9:20 am
606
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...
Venugopal
hivenu_k
Offline Send Email
Aug 16, 2002
12:35 pm
607
... Have you got the INCLUDE or LIB environment variables set? Sounds like your Visual C++ installation isn't complete. Graeme....
Graeme Roy
graemeroy
Offline Send Email
Aug 16, 2002
12:40 pm
608
... 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@...
Send Email
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@...
Send Email
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...
Ivan Vihovsky
ivihovsky
Offline Send Email
Aug 16, 2002
8:52 pm
611
... 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...
Graeme Roy
graemeroy
Offline Send Email
Aug 19, 2002
8:45 am
612
... 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...
Graeme Roy
graemeroy
Offline Send Email
Aug 19, 2002
8:49 am
613
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...
tonygeros
Offline Send Email
Sep 6, 2002
4:05 am
614
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...
krlux
mikwehage
Offline Send Email
Sep 9, 2002
1:57 am
615
... 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...
Graeme Roy
graemeroy
Offline Send Email
Sep 9, 2002
8:14 am
616
... 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...
Graeme Roy
graemeroy
Offline Send Email
Sep 9, 2002
9:09 am
617
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...
mikwehage
Offline Send Email
Sep 9, 2002
3:23 pm
618
You have to be careful - that kind of data is WAY compiler-specific....
Arkadiy Belousov
arkadiybelou
Offline Send Email
Sep 9, 2002
3:25 pm
619
... 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...
Graeme Roy
graemeroy
Offline Send Email
Sep 9, 2002
3:29 pm
620
... 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...
Graeme Roy
graemeroy
Offline Send Email
Sep 9, 2002
3:41 pm
621
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...
juhika
Offline Send Email
Sep 9, 2002
6:00 pm
622
... application. ... and ... has ... A little additional info: It looks like some of the 'free of unallocated memory' errors that occur as I describe above...
juhika
Offline Send Email
Sep 9, 2002
7:13 pm
Messages 593 - 622 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