in reply to Re^2: "Alarm clock" termination
in thread "Alarm clock" termination

But what could be a cause for the alarm signal?
To repeat what I just said: Something in your code (or in a module you use) is calling the alarm() function.

This function sets up a condition whereby after the number of seconds specified, an ALRM signal is sent to the process.

Dave.