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
We are consuming a library generated by graal's native-image in Windows Desktop Application. During GraalVM Initialization, it is failing with error code 801 for few customers.
Steps to reproduce the issue
Exact steps to reproduce is not yet known.
From the Application, we are calling method graal_create_isolate. This is failing with error code 801. This is event from logs
More details
Command we used to build native-image
WIN:
"C:\Program Files\graalvm-jdk-22+36.1\bin\native-image.cmd" -cp --shared --no-fallback --allow-incomplete-classpath -H:IncludeResources="..json|..xml|.*.conf" "-H:Name=" -H:ConfigurationFileDirectories=META-INF/native-image -O3 -H:GenerateDebugInfo=0
The text was updated successfully, but these errors were encountered:
I noticed that you're currently using an older version of GraalVM. Could you please try updating to a newer version? You can find the latest releases here: GraalVM CE Builds Releases.
If the issue persists after updating, I recommend using the --verbose build argument. This will provide more detailed logs, which can help us better diagnose the problem.
We are consuming a library generated by graal's native-image in Windows Desktop Application. During GraalVM Initialization, it is failing with error code 801 for few customers.
Steps to reproduce the issue
Exact steps to reproduce is not yet known.
From the Application, we are calling method graal_create_isolate. This is failing with error code 801. This is event from logs
Describe GraalVM and your environment:
More details
Command we used to build native-image
WIN:
"C:\Program Files\graalvm-jdk-22+36.1\bin\native-image.cmd" -cp --shared --no-fallback --allow-incomplete-classpath -H:IncludeResources="..json|..xml|.*.conf" "-H:Name=" -H:ConfigurationFileDirectories=META-INF/native-image -O3 -H:GenerateDebugInfo=0
The text was updated successfully, but these errors were encountered: