On 9 February 2012 00:50, Fathi Boudra fathi.boudra@linaro.org wrote:
Same result.
Debug info from gdb:
qemu: Unsupported syscall: 26 ptrace: Function not implemented. No threads.
This bit of the log is uninteresting, because it is mono attempting to automatically capture a backtrace. As Alex says, this doesn't work under qemu because we don't implement ptrace, but it's not important because it'll only happen when something has already failed to work.
-- PMM