This looks like a bug we were investigating on Rebol-View
Alt-ME world. I and henrikmk did a lot of work isolating the
bug. There is more work to do, it is not a totally simple
example, but one of the instructions required to show the
bug was read/lines.
I would appreciate if you made as short as
hi Giuseppe,
you might want to add :
trace on
trace/net on
in your script
and launch it this way:
rebol -c -s yourScript.r > test.log
this will pipe ALL console messages to the test.log file, including all trace
messages... if you are reading the net and it fails, you most probably will