• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • core
    • None
    • Platform: All, OS: All

      Mentioned in issue #158 but repeating here since that was closed.

      The vncserver script starts an Xvnc process, sets things up, and then exits.
      Killing the Process that came from vncserver is useless since that process will
      probably have already exited. The Xvnc process "leaks".

      Either

      1. Directly launch Xvnc and kill it later.

      or

      2. Use "vncserver -kill :$DISPLAY" to shut down the display.

          [JENKINS-173] [XVNC] Use vncserver -kill

          Jesse Glick added a comment -

          Checking in plugins/xvnc/src/main/java/hudson/plugins/xvnc/Xvnc.java;
          /shared/data/ccvs/repository/hudson/hudson/plugins/xvnc/src/main/java/hudson/plugins/xvnc/Xvnc.java,v
          <-- Xvnc.java
          new revision: 1.6; previous revision: 1.5
          done

          Jesse Glick added a comment - Checking in plugins/xvnc/src/main/java/hudson/plugins/xvnc/Xvnc.java; /shared/data/ccvs/repository/hudson/hudson/plugins/xvnc/src/main/java/hudson/plugins/xvnc/Xvnc.java,v <-- Xvnc.java new revision: 1.6; previous revision: 1.5 done

            Unassigned Unassigned
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: