Even after editor.lock_reader().set_catch_signals(false); it still blocks Ctrl+C from existing the application.
And I still see rt_sigaction(SIGINT, {s... in strace output.
Trying to turn off catching signals actually makes it not to exit on SIGQUIT as well.
Even after
editor.lock_reader().set_catch_signals(false);it still blocks Ctrl+C from existing the application.And I still see
rt_sigaction(SIGINT, {s...in strace output.Trying to turn off catching signals actually makes it not to exit on
SIGQUITas well.