Hi Giuseppe and Anton, > Here is a more reduced version. > It crashes as soon as I engage internet lock.
I tried this test - I had no problems. On one machine I don't have zone alarm installed. Instead I turn my cable modem off and on. I used view 1.2.8 On another machine I used Norton's to block internet traffice - again no problems. I used latest view experimental 1.2.41 Perhaps you should try pulling the plug on your internet connection instead of using zone alarm - to see if you get different results. Regards, Brett. ----- Original Message ----- From: "Anton Rolls To: <[EMAIL PROTECTED]> Sent: Wednesday, March 31, 2004 1:32 PM Subject: [REBOL] Re: ANNOUNCE: I have catched the source of the read/lines bug ! > > Here is a more reduced version. > It crashes as soon as I engage internet lock. > > -Anton > > REBOL [ > Author: "Giuseppe Chillemi" > Description: "read/lines BUG Catcher" > Notes: {modified by Anton Rolls} > ] > > logfile: %Activity.log > > log: func [string /local ts][ > write/append/lines logfile ts: reform [now/time string] > ts > ] > > write logfile "" ; create new logfile > log "start" > > loop 100 [ > my-url: http://www.google.com > log "Point 1" > print log "Looping..." > log "Point 2" > > ; read-page > bug?: no > until [ > if error? set/any 'err try [ > my-page: read/lines my-url > ][ > print log rejoin ["! Read Error on page: " my-url mold disarm err] > bug?: yes > ] > log "Point 3" > bug? > ] > log "Point 4" > ] > > halt > > -- > To unsubscribe from this list, just send an email to > [EMAIL PROTECTED] with unsubscribe as the subject. > -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.