REBOL3 tracker
  0.9.12 beta
Ticket #0000632 User: anonymous

Project:



rss
TypeBug Statusbuilt Date13-Feb-2009 14:53
Versionalpha 33 CategoryUnspecified Submitted byPeterWood
PlatformMac OSX Severityminor Prioritynormal

Summary Access Error when using Why?
Description Using why? results in an Access Error

Mac OS X 10.5.6
Default Browser: Safari 3.2.1
Example code
>> 1 / 0
** Math error: Attempt to divide by zero
** Where: /
** Near: / 0

** Note: use WHY? for more about this error

>> why?
Opening web browser...
** Access error: External process failed: "Undefined error: 0"
** Where: browse either why?
** Near: browse join http://www.rebol.net/wiki/ ["Error_" err]

** Note: use WHY? for more about this error

Assigned ton/a Fixed inalpha 99 Last Update8-May-2010 02:19


Comments
(0000431)
BrianH
13-Feb-2009 17:47

Does READ of a url! also have the same error? I don't have OS X to test with.
(0000432)
henrikmk
13-Feb-2009 20:10

OSX 10.5.6:

>> read http://www.rebol.net/wiki/
** Access error: Protocol error: "Server closed connection"

** Note: use WHY? for more about this error

(0000435)
PeterWood
14-Feb-2009 16:32

But not for all url!a

>> read http://wikipedia.org
== 64#{
PCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBYSFRNTCAxLjAgU3Ry
aWN0Ly9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSL3hodG1sMS9EVEQveGh0bWwx
LXN0cmljdC5kdGQiPgoKPCEtLSBTeXNvcHM6IFBsZWFzZSBkbyBub3QgZWRpdCB0
aGUgbWFpbiB0ZW1wbGF0ZSBkaXJlY3RseTsgdXBkYXRlIC90ZW1wIGFuZCBzeW5j
aHJvbmlzZS4gLS0+Cgo8aHRtbCB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMTk5
OS94aHRtbCIgeG1sOmxhbmc9Im11bCIgbGFuZz0ibXVsIiBkaXI9Imx0ciI+Cjxo
ZWFkPgo8dGl0bGU+V2lraXBlZGlhPC90aXRsZT4KPG1ldGEgaHR0cC1lcXVpdj0i
Q29udGVudC1UeXBlIiBjb250ZW50PSJ0ZXh0L2h0...
(0000663)
henrikmk
7-May-2009 16:21

This appears to be working now with Safari 4, and I assume this has something to do with BROWSE and not READ. I'm marking this as built. The READ error will have to be a separate ticket.
(0002363)
Carl
8-May-2010 01:26

Henrik, I saw a similar error here on Linux yesterday... and I think it may be related to multiple networking interfaces, but not sure. (Source code for TCP/IP is in the host-kit, and is very clean/simple to review... if a networking guru wants to look at it.)

Date User Field Action Change
8-May-2010 02:19 carl Fixedin Modified => alpha 99
8-May-2010 02:19 carl Category Modified => Unspecified
8-May-2010 01:26 carl Comment : 0002363 Added -
7-May-2009 16:22 henrikmk Status Modified problem => built
7-May-2009 16:21 henrikmk Comment : 0000663 Added -
14-Feb-2009 16:32 PeterWood Comment : 0000435 Added -
13-Feb-2009 20:10 henrikmk Comment : 0000432 Added -
13-Feb-2009 17:55 BrianH Description Modified -
13-Feb-2009 17:55 BrianH Code Modified -
13-Feb-2009 17:55 BrianH Status Modified submitted => problem
13-Feb-2009 17:47 BrianH Comment : 0000431 Added -
13-Feb-2009 14:53 PeterWood Ticket Added -