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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 16
    • Affects Version/s: 16
    • Component/s: hotspot
    • 16
    • b26
    • linux

      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.

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

              Created:
              Updated:
              Resolved: