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

using jenkins-cli.jar to set the next build number at the end of a job is hanging

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • cli
    • None

      We have a jenkins job that uses the jenkins-cli.jar to set the next build number for a couple other jobs running the equivalent of:

      /usr/bin/java -jar ./jenkins-cli.jar -s http://jenkins-master -i /Users/Shared/Jenkins/Home//.ssh/id_rsa set-next-build-number SomeOtherJob 1234

      This step will hang.

      Here is a jstack dump of the jenkins-cli process:
      Attaching to process ID 74340, please wait...
      Debugger attached successfully.
      Server compiler detected.
      JVM version is 24.0-b56
      Deadlock Detection:

      No deadlocks found.

      Here is a jstack dump of the main jenkins.jar java process:
      Attaching to process ID 76217, please wait...
      Debugger attached successfully.
      Server compiler detected.
      JVM version is 24.0-b56
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      java.lang.NullPointerException
      at sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:69)
      at sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess.getCurrentFrameGuess(BsdAMD64JavaThreadPDAccess.java:97)
      at sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess(JavaThread.java:256)
      at sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg(JavaThread.java:218)
      at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:208)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:66)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:53)
      at sun.jvm.hotspot.tools.PStack.run(PStack.java:48)
      at sun.jvm.hotspot.tools.JStack.run(JStack.java:60)
      at sun.jvm.hotspot.tools.Tool.start(Tool.java:221)
      at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
      at sun.tools.jstack.JStack.main(JStack.java:102)
      Deadlock Detection:

      No deadlocks found.

          [JENKINS-20333] using jenkins-cli.jar to set the next build number at the end of a job is hanging

          Scott Rankin added a comment -

          I also set the job a kill -3 and see the following in the console log for the job on the jenkins page even though I cannot get the host to respond to the threadDump command (Proxy errors):

          2013-10-29 15:09:26
          Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.0-b56 mixed mode):

          "Channel reader thread: CLI connection to http://jenkins-master" prio=5 tid=0x00007fd43901f800 nid=0x6303 runnable [0x0000000110245000]
          java.lang.Thread.State: RUNNABLE
          at java.net.SocketInputStream.socketRead0(Native Method)
          at java.net.SocketInputStream.read(SocketInputStream.java:152)
          at java.net.SocketInputStream.read(SocketInputStream.java:122)
          at java.io.FilterInputStream.read(FilterInputStream.java:133)
          at java.io.FilterInputStream.read(FilterInputStream.java:107)
          at javax.crypto.CipherInputStream.getMoreData(CipherInputStream.java:103)
          at javax.crypto.CipherInputStream.read(CipherInputStream.java:224)
          at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
          at java.io.BufferedInputStream.read(BufferedInputStream.java:254)

          • locked <0x00000007ac5ac4d8> (a java.io.BufferedInputStream)
            at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:77)
            at java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2292)
            at java.io.ObjectInputStream$BlockDataInputStream.peek(ObjectInputStream.java:2585)
            at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2595)
            at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1316)
            at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
            at hudson.remoting.Command.readFrom(Command.java:92)
            at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:71)
            at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)

          "Service Thread" daemon prio=5 tid=0x00007fd43a871800 nid=0x5a03 runnable [0x0000000000000000]
          java.lang.Thread.State: RUNNABLE

          "C2 CompilerThread1" daemon prio=5 tid=0x00007fd43a871000 nid=0x5803 waiting on condition [0x0000000000000000]
          java.lang.Thread.State: RUNNABLE

          "C2 CompilerThread0" daemon prio=5 tid=0x00007fd43a86f800 nid=0x5603 waiting on condition [0x0000000000000000]
          java.lang.Thread.State: RUNNABLE

          "Signal Dispatcher" daemon prio=5 tid=0x00007fd43a868800 nid=0x5403 waiting on condition [0x0000000000000000]
          java.lang.Thread.State: RUNNABLE

          "Finalizer" daemon prio=5 tid=0x00007fd43a853000 nid=0x4203 in Object.wait() [0x000000010f323000]
          java.lang.Thread.State: WAITING (on object monitor)
          at java.lang.Object.wait(Native Method)

          • waiting on <0x00000007aaa85568> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
          • locked <0x00000007aaa85568> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
            at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)

          "Reference Handler" daemon prio=5 tid=0x00007fd43a850800 nid=0x4003 in Object.wait() [0x000000010f220000]
          java.lang.Thread.State: WAITING (on object monitor)
          at java.lang.Object.wait(Native Method)

          • waiting on <0x00000007aaa850f0> (a java.lang.ref.Reference$Lock)
            at java.lang.Object.wait(Object.java:503)
            at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
          • locked <0x00000007aaa850f0> (a java.lang.ref.Reference$Lock)

          "main" prio=5 tid=0x00007fd43a801000 nid=0xf07 in Object.wait() [0x0000000100f39000]
          java.lang.Thread.State: TIMED_WAITING (on object monitor)
          at java.lang.Object.wait(Native Method)

          • waiting on <0x00000007ac8b3400> (a [B)
            at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:173)
          • locked <0x00000007ac8b3400> (a [B)
            at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:146)
            at java.io.DataInputStream.readBoolean(DataInputStream.java:242)
            at hudson.cli.Connection.readBoolean(Connection.java:95)
            at hudson.cli.CLI.authenticate(CLI.java:644)
            at hudson.cli.CLI._main(CLI.java:474)
            at hudson.cli.CLI.main(CLI.java:384)

          "VM Thread" prio=5 tid=0x00007fd43a84f800 nid=0x3e03 runnable

          "GC task thread#0 (ParallelGC)" prio=5 tid=0x00007fd43a812000 nid=0x3603 runnable

          "GC task thread#1 (ParallelGC)" prio=5 tid=0x00007fd43a812800 nid=0x3803 runnable

          "GC task thread#2 (ParallelGC)" prio=5 tid=0x00007fd43a813800 nid=0x3a03 runnable

          "GC task thread#3 (ParallelGC)" prio=5 tid=0x00007fd43a814000 nid=0x3c03 runnable

          "VM Periodic Task Thread" prio=5 tid=0x00007fd43a854800 nid=0x5c03 waiting on condition

          JNI global references: 274

          Heap
          PSYoungGen total 76800K, used 34484K [0x00000007aaa80000, 0x00000007b0000000, 0x0000000800000000)
          eden space 66048K, 52% used [0x00000007aaa80000,0x00000007acc2d2e0,0x00000007aeb00000)
          from space 10752K, 0% used [0x00000007af580000,0x00000007af580000,0x00000007b0000000)
          to space 10752K, 0% used [0x00000007aeb00000,0x00000007aeb00000,0x00000007af580000)
          ParOldGen total 174592K, used 0K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000)
          object space 174592K, 0% used [0x0000000700000000,0x0000000700000000,0x000000070aa80000)
          PSPermGen total 21504K, used 6974K [0x00000006fae00000, 0x00000006fc300000, 0x0000000700000000)
          object space 21504K, 32% used [0x00000006fae00000,0x00000006fb4cfaf0,0x00000006fc300000)

          Scott Rankin added a comment - I also set the job a kill -3 and see the following in the console log for the job on the jenkins page even though I cannot get the host to respond to the threadDump command (Proxy errors): 2013-10-29 15:09:26 Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.0-b56 mixed mode): "Channel reader thread: CLI connection to http://jenkins-master " prio=5 tid=0x00007fd43901f800 nid=0x6303 runnable [0x0000000110245000] java.lang.Thread.State: RUNNABLE at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.FilterInputStream.read(FilterInputStream.java:133) at java.io.FilterInputStream.read(FilterInputStream.java:107) at javax.crypto.CipherInputStream.getMoreData(CipherInputStream.java:103) at javax.crypto.CipherInputStream.read(CipherInputStream.java:224) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read(BufferedInputStream.java:254) locked <0x00000007ac5ac4d8> (a java.io.BufferedInputStream) at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:77) at java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2292) at java.io.ObjectInputStream$BlockDataInputStream.peek(ObjectInputStream.java:2585) at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2595) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1316) at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370) at hudson.remoting.Command.readFrom(Command.java:92) at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:71) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48) "Service Thread" daemon prio=5 tid=0x00007fd43a871800 nid=0x5a03 runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread1" daemon prio=5 tid=0x00007fd43a871000 nid=0x5803 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread0" daemon prio=5 tid=0x00007fd43a86f800 nid=0x5603 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Signal Dispatcher" daemon prio=5 tid=0x00007fd43a868800 nid=0x5403 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Finalizer" daemon prio=5 tid=0x00007fd43a853000 nid=0x4203 in Object.wait() [0x000000010f323000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) waiting on <0x00000007aaa85568> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135) locked <0x00000007aaa85568> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189) "Reference Handler" daemon prio=5 tid=0x00007fd43a850800 nid=0x4003 in Object.wait() [0x000000010f220000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) waiting on <0x00000007aaa850f0> (a java.lang.ref.Reference$Lock) at java.lang.Object.wait(Object.java:503) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133) locked <0x00000007aaa850f0> (a java.lang.ref.Reference$Lock) "main" prio=5 tid=0x00007fd43a801000 nid=0xf07 in Object.wait() [0x0000000100f39000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) waiting on <0x00000007ac8b3400> (a [B) at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:173) locked <0x00000007ac8b3400> (a [B) at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:146) at java.io.DataInputStream.readBoolean(DataInputStream.java:242) at hudson.cli.Connection.readBoolean(Connection.java:95) at hudson.cli.CLI.authenticate(CLI.java:644) at hudson.cli.CLI._main(CLI.java:474) at hudson.cli.CLI.main(CLI.java:384) "VM Thread" prio=5 tid=0x00007fd43a84f800 nid=0x3e03 runnable "GC task thread#0 (ParallelGC)" prio=5 tid=0x00007fd43a812000 nid=0x3603 runnable "GC task thread#1 (ParallelGC)" prio=5 tid=0x00007fd43a812800 nid=0x3803 runnable "GC task thread#2 (ParallelGC)" prio=5 tid=0x00007fd43a813800 nid=0x3a03 runnable "GC task thread#3 (ParallelGC)" prio=5 tid=0x00007fd43a814000 nid=0x3c03 runnable "VM Periodic Task Thread" prio=5 tid=0x00007fd43a854800 nid=0x5c03 waiting on condition JNI global references: 274 Heap PSYoungGen total 76800K, used 34484K [0x00000007aaa80000, 0x00000007b0000000, 0x0000000800000000) eden space 66048K, 52% used [0x00000007aaa80000,0x00000007acc2d2e0,0x00000007aeb00000) from space 10752K, 0% used [0x00000007af580000,0x00000007af580000,0x00000007b0000000) to space 10752K, 0% used [0x00000007aeb00000,0x00000007aeb00000,0x00000007af580000) ParOldGen total 174592K, used 0K [0x0000000700000000, 0x000000070aa80000, 0x00000007aaa80000) object space 174592K, 0% used [0x0000000700000000,0x0000000700000000,0x000000070aa80000) PSPermGen total 21504K, used 6974K [0x00000006fae00000, 0x00000006fc300000, 0x0000000700000000) object space 21504K, 32% used [0x00000006fae00000,0x00000006fb4cfaf0,0x00000006fc300000)

          Scott Rankin added a comment -

          Also I have no idea if it has any relation I see a lot of the following in the jenkins.log:

          1. tail /var/log/jenkins/jenkins.log
            mach_ports_register() failed! XPC will not work in the child process: 0x10004002: (ipc/rcv) invalid name
            mach_ports_register() failed! XPC will not work in the child process: 0x10004002: (ipc/rcv) invalid name
            mach_ports_register() failed! XPC will not work in the child process: 0x10004002: (ipc/rcv) invalid name
            mach_ports_register() failed! XPC will not work in the child process: 0x10004002: (ipc/rcv) invalid name
            mach_ports_register() failed! XPC will not work in the child process: 0x10004002: (ipc/rcv) invalid name
            mach_ports_register() failed! XPC will not work in the child process: 0x10004002: (ipc/rcv) invalid name
            mach_ports_register() failed! XPC will not work in the child process: 0x10004002: (ipc/rcv) invalid name
            mach_ports_register() failed! XPC will not work in the child process: 0x10004002: (ipc/rcv) invalid name
            mach_ports_register() failed! XPC will not work in the child process: 0x10004002: (ipc/rcv) invalid name
            mach_ports_register() failed! XPC will not work in the child process: 0x10004002: (ipc/rcv) invalid name

          Scott Rankin added a comment - Also I have no idea if it has any relation I see a lot of the following in the jenkins.log: tail /var/log/jenkins/jenkins.log mach_ports_register() failed! XPC will not work in the child process: 0x10004002: (ipc/rcv) invalid name mach_ports_register() failed! XPC will not work in the child process: 0x10004002: (ipc/rcv) invalid name mach_ports_register() failed! XPC will not work in the child process: 0x10004002: (ipc/rcv) invalid name mach_ports_register() failed! XPC will not work in the child process: 0x10004002: (ipc/rcv) invalid name mach_ports_register() failed! XPC will not work in the child process: 0x10004002: (ipc/rcv) invalid name mach_ports_register() failed! XPC will not work in the child process: 0x10004002: (ipc/rcv) invalid name mach_ports_register() failed! XPC will not work in the child process: 0x10004002: (ipc/rcv) invalid name mach_ports_register() failed! XPC will not work in the child process: 0x10004002: (ipc/rcv) invalid name mach_ports_register() failed! XPC will not work in the child process: 0x10004002: (ipc/rcv) invalid name mach_ports_register() failed! XPC will not work in the child process: 0x10004002: (ipc/rcv) invalid name

            Unassigned Unassigned
            waspswarm Scott Rankin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: