New issue
Advanced search Search tips

Issue 888823 link

Starred by 3 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Proxy forked devices does not print stack trace

Project Member Reported by jkwang@google.com, Sep 25

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.
 
Labels: Proj-Containers
Status: Assigned (was: Untriaged)
<triage>Assigning to owner</triage>
by default. 0,1,2 are closed. Will add debug feature.

Sign in to add a comment