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

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 16
    • 16
    • 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.

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

              Created:
              Updated:
              Resolved: