Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Sep 2021 15:51:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        java@FreeBSD.org
Subject:   [Bug 258552] java/openjdk11: core dump under FreeBSD-13.0-RELEASE with Chinese locale
Message-ID:  <bug-258552-8522-VDDptOsIir@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258552-8522@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258552-8522@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258552

Michael Osipov <michael.osipov@siemens.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michael.osipov@siemens.com

--- Comment #1 from Michael Osipov <michael.osipov@siemens.com> ---
Comment on attachment 227956
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D227956
hs_err_pid11277.log

Seems to be a FreeBSD bug after all:
> Native frames: (J=3Dcompiled Java code, A=3Daot compiled Java code, j=3Di=
nterpreted, Vv=3DVM code, C=3Dnative code)
> C  [libc.so.7+0xc8dae]  localeconv_l+0xbe
> C  [libc.so.7+0x1200a7]  vfprintf_l+0x3c7
> C  [libc.so.7+0x12b519]  vsnprintf+0x139
> V  [libjvm.so+0xd90b02]  JVM_RaiseSignal+0x264242

Try to load the core dump into LLDB and find the offending line in
localeconv().

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258552-8522-VDDptOsIir>