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

Rebol READ/lines http://page Crashes

 [1/2] from: gchillemi::aliceposta::it at: 25-Mar-2004 11:49


I have finally completed my first Rebol program. It is a kind of spider which reads web pages and perform some work on them. From time to time I experience a crash of the Rebol interpreter. On the first READ attempt I get an error (intercepted with TRY), at the second attempt Rebol BUMS ! I am not able to reproduce it because the problem depens from the network, the os and not from my script. Has anyone experienced the same problem ? Thanks Giuseppe Chillemi

 [2/2] from: maximo:meteorstudios at: 25-Mar-2004 8:54


have you tried the application by using ports direcly ? it also has a /line mode which lets you extract content one line at a time... you might also do:
>> trace/net on
to see what is happening and try to understand WHY its crashing... -MAx --- You can either be part of the problem or part of the solution, but in the end, being part of the problem is much more fun.