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

Report project which caused dead executor thread

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • core

      The error message is reported if the nextBuildNumber is lower than the current build number:

      hudson.model.Executor#run: Unexpected executor death
      java.lang.IllegalStateException: cannot create a build with number NUMBER since that (or higher) is already in use among [NUMBER]
      

      Unfortunately this does not report the actual project which is hitting the issue, so it is difficult to determine which project(s) need to be fixed.

      You can easily reproduce this problem by triggering 3 builds and manually setting the nextBuildNumber file to be 1. Triggering a new build will kill the build executor thread.

            godfath3r Panagiotis Galatsanos
            schristou Steven Christou
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: