[Bug 281382] java/openjdk21 segfaults with www/tomcat101 on aarch64

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 19 Oct 2024 16:40:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281382

--- Comment #2 from johnzw@outlook.com ---
I think this is potentially a bug in JSVC on aarch64. It might be interfacing
with the VM. JNI allows external code (eg: C) to "call into" java in ways that
can produce UB and is a known problematic area which is proposed to be de-facto
deprecated (https://openjdk.org/jeps/8305968) in a future version of Java

I had exactly this issue with JSVC + OpenJDK22 but I cannot reproduce this
WITHOUT JSVC

If you start Tomcat straight with $CATALINA_HOME/bin/catalina.sh start does
this issue persist?

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