|
From: liujianping <liu...@16...> - 2011-05-07 03:27:27
|
Hi, " if valgrind ./hello gives Segmentation fault, so of course strace will show it too. Can you run ./hello alone? " I have run " strace -f -o ./strace-hello ./hello" alone, there isn't Segmentation fault. And run "strace -f -o ./strace-valg-hello valgrind ./hello" , there is Segmentation fault in strace-valg-hello. |