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

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

            Bug ID: 258552
           Summary: java/openjdk11: core dump under FreeBSD-13.0-RELEASE
                    with Chinese locale
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: java@FreeBSD.org
          Reporter: huanghwh@gmail.com
          Assignee: java@FreeBSD.org
             Flags: maintainer-feedback?(java@FreeBSD.org)
 Attachment #227956 text/plain
         mime type:

Created attachment 227956
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D227956&action=
=3Dedit
hs_err_pid11277.log

with Chinese locale zh_CN.UTF-8, openjdk11 can core dump quickly:

#!/bin/sh
#LANG=3DC
#LC_ALL=3DC
LANG=3Dzh_CN.UTF-8
LC_ALL=3Dzh_CN.UTF-8
export LANG;
export LC_ALL;
while [ 1 ]; do
        java -version
done

without Chinese locale is fine.

--=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-7788>