Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15399581
D7674.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
528 B
Referenced Files
None
Subscribers
None
D7674.diff
View Options
Index: src/daemon/PhutilDaemonOverseer.php
===================================================================
--- src/daemon/PhutilDaemonOverseer.php
+++ 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/plain
Expires
Tue, Mar 18, 5:19 AM (3 d, 17 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7706840
Default Alt Text
D7674.diff (528 B)
Attached To
Mode
D7674: Fix daemons erroring on already closed `STDOUT` and `STDERR`
Attached
Detach File
Event Timeline
Log In to Comment