New issue
Advanced search Search tips

Issue 761206 link

Starred by 2 users

Issue metadata

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



Sign in to add a comment

Python script seems to exit when waiting parent is killed

Project Member Reported by rkjnsn@chromium.org, Sep 1 2017

Issue description

After the child process daemonizes, the parent user-session process relays messages from the python script until the host is ready to receive connections. It's supposed to be be possible to interrupt the parent process while leaving the background script running. However, the script currently seems to die when the parent is interrupted, possibly as a result of receiving SIGPIPE. The script should keep running in this case, or alternatively exit cleanly. In the latter case, the message printed when user-session is interrupted should be changed to reflect the new behavior.

 

Sign in to add a comment