[Bug 281382] java/openjdk21 segfaults with www/tomcat101 on aarch64
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 281382] java/openjdk21 segfaults with www/tomcat101 on aarch64"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.