• Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • valgrind-plugin
    • None
    • 0.27 of the Valgrind Plugin
      2.2 of Jenkins

      My logs contain:

      17:22:50 $ valgrind --version
      17:22:50 [Valgrind] detected valgrind version (valgrind): 3.11.0
      17:22:50 [Valgrind] includes files: binary_foo, binary_bar
      17:22:50 [Valgrind] ERROR, java.lang.NullPointerException: null
      17:22:50 Build step 'Run Valgrind' marked build as failure

      I'm using version 0.27 of the plugin, and Jenkins 2.2.

      Are there any steps to further debug what is causing this crash?

          [JENKINS-35156] valgrind plugin crashes

          I will look into it.
          Can you give details about your configuration and environment?

          Johannes Ohlemacher added a comment - I will look into it. Can you give details about your configuration and environment?

          I'm using version 0.27 of the plugin with Jenkins 2.2 on Debian Jessie 64 bit using 1.7.0_101 of OpenJDK.

          The plugin has a relatively vanilla config:

          Executable include path: */tests/functional/binary_
          Executable arguments: -d0
          Working directory: obj-x86_64-linux-gnu/
          Output directory: obj-x86_64-linux-gnu/
          file ending: .valgrind_results
          leak check level: full
          Remove old reports: Yes
          trace children: Yes

          Nicholas Brown added a comment - I'm using version 0.27 of the plugin with Jenkins 2.2 on Debian Jessie 64 bit using 1.7.0_101 of OpenJDK. The plugin has a relatively vanilla config: Executable include path: * /tests/functional/binary_ Executable arguments: -d0 Working directory: obj-x86_64-linux-gnu/ Output directory: obj-x86_64-linux-gnu/ file ending: .valgrind_results leak check level: full Remove old reports: Yes trace children: Yes

          Same Error here.

          Valgrind-Plugin 0.27, Jenkins 2.7.1, JRE 1.8.0_25-b17, Suse SLES11 SP3

          $ valgrind --version
          [Valgrind] detected valgrind version (valgrind): 3.10.1
          [Valgrind] includes files: unit_test
          [Valgrind] ERROR, java.lang.NullPointerException: null
          Build step 'Run Valgrind' marked build as failure

          Executable include path:build/src/unit_tests/unit_test
          Executable arguments: --gtest_output=xml:gtest.xml
          Working directory:
          Output directory:
          file ending: .valgrind.xml

          I downgraded to 0.25, now it's working again.

          Andreas Gattringer added a comment - Same Error here. Valgrind-Plugin 0.27, Jenkins 2.7.1, JRE 1.8.0_25-b17, Suse SLES11 SP3 $ valgrind --version [Valgrind] detected valgrind version (valgrind): 3.10.1 [Valgrind] includes files: unit_test [Valgrind] ERROR, java.lang.NullPointerException: null Build step 'Run Valgrind' marked build as failure Executable include path:build/src/unit_tests/unit_test Executable arguments: --gtest_output=xml:gtest.xml Working directory: Output directory: file ending: .valgrind.xml I downgraded to 0.25, now it's working again.

          existence did you get a chance to look into this?
          I'm consistently seeing this with every use of plugin I make.
          I'm using 0.27 of the plugin with Jenkins 2.7.4 on Debian Jessie 64 bit using 1.7.0_101 of OpenJDK, and the config I mentioned before.
          Are there further debugs I can collect to help?

          Nicholas Brown added a comment - existence did you get a chance to look into this? I'm consistently seeing this with every use of plugin I make. I'm using 0.27 of the plugin with Jenkins 2.7.4 on Debian Jessie 64 bit using 1.7.0_101 of OpenJDK, and the config I mentioned before. Are there further debugs I can collect to help?

            existence Johannes Ohlemacher
            nickbrown Nicholas Brown
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: