Skip to content

Commit

Permalink
pointing people who saw this to JENKINS-9634
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Nov 8, 2011
1 parent 5506780 commit 92b98ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/util/ProcessTree.java
Expand Up @@ -1062,7 +1062,7 @@ void skip0() {
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
Expand Down

0 comments on commit 92b98ba

Please sign in to comment.