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

[REBOL] Re: Dead rebol process

From: nitsch-lists::netcologne::de at: 27-Apr-2004 16:48

On Dienstag, 27. April 2004 10:55, Hallvard Ystad wrote:
> Hi list, > > I have a rebol script started by cron. Works fine mostly, but then suddenly > I get this: root 1135 0.0 1.2 17932 16216 std- S 11:39PM > 0:41.29 rebol -cs /Users/hallvard/cvs/rebol/indexer.r root 1136 0.0 > 0.0 0 0 con- Z+ 1Jan70 0:00.00 (rebol) > > The script has stopped, and the second line above shows (rebol) instead of > being equal to the first line. Looking at /var/log/system.log I find > nothing. My own logs give no hint either. Is this a known problem? What > could be wrong? Memory use? I have no clue here. >
Try to use 'quit explicitely. Some older rebols have a bug in auto-quitting and forget some cleanup, making them zombies.
> Thanks for any help > HY > > Pr=E6tera censeo Carthaginem esse delendam
-Volker