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

Native image crush in call of static method #1716

Closed
vektory79 opened this issue Oct 2, 2019 · 2 comments
Closed

Native image crush in call of static method #1716

vektory79 opened this issue Oct 2, 2019 · 2 comments
Assignees

Comments

@vektory79
Copy link

I have an experiment with compiling PlantUML to native.

I have a long road behind. And now it's working, partially.

But now I have the strange crash. So, when I run the resulting executable with parameters, like that:

./target/plantuml -Djava.awt.headless=true ./examples/example1.txt

It's worked well. But when running without any parameters, it's crushed.

P.S. Yes. It's AWT/Swing application. And yes. I hack svm.jar to make it worked. And yes. I thing, that it can work 😄

@vektory79
Copy link
Author

after some investigation, I thing that it's just a bug in native-image compilator. I don't see any reasons for SEGFAULT here...

@vektory79
Copy link
Author

Seems like that this issue is not reproducible anymore.

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

No branches or pull requests

2 participants