Mo DeJong - 2007-09-13

Logged In: YES
user_id=90858
Originator: NO

The Jacl implementation of exec waits for the exec'ed subprocess to terminate
before gathering the IO written by that process. If the exec'ed process does
not terminate or just keeps writing then the system will run out of memory
at some point. And Jacl does not implement pipes, so there is no really good
way the deal with the situation you describe in the current codebase. I am
open to patches to deal with this situation but it is not really a bug as
much as it is something that is not supported.