[Bug 258552] java/openjdk11: core dump under FreeBSD-13.0-RELEASE with Chinese locale

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 17 Sep 2021 15:51:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258552

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=227956
hs_err_pid11277.log

Seems to be a FreeBSD bug after all:
> Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native 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().

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