Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: core
-
Labels:
-
Similar Issues:
Description
Stack traces like
WARNING: Caught exception evaluating: executor.progress in /ajaxExecutors. Reason: java.lang.reflect.InvocationTargetException java.lang.reflect.InvocationTargetException ... at java.lang.Thread.run(Thread.java:744) Caused by: java.lang.ArithmeticException: / by zero at hudson.model.Executor.getProgress(Executor.java:649) ... 154 more
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Assignee | stephenconnolly [ stephenconnolly ] |
Labels | lts-candidate |
Labels | lts-candidate | 1.609.1-fixed |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | JNJira [ 162828 ] | JNJira + In-Review [ 208715 ] |
Code changed in jenkins
User: Stephen Connolly
Path:
core/src/main/java/hudson/model/Executor.java
http://jenkins-ci.org/commit/jenkins/e685b604eeeed9c48bee2f728c3ecec3303e5c56
Log:
[FIXED JENKINS-28115] Division by zero in Executor.getProgress()
```
WARNING: Caught exception evaluating: executor.progress in /ajaxExecutors. Reason: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
...
at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.ArithmeticException: / by zero
at hudson.model.Executor.getProgress(Executor.java:649)
... 154 more
```