Ref T13675. When a process daemonizes, it needs to close these actual file descriptors, so the calling context must provide them.
Elsewhere, modify the embedded "arc" to provide them. Then use them in place of reopening the streams.
Differential D21804
Return STDIN, STDOUT, and STDERR file descriptors from parent process epriestley on May 5 2022, 5:27 PM. Authored by Tags None Referenced Files
Subscribers None
Details
Ref T13675. When a process daemonizes, it needs to close these actual file descriptors, so the calling context must provide them. Elsewhere, modify the embedded "arc" to provide them. Then use them in place of reopening the streams. Ran locally with embedded "arc", will deploy for production hangs.
Diff Detail
|