theseion / libgit2-pharo-bindings

libgit2 bindings for Pharo
http://theseion.github.io/libgit2-pharo-bindings
7 stars 29 forks source link

Can we handle SIGABRT? #17

Closed theseion closed 9 years ago

theseion commented 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).

theseion commented 9 years ago

Apparently not. That functionality is part of OSProcess.