Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Segfault from Cron

From: carl::rebol::com at: 2-Dec-2003 18:29

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 has proven itself well. -Carl ------------------------- 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 experienced this? -Karl