On Wed, 4 Mar 2026 05:28:11 GMT, Thomas Stuefe <[email protected]> wrote:
> Interesting. Can you share some detail? Did you start binaries over NFS, for > instance? >From the log it looks like `printf` (the shell command) is missing. In `java/lang/ProcessBuilder/InheritIOTest.java` The test spawns a java program that spawns another program (in this case `printf`). .jtr log: Exception in thread "main" java.io.IOException: Cannot run program "printf": Bad code from spawn helper (2) (Failed to exec spawn helper), error: 0 (none) I need to check a few more things. ------------- PR Comment: https://git.openjdk.org/jdk/pull/29939#issuecomment-3998517664
