RFR: 8294003: Don't handle si_addr == 0 && si_code == SI_KERNEL SIGSEGVs

Thomas Stuefe stuefe at openjdk.org
Tue Sep 20 12:01:40 UTC 2022


On Tue, 20 Sep 2022 10:40:48 GMT, David Holmes <dholmes at openjdk.org> wrote:

> The original issue we targeted on 32-bit was a kernel problem. Is it even possible to have an address past TASK_SIZE on 32-bit?

I think yes. TASK_SIZE seems to ultimately be PAGE_OFFSET, which on 32-bit is a high address like 0xB0000000 or so.

-------------

PR: https://git.openjdk.org/jdk/pull/10340


More information about the hotspot-dev mailing list