-
Bug
-
Resolution: Fixed
-
Critical
-
None
We upgraded to the latest Valgrind plugin and started seeing the following exception:
ERROR: Publisher org.jenkinsci.plugins.valgrind.ValgrindPublisher aborted due to exception java.lang.NullPointerException at org.jenkinsci.plugins.valgrind.ValgrindPublisher.perform(ValgrindPublisher.java:115) at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:717) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:692) at hudson.model.Build$BuildExecution.post2(Build.java:183) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:639) at hudson.model.Run.execute(Run.java:1527) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:236)
I don't have data yet to give you a testcase to help reproduce this issue. I will attempt to obtain it later today.
Code changed in jenkins
User: Johannes Ohlemacher
Path:
src/main/java/org/jenkinsci/plugins/valgrind/ValgrindPublisher.java
http://jenkins-ci.org/commit/valgrind-plugin/2272b12ec662afb0a158e64c33b5e289534fc1bf
Log:
JENKINS-15287: fixed npe on empty error list