Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-23529

The plugin publisher reports no error although the generated xml contains memory violations

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Major Major
    • valgrind-plugin
    • None

      I run the following command as a build step manually (I also tried using the plugin to run valgrind with no effect on the output)

      valgrind --tool=memcheck --leak-check=full --show-reachable=yes --undef-value-errors=yes --track-origins=yes --child-silent-after-fork=no --trace-children=no --error-exitcode=1 --xml=yes --xml-file=./my_report.valgrind ./my_executable;
      

      my_report.valgrind is generated and it contains couple of errors. But the publisher doesn't seem to pick that up. And when I click on the Valgrind Result link in the my project's home page it tells me no errors

      I've set the Report Pattern field to the expected xml name (i.e. wimatek_ps.valgrind).

      Am I doing something wrong?

      Below are the versions I'm using
      Jenkins version 1.567
      Valgrind plug-in version 0.20
      Valgrind version valgrind-3.10.0.SVN

            existence Johannes Ohlemacher
            mgalaleldin Mohamed Galal El-Din
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: