-
Notifications
You must be signed in to change notification settings - Fork 51
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
StackOverflowError after enabling log collection #389
Comments
We just had the same issue on ci.jenkins.io instance yesterday and today, here is the corresponding stack trace: https://gist.github.com/lemeurherve/eaf08053a133733a829c24ca0eec7117 A reboot of our instance fixed the stackoverflow error, we then updated Datadog version from 6.0.0 to 6.0.1 |
Plugin v6.0.2 has been released. |
Updating ci.jenkins.io to 6.0.2 already fixed another issue, cf jenkins-infra/helpdesk#3944 (comment) 👏 I'll keep you updated if we encounter new stackoverflow errors or not in the following days. |
We've been getting stack overflows in a pipeline that uses
stashedFile
/ the file parameter plugin; it appears to be the same issue as jenkinsci/file-parameters-plugin#182 (where they say the problem is in this plugin)To Reproduce
Steps to reproduce the behavior:
stashedFile name: 'aFile', description: 'a file'
as a parameter in a pipelinetrace
Expected behavior
Job runs
Environment and Versions (please complete the following information):
openjdk 17.0.9 2023-10-17
Jenkins 2.443
Datadog plugin 6.0.0
Datadog agent 6.50.3
File parameter plugin 316.va_83a_1221db_a_7
The text was updated successfully, but these errors were encountered: