Open
Description
Describe GraalVM and your environment :
-
GraalVM version or commit id if built from source:
openjdk 11.0.10 2021-01-19 OpenJDK Runtime Environment GraalVM CE 21.0.0 (build 11.0.10+8-jvmci-21.0-b06) OpenJDK 64-Bit Server VM GraalVM CE 21.0.0 (build 11.0.10+8-jvmci-21.0-b06, mixed mode, sharing) Mac OS: Catalina 10.15.7
-
The output of
java -Xinternalversion
:OpenJDK 64-Bit Server VM (11.0.10+8-jvmci-21.0-b06) for bsd-amd64 JRE (11.0.10+8-jvmci-21.0-b06), built on Jan 15 2021 00:28:57 by "graal1" with gcc 4.2.1 Compatible Apple LLVM 10.0.0 (clang-1000.11.45.5)
--
I created a sample UI application using jetbrains compose framework (https://github.com/JetBrains/compose-jb) and running the executable jar is failing when running on espresso.
$ java -truffle -jar build/compose/jars/compose-graal-macos-x64-1.0.jar
[1] 12349 segmentation fault java -truffle -jar build/compose/jars/compose-graal-macos-x64-1.0.jar
I have attached the sample app for your reference.
compose-graal-macos-x64-1.0.jar.zip