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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 905 - 939 of 1197   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
905
Hello, I've just started to use mpatrol for memory debugging reasons of a small project. This project consists of a bunch of vendor suplied libraries with ...
Soeren Gerlach
soeren@...
Send Email
Jun 4, 2004
12:05 pm
906
Hi, The most probably cause of your problem is likely to be the definitions of malloc/free, etc in libmpatrol. To remove these, simply rebuild libmpatrol but...
Roy, Graeme
graemeroy
Offline Send Email
Jun 7, 2004
8:46 am
907
Hi Roy, thanks for your answer ... Okay, I've rebuilt the multithreaded library like this: gcc -shared -o libmpatrolmt-wo-malloc.so list.s.t.o tree.s.t.o...
Soeren Gerlach
soeren@...
Send Email
Jun 7, 2004
2:11 pm
908
... Sorry, I have to change this issue: The new and delete operators are refrenced in the vendor code still but in the first test I made this did not screw up ...
Soeren Gerlach
soeren@...
Send Email
Jun 7, 2004
2:38 pm
909
Sorry, I forgot to add that if you're using C++ then you should also remove cplus.o if you don't want to catch all new/delete calls. Graeme....
Roy, Graeme
graemeroy
Offline Send Email
Jun 7, 2004
3:29 pm
910
Hi Graeme, ... Brilliant, the problem is solved! mpatrol works excellent now. Thanks a lot, Soeren...
Soeren Gerlach
soeren@...
Send Email
Jun 8, 2004
7:43 am
912
Hi, I'm wondering if anyone can shed some light on the following: I have the following: - MinGW 3.1.0 - mpatrol_1.4.8.tar - mpatrol-msw-GNUmakefile.tar ...
hermanator12002
Offline Send Email
Jun 9, 2004
9:03 pm
913
... Ooh, I think that's mine.... ... Is this supposed to work, or supposed to fail? I'm not sure exactly what the nonstandard strdup() does. Do you get the...
Greg Chicares
chicares
Offline Send Email
Jun 10, 2004
1:02 am
914
... files ... Click...
hermanator12002
Offline Send Email
Jun 10, 2004
6:03 pm
915
Sorry about the previous post.. ... files ... This test was meant to test linking in mpatrol.. no memory errors as you can see. ... Error occurs irespective of...
hermanator12002
Offline Send Email
Jun 10, 2004
6:08 pm
916
Ok.. Looks like DllMain is not being called when building C version. ... files ... Click...
hermanator12002
Offline Send Email
Jun 10, 2004
6:26 pm
917
Similar problem in SuSE 9.0 and 9.1....
Gerrit Bruchhäuser
gbruchhaeuser
Offline Send Email
Jun 15, 2004
11:47 am
918
I am getting a lot of reported errors like operator delete: 0x08067110 was allocated with malloc and yet the trace indicates that new was called: ERROR:...
Ross Boylan
rossboylan
Offline Send Email
Jun 18, 2004
10:12 pm
919
... I rebuilt the debian package from source, and this problem went away. The old package was built with an old gcc and an old libstdc++. I suspect the latter...
rossboylan
Offline Send Email
Jun 19, 2004
8:14 pm
920
I am using mpatrol with mingw. We are using the cross compiler, building on Linux (Fedora Core 2) and running on Windows (2K/XP) I used mpatrol to locatate a...
ojleahy
Offline Send Email
Jun 21, 2004
1:50 pm
921
Hi We have used mpatrol with some success particularly for detecting memory corruption. We are now attempting to detect memory leaks turning on PROF LEAKTABLE ...
Paul Caffrey
pcaffrey@...
Send Email
Jun 21, 2004
2:06 pm
922
Hi Greame, I experienced a couble of problems with the latest distries and mpatrol. 'mpatrol' runs into endless loops and finally crashes the program even...
Gerrit Bruchhäuser
gbruchhaeuser
Offline Send Email
Jun 22, 2004
10:01 am
923
Hi all, ... #include <mpatrol.h> int main() { return 0; } ... $ g++ -c main main.cc g++: main: No such file or directory In file included from main.cc:1: ...
Gerrit Bruchhäuser
gbruchhaeuser
Offline Send Email
Jun 22, 2004
1:13 pm
924
Hi, ... MEMSET: memset (0xFFFFFFFF7B04B525, 0 bytes, 0x00) [-|-|-] 0xFFFFFFFF7F314140 CONVERT_VTAscii_c_VTAscii_c+188 0xFFFFFFFF7F31B618 LoadFromDB+256 ...
Gerrit Bruchhäuser
gbruchhaeuser
Offline Send Email
Jun 23, 2004
9:31 am
925
... I had this same problem. Here's a patch to malloc.c (diff -c output) that was suggested to me by someone on this list. It changes memmove as well. ... ...
Paul Dubuc
pdubuc@...
Send Email
Jun 23, 2004
1:04 pm
926
... [...] ... A search of the archives for 'memmove' should find messages that mention the same problem with that function as you report with 'memset'. I...
Greg Chicares
chicares
Offline Send Email
Jun 23, 2004
1:54 pm
927
Hi When we run the application on SunOS maud 5.8 Generic_108528-15 sun4u sparc SUNW,Ultra-4 we don't get any "not allocated" errors. However, running the...
Paul Caffrey
pcaffrey@...
Send Email
Jun 23, 2004
2:30 pm
928
Hello, I am trying to compile and use mpatrol 1.4.8 on a SPARC Solaris 2.8 box with the Sun Workshop 6 update 1 Compiler. The problem I am having is that I get...
Mark Paulus
mgpaulus
Offline Send Email
Jun 29, 2004
2:56 pm
929
Hi all, I'm trying to use mpatrol --threads --dynamic in an embedded linux PPC environment. So far, I've 1) Cross compiled mpatrol. 2) Hit the runtime...
troycauble
Offline Send Email
Jun 30, 2004
6:25 pm
930
... I added some print statements to mpatrol, and saw that it was trying to exec my prog. So I tried it on "ls". "mpatrol ls" works "mpatrol --threads ls"...
troycauble
Offline Send Email
Jun 30, 2004
6:56 pm
931
I am getting the following error when using make from the pkg/auto dir. ./configure --prefix=my_directory make install Error ...
Ajit
abhadbajan
Offline Send Email
Jul 11, 2004
11:27 pm
932
I am trying to install mpatrol ver 1.4.8 Thanks ... `pr_filler' ... struct ... `pr_filler' ... struct ... struct ... struct ... struct ... struct ... struct ...
Ajit
abhadbajan
Offline Send Email
Jul 11, 2004
11:34 pm
934
Hi,all. i am a new user of mpatrol,working at nuclears os now .as we know,mpatrol is great!but apply it in embedded system is difficulty! because many embedded...
deng_junmin
Offline Send Email
Sep 20, 2004
6:13 am
935
hi, I get a mpatrol 1.4.8 , when i follow the instruction build mpatrol under pkt/auto, ./setup ./configure ./make it generates the following messages ,...
HAO TANG
tigertanghao
Offline Send Email
Sep 20, 2004
10:58 pm
939
Hello, I am using mpatrol on winXP, VC++6. I compiled my program with /Zi, but with libci.lib and ignoring libcd.lib and libcid.lib (because otherwise the...
hani_neuvirth
Offline Send Email
Oct 28, 2004
6:11 am
Messages 905 - 939 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