while running 'strace ls' i get this output
execve("/usr/bin/ls", ["ls"], [/* 19 vars */]) = 0
syscall: unknown syscall trap 0xe5bcf940
i found same problem while executing any other app, e.g.
cp, mv etc.
execve("/usr/bin/cp", ["cp"], [/* 19 vars */]) = 0
syscall: unknown syscall trap 0xe5bcf940
strace -p pid runs fine for ls and others
this is on debian testing
Logged In: NO
I found a patch to fix this here:
http://www.fluff.org/ben/patches/strace/strace-fix-arm-bad-syscall.patch
Initial support for ARM EABI has been added in f691bd2a4f0a915f998e4127b108869b57db4213.