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

Mac: need workaround for crash / hang on exit issues

    XMLWordPrintable

Details

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

    Description

      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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:
                Imported: