-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Error when building a native image VMError$HostedError: should not reach here #811
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
Comments
Could be related to issue #518? How can I confirm that? |
This appears to be a different problem than #518. While building a native image, we generate, compile and run C code to determine the values of various constants, sizes of structs, etc. In your case, the compilation of this generated code fails, and while trying to report this error, another error occurs -- which is probably connected to the original error. Are you by any chance using any of |
As far as I know I don't use such annotation
|
I don't think so. In that case, this is a bug triggered by a compiler error. I'll remove the questionable call to |
…es error (#811). PullRequest: graal/2562
I have removed the call to |
…-12-05 Merge latest upstream (2024-12-05)
Uh oh!
There was an error while loading. Please reload this page.
When I try to build a native image from a service fat jar (basically a Jetty servier with JAX-RS plus CDI) I get the following error.
I'm running MacOS
Using latest Graal RC
The fat jar is built using Maven and Java 8.
The text was updated successfully, but these errors were encountered: