Page MenuHomePhabricator

daemons leave lots of error because of closed STDOUT and STDERR
Closed, ResolvedPublic

Description

In PhutilDaemonOverseer.php STDOUT and STDERR are flushed and closed explicitly. This errors when they are already closed.

There are no "good" ways of detecting them, however. The simplest fix is prepending @ which is ugly.

Event Timeline

richardvanvelzen raised the priority of this task from to Needs Triage.
richardvanvelzen updated the task description. (Show Details)
richardvanvelzen added a project: libphutil.
richardvanvelzen added a subscriber: richardvanvelzen.
epriestley claimed this task.

Resolved by D7674.