Closed theseion closed 9 years ago
There was something on the mailing list about making the VM handle OS signals. If we can intercept SIGABRT we'd be a lot safer with libgit2 and could stop with an exception instead of having to let the VM crash (also makes debugging a bit easier).
Apparently not. That functionality is part of OSProcess.
There was something on the mailing list about making the VM handle OS signals. If we can intercept SIGABRT we'd be a lot safer with libgit2 and could stop with an exception instead of having to let the VM crash (also makes debugging a bit easier).