提交 92b98ba4 编写于 作者: K Kohsuke Kawaguchi

pointing people who saw this to JENKINS-9634

上级 55067807
......@@ -1062,7 +1062,7 @@ public abstract class ProcessTree implements Iterable<OSProcess>, IProcessTree,
arguments.add(m.readString());
}
} catch (IndexOutOfBoundsException e) {
throw new IllegalStateException("Failed to parse arguments: arg0="+args0+", arguments="+arguments+", nargs="+argc,e);
throw new IllegalStateException("Failed to parse arguments: pid="+pid+", arg0="+args0+", arguments="+arguments+", nargs="+argc+". Please run 'ps e "+pid+"' and report this to https://issues.jenkins-ci.org/browse/JENKINS-9634",e);
}
// read env vars that follow
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册