You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GraalVM version or commit id if built from source: [e.g. 19.3]
CE or EE: [e.g.: CE]
JDK version: [e.g.: JDK8]
OS and OS Version: [e.g.: macOS Catalina]
Architecture: [e.g.: amd64]
The output of java -Xinternalversion:
A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x000076d802806ecf, pid=98760, tid=98829
#
# JRE version: OpenJDK Runtime Environment GraalVM CE 23.0.1+11.1 (23.0.1+11) (build 23.0.1+11-jvmci-b01)
# Java VM: OpenJDK 64-Bit Server VM GraalVM CE 23.0.1+11.1 (23.0.1+11-jvmci-b01, mixed mode, sharing, tiered, jvmci, jvmci compiler, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# C [spark-4eda12cd5e94-libasyncProfiler.so.tmp+0x6ecf] NMethod::isNMethod()+0x1f
#
# Core dump will be written. Default location: /home/mrkitten/roguecraft/1.21/core
#
# An error report file with more information is saved as:
# /home/mrkitten/roguecraft/1.21/hs_err_pid98760.log
[81.315s][warning][os] Loading hsdis library failed
Describe GraalVM and your environment :
java -Xinternalversion
:Have you verified this issue still happens when using the latest snapshot?
You can find snapshot builds here: https://github.com/graalvm/graalvm-ce-dev-builds/releases
Describe the issue
A clear and concise description of the issue.
How to compile the LLVM bitcode that causes the problem
lli --print-toolchain-path
)?clang --version
)?Code snippet or code repository that reproduces the problem
Steps to reproduce the problem
Please include both build steps as well as run steps
$LLVM_TOOLCHAIN/clang mytest.c -o mytest
]$GRAAALVM_HOME/bin/lli mytest
]Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: