RFR: 8352946: SEGV_BND signal code of SIGSEGV missing from our signal-code table
Matthias Baesken
mbaesken at openjdk.org
Thu Mar 27 08:35:16 UTC 2025
On Thu, 27 Mar 2025 08:05:21 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> I will check a few more old hserr , maybe I find more other sigcodes we do not cover currently.
I found a couple of Signal Code 3 cases in our old hserr, and also one strage Code 0 from macOS (not sure what that is)
siginfo_t @ 0x000070001548f6f8:
Signal: 11 (SIGSEGV)
Signal Code: 0 (unknown signal code)
Address of faulting memory reference: 0x0000000000000000
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24255#issuecomment-2757181016
More information about the hotspot-runtime-dev
mailing list