-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
In configuration.run, this is called:
// Close process file descriptor now we finished monitoring
execution.processIdentifier.close()
This needs to be moved up into a defer block immediately after execution
is retrieved, or the process descriptors will leak when monitorProcessTermination
throws.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working