Closed nowaits closed 2 years ago
I cannot recreate it, but possibly it has to do with SIGWINCH. Maybe one could try something like
set_signal(SIGWINCH, SIG_IGN, NULL);
Can you try something like that in backend_main? Otherwise please try to catch which signal it is?
I find the crash reasion: In the backend, i created cligen_handle by cligen_init in Plugin start callabck, the handle is used for validating the cli script (cligen_parse_str), i have fixed my local bug.
Thanks your tips!
Hi olof,
backend will be terminated if resizing bash window when backend in foreground mode. Here is the error log: