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

try harder to walk native stack at crash when PC=0x0

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Won't Fix
    • P4
    • tbd
    • 18
    • hotspot

    Description

      When a crash occurs because execution transferred to a PC of 0 (e.g., null vtable entry, corrupt/incomplete JNI function table), the hs-err log does not contain a native stack trace, making it much harder to diagnose what happened.

      Instead, error handling could speculate that the previous instruction was a call in which case the return address has been pushed to the stack (x86) or written to the link register (ARM). It can then investigate the return value to see if the preceding instruction at that address is indeed a call instruction. If so, it should be reasonable to attempt a native stack walk from there.

      Attachments

        Activity

          People

            Unassigned Unassigned
            dnsimon Douglas Simon
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: