[Bug 258552] java/openjdk11: core dump under FreeBSD-13.0-RELEASE with Chinese locale
- Reply: bugzilla-noreply_a_freebsd.org: "maintainer-feedback requested: [Bug 258552] java/openjdk11: core dump under FreeBSD-13.0-RELEASE with Chinese locale"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 258552] java/openjdk11: core dump under FreeBSD-13.0-RELEASE with Chinese locale"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 258552] java/openjdk11: core dump under FreeBSD-13.0-RELEASE with Chinese locale"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 258552] java/openjdk11: core dump under FreeBSD-13.0-RELEASE with Chinese locale"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 258552] java/openjdk11: core dump under FreeBSD-13.0-RELEASE with Chinese locale"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 258552] java/openjdk11: core dump under FreeBSD-13.0-RELEASE with Chinese locale"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 258552] java/openjdk11: core dump under FreeBSD-13.0-RELEASE with Chinese locale"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Sep 2021 00:53:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258552
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=227956&action=edit
hs_err_pid11277.log
with Chinese locale zh_CN.UTF-8, openjdk11 can core dump quickly:
#!/bin/sh
#LANG=C
#LC_ALL=C
LANG=zh_CN.UTF-8
LC_ALL=zh_CN.UTF-8
export LANG;
export LC_ALL;
while [ 1 ]; do
java -version
done
without Chinese locale is fine.
--
You are receiving this mail because:
You are the assignee for the bug.