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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 900 - 930 of 1197   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
900
Hi Greame, ... int main(int argc, char *argv[]) { return 0; } ... Compiled with g++ 3.4.0 on Pentium III (SuSE; Kernel 2.4.21-199) results in an endless loop...
Gerrit Bruchhäuser
gbruchhaeuser
Offline Send Email
May 5, 2004
6:40 am
901
Hi again, well, linking to the static mpatrol library version works with the given simple example. But the recursive call to 'ssignal' occurs again if the...
Gerrit Bruchhäuser
gbruchhaeuser
Offline Send Email
May 9, 2004
2:26 pm
902
Dear Sir, I am trying to execute test7.c but it is giving linker errors I am using windows2000 and VC++6.0.The errors are ... Linking... LIBC.lib(malloc.obj) :...
srinivasarao_moturu
srinivasarao...
Offline Send Email
May 12, 2004
6:00 am
903
I'm having problems with threads deadlocking in mpatrol on Solaris 8 (SPARC, 16 CPUs). The root cause seems to be the fact that the pthreads library calls ...
Paul Dubuc
pdubuc@...
Send Email
May 12, 2004
8:22 pm
904
Hmmm ... This problem goes away when I use the NOPROTECT option. The program runs very much faster too. Seems to work fine now. Paul ... -- Paul M. Dubuc ...
Paul Dubuc
pdubuc@...
Send Email
May 13, 2004
9:18 pm
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
Messages 900 - 930 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