RFR: 8351491: Add info from release file to hserr file [v2]
David Holmes
dholmes at openjdk.org
Tue Apr 1 07:22:26 UTC 2025
On Mon, 31 Mar 2025 13:49:46 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
>> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
>>
>> address Windows issues
>
> How problematic would it be to read it on demand? Is it just that there is a risk that it won't work, or could it cause the crash dumping process to fail completely?
@magicus like so many things in the crash reporting process, when in a signal handling context, it could lead to a secondary fault, or it could deadlock, or it might work.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24244#issuecomment-2768418285
More information about the hotspot-dev
mailing list