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 996 - 1056 of 1197   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
996
Getting spammed with "ERROR: [FREOPN]: memmove: attempt to perform operation on free memory" whenever you do a push_back on an STL vector? I added a line if( l...
emklasson
Offline Send Email
Nov 12, 2005
6:49 am
1001
I got the same problem and I spent lots of time trying to figure out how to use mpatrol in MINGW. I came accross a post here that it could have been caused by...
quantufinity
Offline Send Email
Feb 6, 2006
12:44 am
1008
I built the libmpatrol.lib on Windows 2000, using your Windows NMake file and linked it up with my App along with C:\Program Files\Microsoft Visual...
Graham Barber
ggcbarber
Offline Send Email
Apr 13, 2006
6:13 pm
1010
I downloaded the precompiled binaries for mpatrol from mingw.org and, thanks to prior posts, I tried the following to link the simple program found in section...
kalzak
Offline Send Email
May 22, 2006
9:57 pm
1011
Dear Kalzal Try the following linker option: -Wl,--allow-multiple-definition Works for me Kind regards, John Boers MAPPER Lithography Lorentzweg 1 2628 CJ...
j.boers@...
boers_j
Offline Send Email
May 23, 2006
6:05 am
1012
Thank you for that, John! It compiles perfectly now. Another issue has come up. It is exactly the same one described in post #952 (i.e. where mpatrol aborts...
kalzak
Offline Send Email
May 23, 2006
5:00 pm
1013
Hi I have compiled mpatrol on tru64 5.1 using bfd and libiberty from gdb. 1) While compilation I get, Unresolved symbol: __Argv 2) If I either dynamically link...
Sandeep Gupta
mailtosandy
Offline Send Email
Jun 21, 2006
7:00 am
1017
Hi All, I am trying mpatrol to debug memory leak for ur system. We are using FC5 as host to cross compile the target code which is powerpc processor. I...
Howard Wang - CTR
howardw@...
Send Email
Aug 31, 2006
2:11 pm
1018
Hello Howard: Are you suspecting leak or other memory problems in 3rd party library or system-libraries of PPC, for which you don't have the source-code ?...
Banibrata Dutta
banibrata_dutta
Offline Send Email
Aug 31, 2006
7:06 pm
1019
Hi bd, Thanks for the help. The native built passes and I got everything ok. The Xcompile also passes, the only issue is the linking: why it could not find: ...
Howard Wang - CTR
howardw@...
Send Email
Aug 31, 2006
8:41 pm
1021
Hi, We try to debug an application with MPatrol, but this application is very memory consuming. It requires about 3 GB of memory on a Win2K platform. Is there...
salf6
Offline Send Email
Sep 26, 2006
7:25 am
1027
Hello all, I'm new to using mpatrol and I'm trying to use it to figure out heap efficiency. Basically when the process mallocs memory, reserves it, and then...
tgraves_cs
Online Now Send Email
Nov 22, 2006
4:36 pm
1028
Hi Tom, The short answer is that it doesn't free the memory back to the system, and neither do most other malloc libraries. And now for the long answer... For...
Graeme Roy
graemeroy
Offline Send Email
Nov 22, 2006
7:25 pm
1029
thanks much for your response, off hand do you know any process analysis tools that would give me this information? Tom ... ...
Tom Graves
tgraves_cs
Online Now Send Email
Nov 27, 2006
3:19 pm
1030
Hi Tom, Assuming you're wanting more low-level memory usage statistics, I can't really recommend one particular tool because it depends what system you're...
graeme@...
graemeroy
Offline Send Email
Nov 27, 2006
4:26 pm
1031
Hey Graeme, thanks again. I'm running on linux. I've used strace for some testing and small programs, but was hoping there was an existing tool to give me nice...
Tom Graves
tgraves_cs
Online Now Send Email
Nov 27, 2006
5:11 pm
1032
Hi, Can anyone out there help with this strange problem. The program in question is fairly complex (threads & forks) and part built from binary-only libraries....
andy_juniper
Offline Send Email
Nov 28, 2006
4:59 pm
1033
On linux, try valgrind. http://www.valgrind.org/ On Tuesday 28 November 2006 17:51, andy_juniper wrote: > Hi, > > Can anyone out there help with this strange...
Harri Pasanen
harripasanen
Offline Send Email
Nov 29, 2006
9:48 am
1034
Hi, I have tried valgrind and unfortunately it doesn't cut the mustard, because: a) I can't turn off memory checking like I can on mpatrol, and thus it runs...
andy_juniper
Offline Send Email
Nov 29, 2006
3:07 pm
1035
Hi, I have tried valgrind and unfortunately it doesn't cut the mustard, because: a) I can't turn off memory checking like I can on mpatrol, and thus it runs...
Andy Juniper
andy_juniper
Offline Send Email
Nov 29, 2006
3:08 pm
1036
You need to configure valgrind to show possible leaks, memory that is still referenced. Speed can be an issue though. On Wednesday 29 November 2006 11:41,...
Harri Pasanen
harripasanen
Offline Send Email
Nov 29, 2006
4:21 pm
1037
Hi, Yep, done that already (--show-reachable=yes --trace-children=yes --leak-check=yes). Still no signs of leaks despite the fact that the process size...
Andy Juniper
andy_juniper
Offline Send Email
Nov 29, 2006
5:13 pm
1038
Looks like I'm getting somewhere with valgrind now, having had to change my code to manually call the leak check process (whereas mpatrol would have done that...
Andy Juniper
andy_juniper
Offline Send Email
Nov 30, 2006
6:11 pm
1039
Hi, Having a little trouble getting mpatrol working using LD_PRELOAD on HP-UX 11.11 (PA-RISC). I've built a test program that included mpatrol.h, and that...
jmg_000
Offline Send Email
Jan 5, 2007
6:45 pm
1040
Hi Jim, I think what you're seeing is a result of memcpy() and family being overridden as well when you use LD_PRELOAD. Without LD_PRELOAD you get the...
graemeroy
Offline Send Email
Jan 9, 2007
9:30 am
1041
I have been trying to get a copy of mpatrol that will work on a SuSe 9.0 PPC machine. I downloaded mpatrol_1.4.8.gz from www.icewalkers.com and managed to get...
dave_nomura
Offline Send Email
Jan 12, 2007
12:38 am
1042
Hello, perhaps someone can help me with this little problem. I have a quite simple piece of code that actually doesn't do anything, but produces two memory...
brudermarkus
Offline Send Email
Jan 18, 2007
2:40 pm
1045
Hi, Is there a command line control for mpatrol? -Charles...
ottawaindia2000
Offline Send Email
Jan 31, 2007
8:32 am
1046
... Yes there is. See http://www.cbmamiga.demon.co.uk/mpatrol/mpatrol_63.html Graeme....
graemeroy
Offline Send Email
Jan 31, 2007
9:52 am
1056
I have compiled mpatrol 1.4.8 on Solaris 11. I compile the test files like this gcc test1.c -o test1 -I/usr/local/include -lmpatrol -lelf It gets compiled....
Gopala Krishnan.S
gopal049
Offline Send Email
Mar 1, 2007
4:32 am
Messages 996 - 1056 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