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

Unexpected warning: SIGSEGV handler flags expected:SA_RESTART|SA_SIGINFO found:SA_RESTART|SA_SIGINFO

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • P3
    • Resolution: Fixed
    • 16
    • 16
    • hotspot
    • 16
    • b26
    • linux

    Description

      After JDK-8253742: "POSIX signal code cleanup" we are seeing unexpected warnings generated by the VM for all the key signals e.g.

      Warning: SIGSEGV handler flags expected:SA_RESTART|SA_SIGINFO found:SA_RESTART|SA_SIGINFO

      Note that what was expected and what was found appear to be the same at this level, but that is likely an artifact of how we print human readable strings for the flags.

      The only change I can see that relates to the flags is the removal of the SIGNIFICANT_SIGNAL_MASK.

      Attachments

        Issue Links

          Activity

            People

              dholmes David Holmes
              dholmes David Holmes
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: