Date: Fri, 17 Sep 2021 00:53:16 +0000 From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: maintainer-feedback requested: [Bug 258552] java/openjdk11: core dump under FreeBSD-13.0-RELEASE with Chinese locale Message-ID: <bug-258552-8522-HRprmfafrf@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
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-java (Nobody) <java@FreeBSD.org> for maintainer-feedback: Bug 258552: java/openjdk11: core dump under FreeBSD-13.0-RELEASE with Chine= se locale https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258552 --- Description --- 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258552-8522-HRprmfafrf>