Updates:
        Summary: Process: Executed process leave file handles open
        Status: Pending
        Labels: Target-2.8.5

Comment #3 on issue 1700 by pekka.klarck: Process: Executed process leave file handles open
http://code.google.com/p/robotframework/issues/detail?id=1700

I don't have time to test this right now but I believe your analysis about the problem and hope we can get it fixed in 2.8.5.

Unfortunately the current patch cannot be accepted because it breaks lazy reading of stdout/stderr. When stdout/stderr are written to files, we don't want to read their contents unless users actually access them. This is done to avoid reading possibly huge outputs into memory when nobody needs them.

I'm surprised that the current `result.close_custom_streams()` doesn't already close stdout/stderr. Are you sure that is not done and only leaving stdin open wouldn't be the problem?

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to