Closed sdeleuze closed 3 years ago
I have already attached the log I had for 21.0, trying to get one for 20.3.
This looks a lot like https://bugs.openjdk.java.net/browse/JDK-8165096 so far.
I have already attached the log I had for 21.0, trying to get one for 20.3.
Yes, sorry, I missed that upon first glance. I deleted my hasty comment but obviously not quick enough ;-)
I have uploaded the 20.3-dev based log.
This is a JDK 8 bug: https://bugs.openjdk.java.net/browse/JDK-8255910
Are you sure you've seen it occur on 11? Please attach a hs-err for that case if so.
You are right, I confirm this bug is java 8 specific, I have updated the description accordingly.
With jvmci-20.3-b03
l (on Java 8) I have this error, not sure if that's the same or not.
Full log: hs_err_pid1182.log
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f83768cc507, pid=1182, tid=0x00007f828a1fc700
#
# JRE version: OpenJDK Runtime Environment (8.0_272-b10) (build 1.8.0_272-b10)
# Java VM: OpenJDK 64-Bit Server VM GraalVM 20.3.0-dev (25.272-b10-jvmci-20.3-b03-fastdebug mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libc.so.6+0x18e507]
#
# Core dump written. Default location: /home/seb/spring-graalvm-native/spring-graalvm-native-samples/webmvc-tomcat/target/native-image/core or core.1182
#
# An error report file with more information is saved as:
# /home/seb/spring-graalvm-native/spring-graalvm-native-samples/webmvc-tomcat/target/native-image/hs_err_pid1182.log
OpenJDK 64-Bit Server VM GraalVM 20.3.0-dev warning: increase O_BUFLEN in ostream.hpp -- output truncated
[thread 140198325249792 also had an error]
#
# If you would like to submit a bug report, please visit:
# https://github.com/oracle/graal/issues
#
Current thread is 140198639814400
Dumping core ...
Error: Image build request failed with exit status 134
Please let me know if I should open another issue or not.
That last one looks like the same as #2164 and #2748
Ok so I guess let's focus on the "must release all locks when leaving VM" which is currently the only one we see with b04.
Tracked internally with GR-27263.
Based on my tests this is now fixed with 20.3-b06, thanks a lot, so I am closing it. Could you please add it to 20.3 milestone and add spring
label please.
On Spring CI we see multiple build failures on Java 8 only, with both 20.3 branch and
master
, withjvmci-20.3-b04
.Full log: hs_err_pid1165.log