Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F86512
D7674.diff
All Users
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
509 B
Referenced Files
None
Subscribers
None
D7674.diff
View Options
diff --git a/src/daemon/PhutilDaemonOverseer.php b/src/daemon/PhutilDaemonOverseer.php
--- a/src/daemon/PhutilDaemonOverseer.php
+++ b/src/daemon/PhutilDaemonOverseer.php
@@ -291,10 +291,10 @@
$this->logMessage('EXIT', $sigmsg, $signo);
- fflush(STDOUT);
- fflush(STDERR);
- fclose(STDOUT);
- fclose(STDERR);
+ @fflush(STDOUT);
+ @fflush(STDERR);
+ @fclose(STDOUT);
+ @fclose(STDERR);
$this->annihilateProcessGroup();
$this->dispatchEvent(self::EVENT_WILL_EXIT);
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/n7/le/f4dlhn2rslyj7dqd
Default Alt Text
D7674.diff (509 B)
Attached To
Mode
D7674: Fix daemons erroring on already closed `STDOUT` and `STDERR`
Attached
Detach File
Event Timeline
Log In to Comment