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

hs-err file printer should reattempt stack trace printing if it fails

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 20
    • 20
    • hotspot
    • b15

      The call stack is maybe the most important part of an hs-err file. We recently introduced printing of source information (https://bugs.openjdk.org/browse/JDK-8242181) which is nice but makes stack printing more vulnerable for two reasons:
      - we may crash due to a programmer error (e.g. https://bugs.openjdk.org/browse/JDK-8293344)
      - we may timeout on very slow machines/file systems when the source information are parsed from the debug info (we have seen those problems in the past)

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

              Created:
              Updated:
              Resolved: