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

Bounds exceeds available space exception after successful build

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: Major Major
    • core
    • None
    • Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386 i386 i386

      Version: 1.355

      FATAL: Bounds exceeds available space : size=262144, offset=262145
      java.lang.IndexOutOfBoundsException: Bounds exceeds available space : size=262144, offset=262145
      	at com.sun.jna.Memory.boundsCheck(Memory.java:168)
      	at com.sun.jna.Memory.getByte(Memory.java:394)
      	at hudson.util.ProcessTree$Darwin$DarwinProcess$1StringArrayMemory.skip0(ProcessTree.java:951)
      	at hudson.util.ProcessTree$Darwin$DarwinProcess.parse(ProcessTree.java:1004)
      	at hudson.util.ProcessTree$Darwin$DarwinProcess.getEnvironmentVariables(ProcessTree.java:894)
      	at hudson.util.ProcessTree$OSProcess.hasMatchingEnvVars(ProcessTree.java:224)
      	at hudson.util.ProcessTree$Unix.killAll(ProcessTree.java:438)
      	at hudson.Launcher$LocalLauncher.kill(Launcher.java:655)
      	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:421)
      	at hudson.model.Run.run(Run.java:1244)
      	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
      	at hudson.model.ResourceController.execute(ResourceController.java:88)
      	at hudson.model.Executor.run(Executor.java:122)
      

          [JENKINS-6423] Bounds exceeds available space exception after successful build

          Alan Harder added a comment -

          did you try tips from http://wiki.jenkins-ci.org/display/JENKINS/I%27m+getting+OutOfMemoryError ? your exception is different, but still sounds memory related.

          Alan Harder added a comment - did you try tips from http://wiki.jenkins-ci.org/display/JENKINS/I%27m+getting+OutOfMemoryError ? your exception is different, but still sounds memory related.

          Alan Harder added a comment -

          Alan Harder added a comment - see JENKINS-3164

          nuqqsa added a comment - - edited

          Thanks, disabling ProcessTreeKiller at launch time really solves the issue:

          java -Dhudson.util.ProcessTreeKiller.disable=true -jar hudson.war

          However, isn't this just a workaround?

          nuqqsa added a comment - - edited Thanks, disabling ProcessTreeKiller at launch time really solves the issue: java -Dhudson.util.ProcessTreeKiller.disable= true -jar hudson.war However, isn't this just a workaround?

          Daniel Beck added a comment -

          How can this be reproduced in current Jenkins versions?

          Daniel Beck added a comment - How can this be reproduced in current Jenkins versions?

          Daniel Beck added a comment -

          Resolving as 'Incomplete' after no response to comment asking for updated information in over two weeks.

          Due to the age of this issue, please file a new issue if this still occurs on recent Jenkins versions.

          Daniel Beck added a comment - Resolving as 'Incomplete' after no response to comment asking for updated information in over two weeks. Due to the age of this issue, please file a new issue if this still occurs on recent Jenkins versions.

            Unassigned Unassigned
            nuqqsa nuqqsa
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: