RFR: 8348323: Corrupted timezone string in JVM crash log

David Holmes dholmes at openjdk.org
Fri Jan 24 06:42:50 UTC 2025


On Thu, 23 Jan 2025 19:15:26 GMT, Dhamoder Nalla <dhanalla at openjdk.org> wrote:

>> Change looks good, but I'm very curious as to why `wcstombs` is actually failing i.e. where the bad input is coming from?
>
>> Change looks good, but I'm very curious as to why `wcstombs` is actually failing i.e. where the bad input is coming from?
> 
> Thank you @dholmes-ora, I’m not sure about the locale of the timezone input, but according to the crash report shared by one of our clients, wcstombs seems to be failing to convert wide character to a multibyte string.

@dhanalla  all hotspot changes require two reviews

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

PR Comment: https://git.openjdk.org/jdk/pull/23246#issuecomment-2611713748


More information about the hotspot-runtime-dev mailing list