-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
repo-panama
If an exception occurs during an upcall outside of user code, we go to an uncaught exception handler which prints the stack trace an exits the VM.
We could improve the implementation by delegating the the thread's uncaught exception handler, and/or by letting the user specify an exception handler using a linker option.
This would allow e.g. doing additional logging if an exception occurs.
We could improve the implementation by delegating the the thread's uncaught exception handler, and/or by letting the user specify an exception handler using a linker option.
This would allow e.g. doing additional logging if an exception occurs.