Javet
Javet copied to clipboard
Adding catch for Segfault in native code.
Is it feasible to add catching segfault in native code so when things blow up it doesn't destroy the entire jvm?
There shouldn't be any segfaults at all. If you met one, please file an issue with the reproducible code.