[arquillian-issues] [JBoss JIRA] (ARQ-1600) ProcessExecutor might get stuck on Windows

Karel Piwko (JIRA) jira-events at lists.jboss.org
Tue Dec 10 06:37:06 EST 2013


     [ https://issues.jboss.org/browse/ARQ-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karel Piwko updated ARQ-1600:
-----------------------------

              Status: Pull Request Sent  (was: Open)
    Git Pull Request: https://github.com/arquillian/arquillian-droidium/pull/9

    
> ProcessExecutor might get stuck on Windows 
> -------------------------------------------
>
>                 Key: ARQ-1600
>                 URL: https://issues.jboss.org/browse/ARQ-1600
>             Project: Arquillian
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Extension - Droidium
>    Affects Versions: droidium_1.0.0.Alpha3
>            Reporter: Karel Piwko
>            Priority: Blocker
>
> Current execution of external process on Windows might lead to following issues, causing process deadlock:
> 1/ Process stdin is not closed if no longer needed
> 2/ Process stdout and stderr never reach EOF
> This behavior is observed when a .bat file file is executed on Windows. This behavior is caused by missing file descriptors to underlying process spawned by bat file.
> Implementation note: There are two ways how to resolve the issue.
> * read output stream and consider them finished if specific message is encountered
> * unwrap bat execution and execute directly underlying command

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list