Strace doesn't work on linux-2.4.28 and later
From: andreev <hidden>
Date: 2005-02-01 13:46:48
From: andreev <hidden>
Date: 2005-02-01 13:46:48
Hi, list. We are using the latest kernel from mips-linux CVS and there is a problem with ptrace. When syscall with 5 or more arguments are traced, the fifth argument of the syscall is overwritten by tracing code. This error causes problems with strace. For example, you can't trace dynamically linked applications, because ld.so calls mmap which has 6 arguments.