You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2026. It is now read-only.
I startup a java server in the background with this (a tomcat instance preloaded with a war in this instance), and it hangs after a bit, deadlocking on a System.out.println statement.
I startup a java server in the background with this (a tomcat instance preloaded with a war in this instance), and it hangs after a bit, deadlocking on a System.out.println statement.
After doing some digging, I found the explanation here: http://stackoverflow.com/questions/2783190/java-hangs-when-trying-to-close-a-processbuilder-outputstream
So... basically it renders this useless for me since I can't successfully start long running apps.
Platform: Linux, OS X