You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cargo run
Compiling test_debugoff v0.1.0 (/home/desbma/src/test_debugoff)
Finished dev [unoptimized + debuginfo] target(s) in 0.21s
Running `target/debug/test_debugoff`
subprocess
zsh: death of child cargo run
$ echo $?
145
I haven't yet spent time to investigate, although I am willing to help.
The text was updated successfully, but these errors were encountered:
Code that calls
ptraceme_or_die
before starting a subprocess through any mean (iestd::process::Command
) will crash.Simple reproducer:
Outputs:
I haven't yet spent time to investigate, although I am willing to help.
The text was updated successfully, but these errors were encountered: