-
Bug
-
Resolution: Fixed
-
P4
-
25
-
b17
-
generic
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8353706 | 24.0.2 | Matthias Baesken | P4 | Resolved | Fixed | b03 |
On Linux we had recently a crash looking like this
siginfo_t @ 0x00007fff2723dc98:
Signal: 11 (SIGSEGV)
Signal Code: 3 (unknown signal code)
Address of faulting memory reference: 0x007fff8c31629838
Seems sigcode 3 is
#define SEGV_BNDERR 3 /* failed address bound checks */
so we should add this to our signal code table; on AIX I cannot find this code so it might be Linux-only.
siginfo_t @ 0x00007fff2723dc98:
Signal: 11 (SIGSEGV)
Signal Code: 3 (unknown signal code)
Address of faulting memory reference: 0x007fff8c31629838
Seems sigcode 3 is
#define SEGV_BNDERR 3 /* failed address bound checks */
so we should add this to our signal code table; on AIX I cannot find this code so it might be Linux-only.
- backported by
-
JDK-8353706 SEGV_BND signal code of SIGSEGV missing from our signal-code table
-
- Resolved
-
- relates to
-
JDK-8353568 SEGV_BNDERR signal code adjust definition
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk24u/a49d1a0b
-
Commit(master) openjdk/jdk/bac2aa44
-
Review(master) openjdk/jdk24u/175
-
Review(master) openjdk/jdk/24255
(1 links to)