Hi Inga, On 1/25/21 4:31 PM, Inga Stotland wrote: > When an ell main loop based process is spun off as a child > and the parent process dies due to a segfault, the child process > is still left running and needs to detect the segfault condition. > To address this need, add watch and signal handler for SIGSEGV. > --- > ell/main.c | 11 +++++++++++ > 1 file changed, 11 insertions(+) > Applied, thanks. Regards, -Denis