Review request: JDK-7147084 (process) appA hangs when read output stream of appB which starts appC that runs forever (original) (raw)
Martin Buchholz martinrb at google.com
Wed May 8 18:20:48 UTC 2013
- Previous message: Review request: JDK-7147084 (process) appA hangs when read output stream of appB which starts appC that runs forever
- Next message: Review request: JDK-7147084 (process) appA hangs when read output stream of appB which starts appC that runs forever
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Alexey, Thanks for working on the scary windows process stuff. I only have time for superficial review. It looks like you know what you're doing.
String[] cmdArray = {
"java",
"-cp",
This looks like it's invoking whatever "java" is on the path. But there's no guarantee there is such a java, or that it's the right one. Consider invoking the java we're in, as in other jtreg tests like IIRC ProcessBuilder/Basic.java
- Previous message: Review request: JDK-7147084 (process) appA hangs when read output stream of appB which starts appC that runs forever
- Next message: Review request: JDK-7147084 (process) appA hangs when read output stream of appB which starts appC that runs forever
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]