Details
-
Bug
-
Resolution: Fixed
-
P4
-
8
-
b82
-
x86
-
windows
-
Not verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8034638 | 7u65 | Ivan Gerasimov | P4 | Resolved | Fixed | b01 |
JDK-8025327 | 7u60 | Ivan Gerasimov | P4 | Closed | Fixed | b01 |
Description
While new process creation the stderror, stdoutput, stdinput streams could be redirected to parent console or abstract pipe. At the same time the child process inherits the ability to close the redirected streams that is not the desirable event. We need to protect redirected streams from closing in child process.
For that purpose the MS API [SetHandleInformation] function have to be called with appropriate arguments.
For that purpose the MS API [SetHandleInformation] function have to be called with appropriate arguments.
Attachments
Issue Links
- backported by
-
JDK-8034638 (process) SetHandleInformation parameters DWORD (not BOOLEAN)
- Resolved
-
JDK-8025327 (process) SetHandleInformation parameters DWORD (not BOOLEAN)
- Closed