|
From: John R.
|
>>I don't know what else I can say > What is the output of > ldd ./my_application Because it appears that the failure occurs very close to the beginning: strace -o strace.out valgrind ./my_application Then post (or make available) the output file strace.out (or a compressed version.) Output from strace can become very large very quickly, but in this case it may be small. -- |