-
Notifications
You must be signed in to change notification settings - Fork 52
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
Undefined getdtablesize symbol #761
Comments
This HelloWorld class can be used to reproduce the issue:
It produces this runtime error on Android:
|
The reason for this is that GraalVM uses |
While the fix for this is a PR in GraalVM (oracle/graal#2812) we can work-around for now by defining getdtablesize in launcher.c |
workaround for gluonhq#761
Fixed by #766 |
Follow-up of gluonhq/gluonfx-maven-plugin#236, when using JMX.
The text was updated successfully, but these errors were encountered: