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

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 20
    • Affects Version/s: 20
    • Component/s: 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)

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

              Created:
              Updated:
              Resolved: