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

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 26 Feb 2025 11:45:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281382

--- Comment #8 from Harald Eilertsen <haraldei-freebsdbugz@anduin.net> ---
(In reply to Michael Osipov from comment #6)
I agree. It's a java problem, but it seems to be triggered when running via
jsvc.

I've uploaded an error log produced by jsvc built against an OpenJDK 23 debug
build, and with starting Tomcat with the same OpenJDK version. In this case it
crashes in another method in the String class, `equals`. Non-debug builds seems
to instead crash in `append`.

I've also tried running this in the debugger (both lldb and gdb), but due to
jsvc forking twice before we get to the crashing process I've not been able to
capture it happening.

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