retval= select(1, &read_mask, NULL, NULL, &tv);
} else {
retval= select(1, &read_mask, NULL, NULL, NULL);
>>>>>> here it cores
}
how do we know without much logs the cause of it receiving SIGABORT ? Any suggestions ?
the backtrace is showing EBADF
I see you made a recent change to handle SIGTERM
Show replies by date