Leaking Handles to \Device\NamedPipe on slave (Win7, JNLP)

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Steps to reproduce:

      (1) Create a simple, self calling pipeline script 'HelloWorldLoop' and start it:

      stage('Foo') { 
          node('test-node') { bat 'echo Hello, World!' }
          build job: 'HelloWorldLoop', wait: false
      }

      (2) Open Procexp on slave node and watch "Handles"-count rise of the process ip2launcher.exe

       

      With every run, there is a new open handle to "\Device\NamedPipe".After ~3000 open handles you can not start even simple GUI applications (cmd, paint, ...). You have to restart the slave agent to go on. I can not open the details in procexp so sorry, I can not provide more details without further instructions (overlooked something obvious? Not used to java-programs...). 

      This sounds similar to JENKINS-43199 but this one should be resolved in 2.73.3, shouldn't it?

       

            Assignee:
            Unassigned
            Reporter:
            Peter Schneider
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: