I have a daemon which works under Linux.
Program received SIGSEGV signal but it did not stopped immediately, according to log time when it received SIGSEGV is - 01:11:45.085
and
time when it stopped to work is - 01:11:48.219
It is multithreaded and on time SIGSEGV was generated it had like 25threads in it.
So, question is how the program managed to work additional 3 second, even though no mo actions were done from the thread which generated SIGSEGV ?
Thanks.