Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-1228877

destroy() in class Process does not work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P3 P3
    • None
    • 1.0, unknown
    • hotspot
    • sparc
    • solaris_2.4

      I have a program which execs a process...

                  try {
                      p = Runtime.getRuntime().exec(cmd);
                  } catch (Throwable e) {
                      build.buildFrame.setStatusLabel("Can't exec " + cmd);
                      return;
                  }

      The user is allowed to kill the process, in which case the code calls p.destroy().

      This does nothing.

      The description field as copied from bug report 1229601 follows:

      Can't stop a build.

      - start JDE
      - press Build button on toolbar
      - start a build by pressing the "Initiate a build" button on the buttonbar
      - press "Stop the build" button on buttonbar

      the build continues and runs to completion.

            egilbertsunw Eric Gilbertson (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: