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

[REBOL] Re: testing async://

From: maarten:vrijheid at: 5-Mar-2004 11:51

Will Arp wrote:
> >> do http://www.rebol.it/giesse/async-protocol.r >connecting to: www.rebol.it >Script: "async:// protocol (Asynchronous TCP)" (14-Feb-2004) >async protocol loaded > >> ? system/ports/wait-list >SYSTEM/PORTS/WAIT-LIST is a block of value: [] > >> open async://apple.com:80 > >> ? system/ports/wait-list >SYSTEM/PORTS/WAIT-LIST is a block of value: Segmentation fault > [zion:/] >root# > >Hi, I'm not sure this should not be done or it is a bug. > >REBOL/Core 2.5.6.2.4 >OSX 10.3.2 > >Will;) >
Probing the wait-list when doing async gives seg faults to me as well on Windows (and has done that for a long time). Remember that async is officially not supported, so these side-effects may occur. Solution: don't touch the wait-list ;-) --Maarten