Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Component/s: workflow-cps-plugin
-
Labels:
-
Environment:Current workflow-plugin docker image
-
Similar Issues:
-
Epic Link:
Description
The following script for some reason will make Jenkins go out of memory and will never complete the execution.
node { HipNotifier chip = new HipNotifier('A') echo chip.name } public class HipNotifier { private String name; public HipNotifier(String pName) { this.name = pName } String getName() { return name } }
Attachments
Issue Links
- depends on
-
JENKINS-25550 Hard kill
-
- Resolved
-
- is duplicated by
-
JENKINS-38021 Accessing unset global variable cause master to hang
-
- Resolved
-
-
JENKINS-41412 Pipeline library with method name matching synthetic accessor crashes Jenkins
-
- Resolved
-
-
JENKINS-42170 Referencing a vars implicit property that is not set causes build to hang forever
-
- Resolved
-
- is related to
-
JENKINS-32986 hard killing a pipeline leaves the JVM CPS thread running.
-
- Open
-
- relates to
-
JENKINS-41984 StackOverflowError : Unexpected exception in CPS VM thread: CpsFlowExecution
-
- Open
-
-
JENKINS-45834 Setters for shared pipeline scripts not getting called
-
- Open
-
- links to
Reproduced hang in test, but cannot find anything in the physical thread dump; high CPU activity seems to be in GC threads. I do see: