-
Notifications
You must be signed in to change notification settings - Fork 73
Batch diagnostic tool for StackOverflowErrors
#305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
StackOverflowErrorsStackOverflowErrors
…ception: WorkflowScript; Class does not extend stream superclass`
| <dependency> | ||
| <groupId>org.jenkins-ci.plugins.workflow</groupId> | ||
| <artifactId>workflow-cps</artifactId> | ||
| <!-- TODO https://github.com/jenkinsci/workflow-cps-plugin/pull/988 --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <dependency> | ||
| <groupId>org.csanchez.jenkins.plugins</groupId> | ||
| <artifactId>kubernetes</artifactId> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.jenkins-ci.plugins</groupId> | ||
| <artifactId>pipeline-maven</artifactId> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.jenkinsci.plugins</groupId> | ||
| <artifactId>pipeline-model-definition</artifactId> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>io.jenkins.plugins</groupId> | ||
| <artifactId>warnings-ng</artifactId> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.jenkins-ci.plugins</groupId> | ||
| <artifactId>parallel-test-executor</artifactId> | ||
| <scope>test</scope> | ||
| </dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just whatever plugins I found in my sample program.dat. Ideally the test input would let you specify a list of plugin archives or something like that. Or maybe there is some way to ask Unmarshaller to just skip over objects with unrecognized types.
| System.err.println("Loaded."); | ||
| } catch (Exception x) { | ||
| x.printStackTrace(); | ||
| build.writeWholeLogTo(System.err); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is what actuallly shows the issue.
Example output |
|
jenkinsci/pipeline-model-definition-plugin#762 is the main outcome. |
Downstream of jboss-remoting/jboss-marshalling#161. Supersedes #239.
CloudBees-internal issue