• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • valgrind-plugin
    • 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.

          [JENKINS-15287] Null pointer exception from ValgrindPublisher

          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

          SCM/JIRA link daemon added a comment - 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

          fixed with version 0.17, sorry for the trouble

          Johannes Ohlemacher added a comment - fixed with version 0.17, sorry for the trouble

            existence Johannes Ohlemacher
            dritter29 David Ritter
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: