-
Notifications
You must be signed in to change notification settings - Fork 360
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
Exception thrown from a JavaVoidCallback terminates the whole JVM process #217
Comments
THANK YOU!! : - ) |
Sorry, I missed this bug report. Crashing the VM is never the right behaviour. I will take a look. Thanks for reporting. |
Hello, @irbull any update on this issue? |
I am attempting to debug this issue. |
Unfortunately, I'm not able to support NodeJS with J2V8 and for the project to continue, I need to scope the work and be honest about what I can support. Please see #441. If someone else would like to extend J2V8 in a downstream project to support NodeJS, I would be happy to help them get started. I'm tagging this as |
Any exception thrown from a JavaCallback/JavaVoidCallback causes the JVM to exit.
Consider the following sample:
Instead of printing "Caught Exception: " or "Caught Throwable: " and the stack trace, this sample immediately terminates the WHOLE JVM PROCESS with an error message similar to the one below:
The text was updated successfully, but these errors were encountered: