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

Mac: need workaround for crash / hang on exit issues

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • fx2.0
    • fx2.0
    • javafx
    • Mac OS X 10.6

      JavaFX does not exit cleanly on the Mac platform due to RT-15032 and RT-15599. A complete fix for these bugs may be difficult. In the mean time, this is seriously impacting app developers. As a workaround, we could add the following logic to the standalone application launcher on Mac:

          if (isMac && !keepAlive) {
              if (error) { ex.printStackTrace(); }
              System.exit(0);
          }

      where keepAlive is set based on a System property, for example: -Djavafx.keepalive=true

            ckyang Chien Yang (Inactive)
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: