Re: shell script segment fault when executed by crontab

2006-06-17 Thread Jan-Benedict Glaw
On Sat, 2006-06-17 09:54:07 -0400, Matt McCutchen <[EMAIL PROTECTED]> wrote: > On Sat, 2006-06-17 at 16:27 +0800, Reddragon Wang wrote: > > I encounter a problem, program will segment fault when executed in a > > shell by crontab. [...] The abstract is a program that uses shared > > memory to compu

Re: shell script segment fault when executed by crontab

2006-06-17 Thread Matt McCutchen
On Sat, 2006-06-17 at 16:27 +0800, Reddragon Wang wrote: > I encounter a problem, program will segment fault when executed in a > shell by crontab. [...] The abstract is a program that uses shared > memory to compute the bill. This doesn't seem to have anything to do with rsync. You should ask th

shell script segment fault when executed by crontab

2006-06-17 Thread Reddragon Wang
Hi all, I encounter a problem, program will segment fault when executed in a shell by crontab. logs: start abstract bills Sat Jun 17 15:53:01 CST 2006./startabstract.sh: line 37:  7347 Segmentation fault  abstractsvrd -t $TABLENAME $billfileabstartct failed Sat Jun 17 15:53:01 CST 2006   But th