Date: Wed, 24 Mar 2021 12:02:24 +0100 (CET) From: Ronald Klop <ronald-lists@klop.ws> To: Kurt Jaeger <pi@freebsd.org> Cc: re@freebsd.org, arm@freebsd.org, java@freebsd.org Subject: Re: solved - Re: Compiling openjdk8 takes forever on RPI4. Message-ID: <1406061446.1.1616583744614@localhost> In-Reply-To: <YFsZkT640CSfk7S7@home.opsec.eu> References: <abcddee2-e010-e70e-89b4-6d60e3c5bad2@freebsd.org> <600714689.1.1616488522580@localhost> <1960346433.20.1616535345759@localhost> <YFsZkT640CSfk7S7@home.opsec.eu>
next in thread | previous in thread | raw e-mail | index | archive | help
Van: Kurt Jaeger <pi@freebsd.org> Datum: woensdag, 24 maart 2021 11:50 Aan: Ronald Klop <ronald-lists@klop.ws>, re@freebsd.org CC: arm@freebsd.org, java@freebsd.org Onderwerp: Re: solved - Re: Compiling openjdk8 takes forever on RPI4. > > Hi! > > > > Thank you. I found https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253847 . > > > Would this be a good candidate for releng-13.0 still or is the release train too far already?Compiling openjdk is quite a good user feature IMHO. > > > I also had unexplainable errors while running Jenkins (a Java application) on my RPI3-B+. > > > > Caused by: java.lang.IllegalArgumentException: Choice Pattern incorrect: 0#|0< ('{0,number}') > > at java.base/java.text.ChoiceFormat.applyPattern(ChoiceFormat.java:223) > > at java.base/java.text.ChoiceFormat.<init>(ChoiceFormat.java:320) > > > > This method also calculates and compares doubles. > > Google did not give results about this problem, which I understand now. > > > > These are also fixed by the commit mentioned above. Verified it by applying the patch to 13.0-RC3. > > > > How can I vote for inclusion of this fix in 13.0? > > Send a mail to re@FreeBSD.org, please, and ask to include this patch. > > -- > pi@opsec.eu +49 171 3101372 Now what ? > > > Thanks for the suggestion. I sent a mail yesterday and got a reply that it was on the list already. It was committed to releng/13 this morning. Thanks for all the work by everybody. I'm going back to my (now working) Jenkins + poudriere instance to update some ports for aarch64. Regards, Ronald. From owner-freebsd-java@freebsd.org Thu Mar 25 08:57:55 2021 Return-Path: <owner-freebsd-java@freebsd.org> Delivered-To: freebsd-java@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BA5965B4B4A for <freebsd-java@mailman.nyi.freebsd.org>; Thu, 25 Mar 2021 08:57:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4F5fBq4lpvz4lQ0 for <freebsd-java@freebsd.org>; Thu, 25 Mar 2021 08:57:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id A14DB5B4C19; Thu, 25 Mar 2021 08:57:55 +0000 (UTC) Delivered-To: java@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A113F5B4B49 for <java@mailman.nyi.freebsd.org>; Thu, 25 Mar 2021 08:57:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F5fBq47prz4lgn for <java@FreeBSD.org>; Thu, 25 Mar 2021 08:57:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 80CDC2460E for <java@FreeBSD.org>; Thu, 25 Mar 2021 08:57:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 12P8vtBQ041920 for <java@FreeBSD.org>; Thu, 25 Mar 2021 08:57:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 12P8vtvd041919 for java@FreeBSD.org; Thu, 25 Mar 2021 08:57:55 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: maintainer-feedback requested: [Bug 254539] java/openjdk11: jhsdb jmap crashes with SIGSEGV Date: Thu, 25 Mar 2021 08:57:55 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: <bug-254539-8522-SKojc2Idnb@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-254539-8522@https.bugs.freebsd.org/bugzilla/> References: <bug-254539-8522@https.bugs.freebsd.org/bugzilla/> X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting Java to FreeBSD <freebsd-java.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-java>, <mailto:freebsd-java-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-java/> List-Post: <mailto:freebsd-java@freebsd.org> List-Help: <mailto:freebsd-java-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-java>, <mailto:freebsd-java-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 25 Mar 2021 08:57:55 -0000 Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-java (Nobody) <java@FreeBSD.org> for maintainer-feedback: Bug 254539: java/openjdk11: jhsdb jmap crashes with SIGSEGV https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254539 --- Description --- While trying to produce a heap dump from JVM with: jhsdb jmap --pid 18369 --binaryheap --dumpfile dump.hpro After running for a while, it fails with SIGSEGV: Attaching to process ID 18369, please wait... Debugger attached successfully. Server compiler detected. JVM version is 11.0.10+9-1 # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=3D0x00000008011543b9, pid=3D18729, tid=3D101203 # # JRE version: OpenJDK Runtime Environment (11.0.10+9) (build 11.0.10+9-1) # Java VM: OpenJDK 64-Bit Server VM (11.0.10+9-1, mixed mode, tiered, compressed oops, serial gc, bsd-amd64) # Problematic frame: # C [libc.so.7+0x913b9] signed char+0x49 I'll attach the error report file.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1406061446.1.1616583744614>