This seems like a memory issue in the system. It appears as though running a script (perhaps only a script that includes clocks?) from druid causes ii.wsyn to evaluate to nil after the script initializes.
Areas to investigate:
Memory allocator for ^^s in repl.c
Clock memory allocation
Dynamic ii library loader
First try and determine what exactly causes the breakage (ie clocks? ii usage? script length?)
This seems like a memory issue in the system. It appears as though running a script (perhaps only a script that includes clocks?) from druid causes
ii.wsyn
to evaluate tonil
after the script initializes.Areas to investigate:
^^s
in repl.cii
library loaderFirst try and determine what exactly causes the breakage (ie clocks? ii usage? script length?)