Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

OpenJDK 1[17] on 11.99.2 aarch64




Hi,

Is that combination supposed to work? There is no apparent block in -current pkgsrc, but I am getting - on any attempt to run the bootstrap java as follows:
....



 ./work/bootstrap/bin/java --version
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0000f543dca31350, pid=10935, tid=269671831519232
#
# JRE version:  (17.0.3) (build )
# Java VM: OpenJDK 64-Bit Server VM (17.0.3-internal+0-adhoc.pkgsrc.jdk17u-jdk-17.0.3-7-1, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64)
# Problematic frame:
# V  [libjvm.so+0x951350]  JVM_RaiseSignal+0x1b61a8
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /usr/pkgsrc/lang/openjdk17/hs_err_pid10935.log
#


....
The mentioned .log file starts with:

...



#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0000f543dca31350, pid=10935, tid=269671831519232
#
# JRE version:  (17.0.3) (build )
# Java VM: OpenJDK 64-Bit Server VM (17.0.3-internal+0-adhoc.pkgsrc.jdk17u-jdk-17.0.3-7-1, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64)
# Problematic frame:
# V  [libjvm.so+0x951350]  JVM_RaiseSignal+0x1b61a8
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
#

---------------  S U M M A R Y ------------

Command Line:

Host: netbsd,generic-acpi evbarm, 2 cores, 11G, NetBSD 10.99.2
Time: Fri Jan 27 19:28:26 2023 UTC elapsed time: 0.043550 seconds (0d 0h 0m 0s)

---------------  T H R E A D  ---------------

Current thread (0x0000f543dda4f000): JavaThread "Unknown thread" [_thread_in_vm, id=17666, stack(0x0000f543dbee0000,0x0000f543dc0e0000)]

Stack: [0x0000f543dbee0000,0x0000f543dc0e0000], sp=0x0000f543dc0df780, free space=2045k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0x951350]  JVM_RaiseSignal+0x1b61a8
V  [libjvm.so+0x9538b8]  JVM_RaiseSignal+0x1b8710
V  [libjvm.so+0x9541d4]  JVM_RaiseSignal+0x1b902c
V  [libjvm.so+0xad0928]  JVM_RaiseSignal+0x335780
V  [libjvm.so+0xac8f44]  JVM_RaiseSignal+0x32dd9c
V  [libjvm.so+0x6b9f0c]  AsyncGetCallTrace+0xddcbc
V  [libjvm.so+0xbba760]  JVM_handle_bsd_signal+0x95588
V  [libjvm.so+0x7657b4]  JNI_CreateJavaVM+0x94
C  [libjli.so+0x46d0]  JLI_AddArgsFromEnvVar+0x1290
C  [libjli.so+0x7ecc]  JLI_Launch+0x1d64
C  [libpthread.so.1+0xdc14]  __libc_thr_exit+0x160


siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0xffffffffffffffff

.... (I tried to bootstrap sbcl using clisp, which turned out broken on aarch64 as the Makefiles suggests, then I remeberred that I previously did its bootstrap using pkgsrc abcl under aarch64 ubuntu, so I tried to build abcl under the NetBSD combination, sans success). --
----
Chavdar Ivanov


Home | Main Index | Thread Index | Old Index