On Thu, Dec 26, 2019 at 10:26:06AM +0100, Andreas Henriksson wrote:
> Package: strace
> Version: 4.26-0.2
> Severity: wishlist
> 
> Dear Maintainer,
> 
> Multiple new upstream releases has been cut since the last update
> in Debian. The latest one being 5.4 as of now.
[...]
> FAIL: strace-DDD
> ================
[...]
> + run_strace -D -enone -esignal=none ../tracer_ppid_pgid_sid
> + 
> + args=-D -enone -esignal=none ../tracer_ppid_pgid_sid
> + ../../strace -o log -D -enone -esignal=none ../tracer_ppid_pgid_sid
> + read -r ppid pgid sid
> + [ 1321 -eq 1 ]
[...]

So while looking at this it became clear that this is likely an issue
when building under a systemd user slice, where apparently the strace
process is not able to reparent itself to be a child of pid1 as the
1321 process is my 'systemd --user' process.

I've confirmed this problem does not happen when building outside
a systemd user slice, thus I guess we can ignore this issue.

Regards,
Andreas Henriksson

Reply via email to