You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/12/05 05:00:44 UTC

DO NOT REPLY [Bug 25232] New: - [procrun] Problems if forked program redirects console handles

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25232>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25232

[procrun] Problems if forked program redirects console handles

           Summary: [procrun] Problems if forked program redirects console
                    handles
           Product: Commons
           Version: 1.0 Alpha
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Daemon
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: william.barker@wilshire.com


At least in certain cases, when you are running with the forked option, and the 
client program redirects it's output by itself, procrun will start to spin 
wildly.

The problem is that the stdout_thread and/or the stderr_thread terminates and 
signals the main thread.  This signal is never reset, so the program goes into 
a tight WaitForMultipleObject loop (since one is always signaled).

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org