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

Update signals_posix with new Linux signal codes

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • hotspot

      The list of signal codes in signals_posix.cpp is incomplete; the recently reported JDK-8370103 was caused by "si_signo: 7 (SIGBUS), si_code: 4 (unknown)".

      Signal code 4 is defined on the sigaction manpage as:
      BUS_MCEERR_AR (since Linux 2.6.32)
                        Hardware memory error consumed on a machine check;
                        action required.

      The same man page lists other late si_code additions. It would probably make sense to include them all.

            Unassigned Unassigned
            djelinski Daniel Jelinski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: