Re: Abort rap from cron

2005-05-29 Thread Kris Kennaway
On Sun, May 29, 2005 at 08:09:49PM +0200, K?vesd?n G?bor wrote: > No, I don't have anything in syslog, but I've relaized, when I run make, > these errors happen more often. You mentioned, there this is a common > problem on SMP systems when one start more processes simultaneously, but > it is a

Re: Abort rap from cron

2005-05-29 Thread Kövesdán Gábor
No, I don't have anything in syslog, but I've relaized, when I run make, these errors happen more often. You mentioned, there this is a common problem on SMP systems when one start more processes simultaneously, but it is a single processor system. Might this error also exist on single processo

Re: Abort rap from cron

2005-05-28 Thread Kris Kennaway
On Sat, May 28, 2005 at 10:54:16PM +0200, K?vesd?n G?bor wrote: > It is a single processor system. Those cron scripts are to verify > whether my processes are run. So, there isn't such simultaneous runs. > They are small scripts, that send a SIGCHLD to the processes they are > responsible for, a

Re: Abort rap from cron

2005-05-28 Thread Kövesdán Gábor
It is a single processor system. Those cron scripts are to verify whether my processes are run. So, there isn't such simultaneous runs. They are small scripts, that send a SIGCHLD to the processes they are responsible for, and if they don't find the processes running, they restarts them. I've b

Re: Abort rap from cron

2005-05-28 Thread Kris Kennaway
On Sat, May 28, 2005 at 07:10:58PM +0200, K?vesd?n G?bor wrote: > Hello, > > since I upgraded to 5.3-p15 from 5.3 the cron daemon sometimes send me > an e-mail, that contains "Abort trap". Nothing seems to go wrong anyway, > but it might be a source of troubles, if my cron scripts can't run norm