Proxy forked devices does not print stack trace |
||
Issue description
Could not find stack trace (printed to stderr) when child process fail.
Currently adding this code (after fork) will help debug.
let pid = process::id();
let mut file = File::create(format!("{}.txt", pid)).unwrap();
let fd = file.as_raw_fd();
dup2(fd, 2);
Investigating a good solution.
,
Oct 8
<triage>Assigning to owner</triage>
,
Oct 8
by default. 0,1,2 are closed. Will add debug feature. |
||
►
Sign in to add a comment |
||
Comment 1 by tbuckley@google.com
, Oct 8