RFR: 8348323: Corrupted timezone string in JVM crash log

Dhamoder Nalla dhanalla at openjdk.org
Thu Jan 23 19:17:51 UTC 2025


On Thu, 23 Jan 2025 07:00:33 GMT, David Holmes <dholmes 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?

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.

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

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


More information about the hotspot-runtime-dev mailing list