On Thursday, July 29, 2010, İsmail Dönmez wrote: > Hello; > > I was happy to hear Valgrind is ported darwin/amd64, so I grabbed the > sources from trunk and compiled it. But it crashes on startup, here are > some details;
I am surprised to hear this. I have been using trunk on Mac OSX 10.6 64bit for a while now and it successfully runs a multi-million-lines-of-C++ application. I believe others also use it successfully. Is this a clean from-scratch build? > Starting program: /usr/local/bin/valgrind Is that the version you built, or one from MacPorts ? dtruss/gdb of $prefix/bin/valgrind will tell you nothing since that is merely a wrapper program which starts the real tool executable. If it continues to segfault, run with the flags "-d -d -v -v" and send the resulting debug output. J ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
