Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graal Initialization Failure in Windows - graal_create_isolate is failing with error code 801 #10293

Open
sowrab1994 opened this issue Dec 12, 2024 · 1 comment
Assignees
Labels

Comments

@sowrab1994
Copy link

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

@sowrab1994 sowrab1994 added the bug label Dec 12, 2024
@selhagani selhagani self-assigned this Dec 12, 2024
@selhagani
Copy link
Member

Hi @sowrab1994,

Thank you for reaching out to us!

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants