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 1168 - 1197 of 1198   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date v
1197
Hi Stefan, At the moment there's no way to run mpatrol to perform only logging without memory allocation. Even though it might be reasonably easy to replace ...
Graeme Roy
graemeroy
Offline Send Email
Oct 30, 2009
3:12 pm
1196
Hello, my question is, if it is possible to monitor the memory (heap) fragmentation with mpatrol. I'm working on an embedded system (linux) with limited...
stefan.jeworrek
Offline Send Email
Oct 30, 2009
10:23 am
1195
... you have to install the development package of binutils. This is where bfd.h and other related files are Vincent...
vincent.torri
Offline Send Email
Jul 1, 2009
7:07 am
1194
Hi, I'm trying to build mpatrol on a RHEL 5 machine and getting errors during the make. I have followed the below steps: 1. Run pkg/auto/setup 2. ./configure ...
Subramanian R
subbz15
Offline Send Email
Jun 30, 2009
9:25 pm
1193
I have forgotten something important: on Windows (at least using MSYS / MinGW) you can use pkg-config to compile and link your program against mpatrol. In that...
vincent.torri
Offline Send Email
Jun 5, 2009
7:32 am
1192
I've been working for some months on an autotooled mpatrol using the svn version, with the help of Graeme Roy (the mpatrol author) for some technical details....
vincent.torri
Offline Send Email
Jun 5, 2009
7:24 am
1191
Hello, I am trying to use mpatrol on the Eclipse Platform and the MinGW tools on Windows32. I first built the libraries and executables (I had to remove -lintl...
jorge.benosa
Offline Send Email
Apr 1, 2009
1:08 pm
1190
Hi Bob, To get mpatrol to display symbols instead of addresses when using Visual C++ you need to add a few settings to your build. This involves turning on ...
Graeme Roy
graemeroy
Offline Send Email
Mar 24, 2009
1:30 pm
1189
Hi Greg, Sorry I've taken so long to get back to you. I'm not a MinGW user but there are several people in this group that have reported success using mpatrol...
Graeme Roy
graemeroy
Offline Send Email
Mar 23, 2009
9:20 am
1188
I am developing an application using C++, MFC and Visual Studio 2008. I have good reason to believe that it frees memory not properly allocated and it leaks...
Robert
value_bob1586
Offline Send Email
Mar 13, 2009
9:16 am
1187
Thought I would add a couple more observations that I've made regarding the use of DLLs vs static libs. I played around a little with compiling and running...
greg80303
Online Now Send Email
Mar 9, 2009
9:39 am
1186
Windows XP SP3 / MinGW I have downloaded the 1.5.1 SVN tag tree and built it myself. I simply went into <mpatrol>/build/windows and executed "make -f...
greg80303
Online Now Send Email
Mar 8, 2009
10:55 pm
1185
If the app is executed at the prompt ie ./CShell Segmentation fault bash> yes a mpatrol.log is generated... @(#) mpatrol 1.5.1 (08/12/16) Copyright (C)...
tcmichals
Online Now Send Email
Feb 6, 2009
1:43 am
1184
If you haven't changed the mpatrol source code then it'll be using the default so that answers my question ;-) There's a signal-handler in the mpatrol stack...
Graeme Roy
graemeroy
Offline Send Email
Feb 5, 2009
4:05 pm
1183
Yep, that was the problem with this issue.... relinked with mpatrolmt and this issue is not happening... ... programs ... Behalf Of...
tcmichals
Online Now Send Email
Feb 5, 2009
3:36 pm
1182
All I did was go into the pkg/auto changed the build script to do the following... configure --without-x because there is not X tools installed, and did a...
tcmichals
Online Now Send Email
Feb 5, 2009
3:36 pm
1181
Hi, You can't selectively choose which libraries in a program to run with mpatrol - it has to be the whole program or nothing (unless you link the shared...
Graeme Roy
graemeroy
Offline Send Email
Feb 5, 2009
10:43 am
1180
Hi, Double-check that you're using the thread-safe version of mpatrol (libmpatrolmt). Using the normal version will cause multithreaded programs to fail. ...
Graeme Roy
graemeroy
Offline Send Email
Feb 5, 2009
10:34 am
1179
Also, ran into to this issue. When the application is started it dies, so tossed it into gdb and get the following stack trace.. It is trying to trace into an...
tcmichals
Online Now Send Email
Feb 4, 2009
10:29 pm
1178
I'm trying to figure out what is going on with this trace using the latest mpatrol... 1.5.1 ERROR: [ILLMEM]: illegal memory access at address 0xB4C9B4C4 ...
tcmichals
Online Now Send Email
Feb 4, 2009
10:29 pm
1177
Congrats everyone Yippee 1.51 is official .. Regarding Backtrace () , I am using backtrace() and this works super for me .. Thanks and Regards Sagar...
Sagar
sagarindelhi
Offline Send Email
Dec 16, 2008
4:19 pm
1176
... Awesome, thank you! ... FWIW, they are public; they're in the libunwind GIT repository. Leaving the default alone makes sense if anyone's using the...
Daniel Jacobowitz
falsedrow
Offline Send Email
Dec 16, 2008
3:58 pm
1175
The 1.5.1 release of mpatrol has just been completed and released to the Subversion repository at SourceForge, http://sourceforge.net/svn/?group_id=19456. It...
Graeme Roy
graemeroy
Offline Send Email
Dec 16, 2008
3:16 pm
1174
... It's a glibc function rather than a gcc function; include <execinfo.h> to get it on any GNU/Linux system. -- Daniel Jacobowitz CodeSourcery...
Daniel Jacobowitz
falsedrow
Offline Send Email
Nov 20, 2008
2:50 pm
1173
Hi, I'm assuming backtrace() is a gcc 4 function because I can't find it in gcc 3, but yes, it looks like what you want. The only problem is that it's not ...
Graeme Roy
graemeroy
Offline Send Email
Nov 20, 2008
10:09 am
1172
Has anyone tried using mpatrol with Linux running Xenomai?...
proengin13
Offline Send Email
Nov 19, 2008
3:11 pm
1171
I try to compile and link the test1.c example that comes with mpatrol and get the following linking error. [rob@localhost fail]$ ppc_6xx-g++...
proengin13
Offline Send Email
Nov 17, 2008
10:34 pm
1170
Hello everyone,, I got an interesting comment from suse guys ,,, "One easy way to do backtracing in a portable way over multiple Linux architectures is to use...
Sagar
sagarindelhi
Offline Send Email
Nov 17, 2008
1:08 pm
1169
Hello Friend ,, I am confused ... from what i see inside the code i need to re-write 1. struct frameinfo and stackinfo ( for 64bit) 2. then need to write the...
Sagar
sagarindelhi
Offline Send Email
Nov 17, 2008
9:14 am
1168
... I don't have such code, but what I'd recommend is using either libunwind or just libgcc; x86_64 is special in that the platform ABI requires presence of...
Daniel Jacobowitz
falsedrow
Offline Send Email
Nov 14, 2008
4:07 pm
Messages 1168 - 1197 of 1198   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help