-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Java beans Introspector causes segfault #522
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
Doing some more research here it seems that the problem is that introspecting the |
Here's another data point. This simple program fails at runtime as a native image in the same way as above:
If you omit the "converters" property, or make it just a plain |
property-descriptor -> oracle/graal#522 asm -> test if asm can be used to inspect class files Both of them work, but they maybe can be tweaked to require less manual configuration.
This app works for me with GraalVM rc14, as long as I have |
property-descriptor -> oracle/graal#522 asm -> test if asm can be used to inspect class files Both of them work, but they maybe can be tweaked to require less manual configuration.
@dsyer yes, if adding |
This code:
runs fine as a normal Java program. As a native image it blows big chunks:
It might be interesting that without the JSON configuration the program runs successfully, but doesn't detect any property descriptors.
The text was updated successfully, but these errors were encountered: