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

(process) More helpful IOException messages in case of Runtime.exec errors

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • tbd
    • core-libs
    • None
    • linux, os_x, aix

      JDK-8352533 improved the IOE messages in case Runtime.exec fails; this can be improved to give the user even better information in case of errors. Common errors include:

      - jspawnhelper is broken, missing, it or its file system does not have execute permissions
      - same for the target binary
      - argument vector or env vector are too long
      - pathnames are too long
      - we ran against the max number of allowed processes
      - jspawnhelper crashed out with a signal
      etc

            stuefe Thomas Stuefe
            stuefe Thomas Stuefe
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: