Summary: | app-emulation/qemu: running strace hits: PTRACE_TRACEME doesn't work as it is not implemented | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Tom Wijsman (TomWij) (RETIRED) <tomwij> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | ARM | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Tom Wijsman (TomWij) (RETIRED)
2013-12-31 21:48:52 UTC
i think the operative part of that output is: qemu: Unsupported syscall: 26 it's a known issue that running strace in qemu doesn't work seeing as how it relies on ptrace, and doing arch<->arch ptrace interpolation is a hairy hairy mess. run strace natively and i'm sure it'll work fine. |