select(7, [6], NULL, NULL, {105, 0}) = ? ERESTARTNOHAND (To be restarted)
+++ killed by SIGKILL +++
google groups:
I ported a server from BSD Unix to Linux and now it keeps crashing. After
using strace I found out why:
19:11:19.826915 select(12, [...blablabla...], [], NULL, {11, 0}) = ?
ERESTARTNOHAND (To be restarted)
19:11:19.986735 +++ killed by SIGKILL +++
Problem solved. The server was killed because of max cpu time limit in
/etc/security/limits.conf.