|
From: Doug R. <df...@nl...> - 2004-03-05 14:34:15
|
On Thu, 2004-03-04 at 20:13, George Staikos wrote: > I was trying out valgrind on powerpc recently and while it works fine with > C applications, C++ apps seem to be giving it some serious problems. I > compiled helloworld.cpp, basically just 'cout << "Hello world." << endl;', > and when I run it through valgrind I get this assertion failure: I think I've fixed this one in my FreeBSD valgrind. I have some testers who are using some really old copies of binutils which emit dodgy stabs debugging information. You might be able to just drop in copies of vg_stabs.c and vg_symtab2.c from svn://svn.rabson.org/repos/valgrind/branches/dfr/coregrind. |