>> Well, I manages to compile and install algrind 3.1.0 but when I
>> start it with -v on "ls" it says segmentation fault. This is what
>> happens even with the simpliest C++ program:
>> int main( ) { }
>
> I'm afraid that I can't help you here -- I know nothing about
> valgrind's internals. :-(
>
> Did you have any luck in running your application on the single x86
> workstation that you have access to?
Unfortunately, I did not since Valgrind is not supported on the OS that runs on this machine. That's why I'm trying to figure out
the reason for that segmentation fault on PPC32/Linux. Someone suggested that some recent changes in the stack permissions could be
causing the trouble. He also said that I may need to recompile my code (which is OK) with spcific flags but did not mention any
details.
I'm still waiting for ideas and ready to consider them...
|