[Bug 236091] java/openjdk8: crash when building FreeBSD docs on powerpc64

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 23 Oct 2024 11:43:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236091

Ronald Klop <ronald@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Unable to Reproduce
                 CC|                            |ronald@FreeBSD.org
             Status|New                         |Closed

--- Comment #6 from Ronald Klop <ronald@FreeBSD.org> ---
Aging issue of 5 years old on a Tier 2 platform.

I checked some things.

Building FreeBSD docs (misc/freebsd-doc-en) does not seem to use a JDK anymore.
So this case is not usable to trigger the openjdk8 problem nowadays.
https://pkg-status.freebsd.org/ampere2/data/main-arm64-default/pe9c9c73181b5_sbd45bbe440f/logs/en-freebsd-doc-20240117,1.log

I could build openjdk8 on powerpc64. This runs fine for java -XshowSettings
-version.
# uname -a
FreeBSD freebsd1.novalocal 14.1-RELEASE FreeBSD 14.1-RELEASE
releng/14.1-n267679-10e31f0946d8 GENERIC powerpc

# java -version
openjdk version "1.8.0_422"
OpenJDK Runtime Environment (build 1.8.0_422-b05)
OpenJDK 64-Bit Server VM (build 25.422-b05, mixed mode)

# java -XshowSettings -version 2>&1 | grep os
    os.arch = ppc64
    os.name = FreeBSD
    os.version = 14.1-RELEASE
    sun.os.patch.level = unknown


Apart from the reproducibility this issue did not get a reply on a question in
2022.

Sorry this wasn't resolved when the issue was created.
If the problem can be reproduced please re-open this issue.

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