[REBOL] Re: Segfault from Cron

2003-12-02 Thread Karl Robillard
I'm now able to run a REBOL cron job on my home machine. The trick is to use the '-w' flag. I thought I was running the latest version of Core on the machines at work but I'll have to check that tomorrow. I guess the script is aborting early without '-w' when launched by Cron. Sometimes I r

[REBOL] Re: Segfault from Cron

2003-12-02 Thread Carl Sassenrath
Hi Karl, Check to be sure you are running the 2.5.6 Core (or SDK or Command built on 2.5.6). There was a memory bug in the exit code that once caused this to happen from time to time. (The return point in the launch code got garbage collected.) We run a lot of REBOL cron jobs here... and it ha

[REBOL] Re: Segfault from Cron

2003-12-02 Thread Tom Conlin
On Mon, 1 Dec 2003, Karl Robillard wrote: > > I'm trying to run a REBOL script from Cron (on RedHat 9) but it always causes > a segmentation fault. I've tried a number of experiments (running simple > scripts as various users, etc.) but the result is always the same. Has > anyone else experienc