You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my C++ version, I've put in some wrappers to handle this problem. It should exit gracefully when a SIGINT happens (either via Ctrl+C or kill). Take a look at those.
@bandi13, I checked your implementation and think that issue #4 is related to your version too.
Just don't do stuff that always should be done inside assert() macro.
I think the only correct way of terminating BUSE-based NBD server is to disconnect the NBD device:
It would be nice to properly handle Ctrl+C to achieve same result (currently Ctrl+C leads to exit code 130, i.e. terminated with SIGINT),
The text was updated successfully, but these errors were encountered: