Opened 4 days ago

Last modified 4 days ago

#71018 new defect

openjdk11 build error: fatal error SIGSEGV

Reported by: ashterenli Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: openjdk11

Description

maybe I missed a prior error, but what I see is

:info:build Creating support/interim-jmods/java.logging.jmod
:info:build Creating support/interim-jmods/java.base.jmod
:info:build #
:info:build # A fatal error has been detected by the Java Runtime Environment:
:info:build #
:info:build #  SIGSEGV (0xb) at pc=0x00000001058c096c, pid=33187, tid=5379
:info:build #
:info:build # JRE version: OpenJDK Runtime Environment (11.0.24+8) (build 11.0.24+8)
:info:build # Java VM: OpenJDK 64-Bit Server VM (11.0.24+8, mixed mode, tiered, compressed oops, serial gc, bsd-aarch64)
:info:build # Problematic frame:
:info:build # V  [libjvm.dylib+0xa096c]  ChunkPool::allocate(unsigned long, AllocFailStrategy::AllocFailEnum)+0x3c
:info:build #
:info:build # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
:info:build #
:info:build # An error report file with more information is saved as:
:info:build # /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_java_openjdk11/openjdk11/work/jdk-11.0.24+8/make/hs_err_pid33187.log
:info:build #
:info:build # If you would like to submit a bug report, please visit:
:info:build #   https://trac.macports.org/newticket?port=openjdk11

and from "hs_err_pid33187.log":

Register to memory mapping:

 x0=0x000000016b4191c0 is pointing into the stack for thread: 0x000000014b00f000
 x1=0x0000000000007fe8 is an unknown value
 x2=0x0 is NULL 
 x3=0x00000007a03090b8 is an oop: sun.nio.fs.UnixFileAttributes$UnixAsBasicFileAttributes 
{0x00000007a03090b8} - klass: 'sun/nio/fs/UnixFileAttributes$UnixAsBasicFileAttributes'
 - ---- fields (total size 2 words):
 - private final 'attrs' 'Lsun/nio/fs/UnixFileAttributes;' @12  "StackMapTable format error: access beyond the end of attribute"{0x00000007a0309038} (f4061207)

I attache both log files

Attachments (1)

hs_err_pid33187.log (83.1 KB) - added by ashterenli 4 days ago.

Download all attachments as: .zip

Change History (2)

Changed 4 days ago by ashterenli

Attachment: hs_err_pid33187.log added

comment:1 Changed 4 days ago by ashterenli

actually the "main.log" is >400MB in size -- cannot attach

Note: See TracTickets for help on using tickets.