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
Mpatrol with MinGW on Eclipse platform for Win32   Message List  
Reply | Forward Message #1191 of 1197 |
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 in the
makefile because I do not have the library, I do not think this is important as
I do not plan to use the --dynamic option).

I build a simlpe application:


#include <malloc.h>

int main()
{
int* pnt, *qnt;

pnt = (int*)malloc(32*sizeof(int));

qnt = new int[10];

free(pnt);
delete [] qnt;

return 0;
}

and link it with the mpatrol library. If I then call mpatrol:

mpatrol.exe --log-all --leak-table myapp.exe

I get this message:

Application Error

The application failed to initialize properly (0xc0000005). Click on OK to
terminate the application.


Any ideas? Thanks in advance.


Jorge




Wed Apr 1, 2009 10:52 am

jorge.benosa
Offline Offline
Send Email Send Email

Forward
Message #1191 of 1197 |
Expand Messages Author Sort by Date

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
Advanced

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