lestrrat-go / libxml2

Interface to libxml2, with DOM interface
MIT License
230 stars 56 forks source link

disable Ctrl+C #55

Closed rhernandez-itemsoft closed 5 years ago

rhernandez-itemsoft commented 5 years ago

Without errors. This, only deactivate "Ctrl + C" in the console and I must close the console and open the console, and restart the server and "this is very tedious". image

soamyak commented 5 years ago

I am too facing the same issue, any update or resolution on this one ?

lestrrat commented 5 years ago

This is expected. Go cannot interrupt C-level processing. You will have to install a signal handler in the Go layer, and bail out yourself